<!--
	for (i=1;i<=menuPos.length;i++) {
		if ((eval("Menu"+i+".length")/2) > 0) {
			for (t=1;t<=eval("Menu"+i+".length")/2;t++) {
				document.write('<div id="m-'+i+'-'+t+'">');
				textLine = eval("Menu"+i+"["+(t-1)*2+"]");
				textLn = new String(textLine);
				textLn = textLn.replace(/&nbsp;/gi, ' ');
				
				myNum = Number(((t-1)*2)+1);
				myLnk = eval('Menu'+i+'['+myNum+']');
				myLink = new String(myLnk);
				
				document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td class="subNrm'+(myLink != '---' ? 'Cell' : 'NL')+'"><span class="subMenuLink">'+textLine+'</span></td></tr></table>');
				document.write('</div>');
				document.write('<div id="mo-'+i+'-'+t+'">');
				document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td class="subOvr'+(myLink != '---' ? 'Cell' : 'NL')+'"><span class="subMenuLink">'+textLine+'</span></td></tr></table>');
				document.write('</div>');
				document.write('<div id="ms-'+i+'-'+t+'">');
				document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td><a href="#" onMouseOver="kpMenu();showSub(\''+i+'\', \''+t+'\');" onMouseOut="hideSub(\''+i+'\', \''+t+'\');strtDi('+i+');" onClick="openPg(\''+myLink+'\'); return false;"><img src="images/spacer.gif" width="'+7*(textLn.length)+'" height="16" border="0"></a></td></tr></table>');
				document.write('</div>');
			}
		}
	}
	
document.write('<div id="mHolder">');

for (t=1; t<=mainMenuList.length/2; t++) {
  textLine = mainMenuList[((t-1)*2)];
  textLn = new String(textLine);
  textLn = textLn.replace(/&nbsp;/gi, ' ');
  
  myLink = mainMenuList[((t-1)*2)+1];
  
  myVis = 'style="visibility:hidden;"';
  if (activeSect == t) {
	  myVis = '';
  }
  
  document.write('<div id="mo'+t+'"'+myVis+'><table cellspacing="0" cellpadding="0" border="0"><tr><td height="22" valign="middle"><span class="mainMenuOver">'+textLine+'</a></td></tr></table></div>');
  document.write('<div id="m'+t+'"><table cellspacing="0" cellpadding="0" border="0"><tr><td height="22" valign="middle"><span class="mainMenuNorm">'+textLine+'</a></td></tr></table></div>');
  document.write('<div id="ms'+t+'"><a href="#" onMouseOver="kpMenu();shwMenu('+t+');" onMouseOut="strtDi('+t+');" onClick="openPg(\''+myLink+'\'); return false;"><img src="images/spacer.gif" width="'+7*(textLn.length)+'" height="24" border="0"></a></div>');
}
																																			   
document.write('</div>');

imgTops = new Array(85, 85, 318, 318);
imgLefts = new Array(335, 568, 335, 568);

for (i=1; i<=4; i++) {
	document.write('<div id="img-'+i+'" style="position:absolute; z-index:1; left: '+imgLefts[i-1]+'px; top: '+imgTops[i-1]+'px;"><a href="javascript:;" onMouseOver="overImg('+i+')" onMouseOut="outImg('+i+')"><img src="'+imgsArr[i-1]+'" name="img_'+i+'" width="233" height="233" border="0" id="img_'+i+'"></a></div>');
}

document.write('<div id="basecap" style="position:absolute; width:245px; height:50px; z-index:2; left: 40px; top: 495px; "><table cellspacing="0" cellpadding="0" border="0" width="245" height="50"><tr><td valign="bottom" class="captionText">'+baseCap+'</td></tr></table></div>');
document.write('<div id="logoHold" style="position:absolute; width:200px; height:27px; z-index:2; left: 335px; top: 31px; "><a href="javascript:;" onMouseOver="overLogo();"><img src="images/logo.gif" width="88" height="27" id="logo" name="logo" border="0"><img src="images/logo_text.gif" width="112" height="27" border="0"></a></div>');

for (i=1; i<=4; i++) {
	document.write('<div id="cap-'+i+'" style="position:absolute; width:245px; height:50px; z-index:2; left: 40px; top: 495px; visibility: hidden; "><table cellspacing="0" cellpadding="0" border="0" width="245" height="50"><tr><td valign="bottom" class="captionText">'+imgCaps[i-1]+'</td></tr></table></div>');
}

document.write('<div id="bot-left" style="position:absolute; width:257px; height:34px; z-index:1; left: 40px; top: 517px; "><img src="images/bot_left.gif" width="257" height="34"></div>');
document.write('<div id="top-left" style="position:absolute; width:257px; height:34px; z-index:1; left: 40px; top: 32px; "><img src="images/top_left.gif" width="257" height="34"></div>');
document.write('<div id="top-right" style="position:absolute; width:466px; height:34px; z-index:1; left: 335px; top: 32px; text-align: right; background-image: url(\'images/back_line.gif\');"><img src="images/top_right.gif" width="466" height="34"></div>');
//-->