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