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