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