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