function windowPOP(url){
	window.open(url,"","width=500,height=400,scrollbars=yes,location=NO,menubar=NO,toolbar=NO,resizable=yes")
}