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