function popup(url){
	window.open(url,'popupWindow','location=0,status=0,scrollbars=1,width=500,height=400.menubar=0,resizeble=1');
	}