// JavaScript Document
function killErrors() { 
return true; 
} 
//window.onerror = killErrors; 

function showLay(divId){
var objDiv = eval(divId);
if (objDiv.style.display=="none"){
	eval("sp"+divId+".innerHTML='&nbsp;'");
	objDiv.style.display="";
}else{
	eval("sp"+divId+".innerHTML='&nbsp;'");
	objDiv.style.display="none";
	}
}

function MM_openBrWindow(theURL,winName,features) { 
  popUpWin = open(theURL,'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width='+screen.width+',height='+screen.height);
}
