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