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