

function openWindow(pFile,pLarg,pAlt,pName) 	{
	window.open(pFile,pName,"toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width="+pLarg+",height="+pAlt)
}
function openWindow2(pFile,pLarg,pAlt,pName) 	{
	window.open(pFile,pName,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width="+pLarg+",height="+pAlt)
}
function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}



