
function winopen (filename) 
{
	msg=window.open(filename, "NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=640,height=500,left=40,top=100,screenX=400,screenY=50");
	msg.focus();
}


