// JavaScript Document
<!--
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
  }
function sectionend() {
  // JavaScript Document
}
  
function checkToDoList() {
  // JavaScript Document
}
  
function profile() {
  // JavaScript Document
}

function collapse(x){ 
var oTemp=eval("document.all.text_"+x); 
var oClick=eval("document.all.click_"+x); 

      if(oTemp.style.display=="block"){ 
            oTemp.style.display="none"; 
      } 
      else{ 
            oTemp.style.display="block"; 

      } 
} 


function printPage(print_id) {
	var width="770", height="570";
	var left = (screen.width/2) - width/2;
	var top = (screen.height/2) - height/2;
	var styleStr = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top;
	var msgWindow = window.open(print_id,"credits", styleStr);
}

//-->