<!--
function MM_displayStatusMsg(msgStr)  
{
  status=msgStr;
  document.MM_returnValue = true;
}


function modelesswin(url,mwidth,mheight)
{
	if (document.all&&window.print) 
		eval('window.showModalDialog(url,"","help:0;status:0;resizable:1;dialogWidth:'+mwidth+'px;dialogHeight:'+mheight+'px")') ; 
	else 
		eval('window.open(url,,width='+mwidth+'px,height='+mheight+'px,resizable=1,scrollbars=1)')
}


document.onselectstart = function() { return false; }







//-->


