function popup(url,name,w,h){
	window.open(url,name,'width='+w+',height='+h+',location=0,menubar=0,resizable=1,scrollbars=1,status=1')
}