// JavaScript Document
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function portfolionav (section) { 
	if (section == "index") {state_index = "Excel_menu_black_01.gif";}else{state_index = "Excel_menu_01.gif";} 
	if (section == "stage") {state_stage = "Excel_menu_black_03.gif";}else{state_stage = "Excel_menu_03.gif";} 
	if (section == "theme") {state_theme = "Excel_menu_black_05.gif";}else{state_theme = "Excel_menu_05.gif";} 
	if (section == "table") {state_table = "Excel_menu_black_07.gif";}else{state_table = "Excel_menu_07.gif";} 
	if (section == "contactus") {state_contactus = "Excel_menu_black_09.gif";}else{state_contactus = "Excel_menu_09.gif";}
	


document.write("<table id='Table_01' width='768' height='20' border='0' cellpadding='0' cellspacing='0'><tr>");
document.write("<td><a href='index.html' onMouseOut='MM_swapImgRestore()' onMouseOver=\"MM_swapImage('indexbttn','','images/Excel_menu_black_01.gif',1)\"><img src='images/"+state_index+"' alt='EXcell home' name='indexbttn' border='0'></a></td>");
document.write("<td><img src='images/Excel_menu_02.gif' width='7' height='42' alt=''></td>");
document.write("<td><a href='stage.htm' onMouseOut='MM_swapImgRestore()' onMouseOver=\"MM_swapImage('stagebttn','','images/Excel_menu_black_03.gif',1)\"><img src='images/"+state_stage+"' alt='Set Your Stage' name='stagebttn' border='0'></a></td>");
document.write("<td><img src='images/Excel_menu_04.gif' width='7' height='42' alt=''></td>");
document.write("<td><a href='theme.htm' onMouseOut='MM_swapImgRestore()' onMouseOver=\"MM_swapImage('themebttn','','images/Excel_menu_black_05.gif',1)\"><img src='images/"+state_theme+"' alt='Set Your Theme' name='themebttn' border='0'></a></td>");
document.write("<td><img src='images/Excel_menu_06.gif' width='6' height='42' alt=''></td>");
document.write("<td><a href='table.htm' onMouseOut='MM_swapImgRestore()' onMouseOver=\"MM_swapImage('tablebttn','','images/Excel_menu_black_07.gif',1)\"><img src='images/"+state_table+"' alt='Set Your Table' name='tablebttn' border='0'></a></td>");
document.write("<td><img src='images/Excel_menu_08.gif' width='6' height='42' alt=''></td>");
document.write("<td><a href='contact.html' onMouseOut='MM_swapImgRestore()' onMouseOver=\"MM_swapImage('contactbttn','','images/Excel_menu_black_09.gif',1)\"><img src='images/"+state_contactus+"' alt='Contact Us' name='contactbttn' border='0'></a></td></tr></table>");
}