// JavaScript Document
function nopen(src)
{
	window.open(src, "popUpWin", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes, resizable=yes,  copyhistory=yes,width=470,height=500,left=350,title=no, top=225,screenX=0,screenY=0");
}
			

