<!--
function InsertFlashObject(fileLocation,width,height)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + width + '" height="' + height + '">');
	document.write('<param name="movie" value="' + fileLocation + '">');
	document.write('<param name=quality value=high>');+
	document.write('<PARAM NAME=WMode VALUE=Transparent>');+
	document.write('<embed wmode="Transparent" src="' + fileLocation + '" quality=high pluginspage="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"></embed>');
	document.write('</object>');
}

function openWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

doc = document

function expTxt(id){
doc.getElementById(id+"_Answer").style.display="inline";
doc.getElementById(id+"_Question").style.display="none";
}

function colTxt(id){
doc.getElementById(id+"_Answer").style.display="none";
doc.getElementById(id+"_Question").style.display="inline";
}

function expTxt2(id){
doc.getElementById(id+"_Answer").style.display="inline";
}

function colTxt2(id){
doc.getElementById(id+"_Answer").style.display="none";
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
-->
