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