function popup(url){
	window.open(url,"popwin","scrollbars=yes,menubar=no,toolbar=no,width=1000,height=727");
}

