function popup(url,name,x,y)
{
	w = window.open(url,name,"width="+x+",height="+y+",scrollbars=yes,resizable=no");
}
