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