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

