function windowPOP(url){
	window.open(url,"","width=800,height=600,scrollbars=yes,statusbar=yes,location=yes,menubar=yes,toolbar=yes,resizable=yes")
}