function wind_opn(urlname,x,y) { //v4.0
	
        window.open(urlname,'','toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+x+', height='+y+'');

}

