function popup(url,wname,sx,sy)
{

wconf='height='+sy+', width='+sx+', toolbar=0, menubar=0, scrollbars=yes, resizable=1, location=1, directories=1, status=0,dependent=1'

window.open (url, wname, wconf);

	
}
