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