var browserName = navigator.appName;
var browserAppVersion = navigator.appVersion;

//menu variables
var menuBackgroundColor = "#D9EFE7";
var menuBackgroundColorOn = "#FFFFFF";
var menuWidth = 290;

var menuItemWidth = menuWidth - 2;
var closerWidth = menuWidth + 50;

makeMenus();

function makeMenus(){

	//each loop creates one complete menu	
	for (z=0; z<arrMenu.length; z++){
		subMenu = arrMenu[z];
		menuItem = subMenu[0];

		//build the outer shell
		//cannot put style attributes in the div tag, must put them in the css or it will hang NS 4.x and the page won't load
		document.write("<div id=\"" + menuItem[0] + "Closer\" class=\"layerCloser\">"); 
		document.write("<a href=\"#\" onMouseOver=\"P7_autoLayers(0)\"><img src=\"graphics/1pix.gif\" width=" + closerWidth + " height=400 border=0 alt=\"\"></a>");
		document.write("</div>");
		document.write("<div id=\"" + menuItem[0] + "Menu\" class=\"layerMenu\" onMouseOver=\"tableContents.bgColor='#D9EFE7'; navDiv1.bgColor='#009460'; navDiv2.bgColor='#009460'\" onMouseOut=\"tableContents.bgColor='#FFFFFF'; navDiv1.bgColor='#FFFFFF'; navDiv2.bgColor='#FFFFFF'\">");
		document.write("<table width=" + menuWidth + " border=0 cellspacing=0 cellpadding=0>");
		document.write("<tr><td colspan=3 bgcolor=\"#000000\" height=1><img src=\"graphics/1pix.gif\" width=1 height=1 alt=\"\"></td></tr>");

		//write submenu items
		//put each menu item in its own table so that you can use display:block for the href since it won't work with <td> before it or rows after it
		for (x=1; x<subMenu.length; x++){
			currMenuItem = subMenu[x];
			document.write("<tr><td bgcolor=\"#000000\" width=1><img src=\"graphics/1pix.gif\" width=1 height=1 alt=\"\"></td>");
		    document.write("<td><table width=" + menuItemWidth + " cellpadding=0 cellspacing=0 border=0><tr><td width=" + menuItemWidth + " bgcolor=\"" + menuBackgroundColor + "\" onMouseOver=\"this.bgColor='" + menuBackgroundColorOn + "'\" onMouseOut=\"this.bgColor='" + menuBackgroundColor + "'\">");
			document.write("<ilayer width=100% name=\"dropDown" + x + "\"><layer width=100% onMouseOver=\"this.bgColor='" + menuBackgroundColorOn + "'\" onMouseOut=\"this.bgColor='" + menuBackgroundColor + "'\">");

			// NS 4.0 will crash if you use nested divs but need to use divs so the style will treat text as a block.
			if (browserName == "Microsoft Internet Explorer" || browserAppVersion != 4){
				document.write("<a href=\"" + currMenuItem[1] + "\" class=\"dropDownMenuItem\"><div class=\"dropDownMenu\">" + currMenuItem[0] + "</div></a>");
			}else{
				document.write("<a href=\"" + currMenuItem[1] + "\" class=\"dropDownMenuItem\"><span class=\"dropDownMenu\">" + currMenuItem[0] + "</span></a>");
			}
			document.write("</layer></ilayer></td></tr></table>");
			document.write("</td><td class=\"menuBorder\" width=1><img src=\"graphics/1pix.gif\" width=1 height=1 alt=\"\"></td></tr>");

			//don't want to write the divider bar if you've just done the last menu item.
			if (x != (subMenu.length - 1) ){
				document.write("<tr><td class=\"menuBorder\" width=1><img src=\"graphics/1pix.gif\" width=1 height=1 alt=\"\"></td>");
				document.write("<td class=\"menuDiv\"><img src=\"graphics/1pix.gif\" width=1 height=1 alt=\"\"></td>");
				document.write("<td class=\"menuBorder\" width=1><img src=\"graphics/1pix.gif\" width=1 height=1 alt=\"\"></td></tr>");
			}

		}
		//end submenu items
		
		//close the shell
		document.write("<tr><td colspan=3 class=\"menuBorder\" height=1><img src=\"graphics/1pix.gif\" width=1 height=1 alt=\"\"></td></tr></table>");
		document.write("</div>");
	}
}

function goodbye(){
	window.close();
}

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 P7_autoLayers() { //v1.2 by PVII
 var g,b,k,f,args=P7_autoLayers.arguments;
 var a = parseInt(args[0]);if(isNaN(a))a=0;
 if(!document.p7setc) {p7c=new Array();document.p7setc=true;
  for (var u=0;u<10;u++) {p7c[u] = new Array();}}
 for(k=0; k<p7c[a].length; k++) {
  if((g=MM_findObj(p7c[a][k]))!=null) {
   b=(document.layers)?g:g.style;b.visibility="hidden";}}
 for(k=1; k<args.length; k++) {
  if((g=MM_findObj(args[k])) != null) {
   b=(document.layers)?g:g.style;b.visibility="visible";f=false;
   for(j=0;j<p7c[a].length;j++) {
    if(args[k]==p7c[a][j]) {f=true;}}
  if(!f) {p7c[a][p7c[a].length++]=args[k];}}}
}

function P7_ReDoIt() { //v1.2 by PVII
 if(document.layers) {
	MM_reloadPage(false);
	}
}

function P7_Snap() { //v2.61 by PVII
  var x,y,ox,bx,oy,p,tx,a,b,k,d,da,e,el,args=P7_Snap.arguments;a=parseInt(a);
  for (k=0; k<(args.length-3); k+=4)
   if ((g=MM_findObj(args[k]))!=null) {
    el=eval(MM_findObj(args[k+1]));
    a=parseInt(args[k+2]);b=parseInt(args[k+3]);
    x=0;y=0;ox=0;oy=0;p="";tx=1;da="document.all['"+args[k]+"']";
    if(document.getElementById) {
     d="document.getElementsByName('"+args[k]+"')[0]";
     if(!eval(d)) {d="document.getElementById('"+args[k]+"')";if(!eval(d)) {d=da;}}
    }else if(document.all) {d=da;} 
    if (document.all || document.getElementById) {
     while (tx==1) {p+=".offsetParent";
      if(eval(d+p)) {x+=parseInt(eval(d+p+".offsetLeft"));y+=parseInt(eval(d+p+".offsetTop"));
      }else{tx=0;}}
     ox=parseInt(g.offsetLeft);oy=parseInt(g.offsetTop);var tw=x+ox+y+oy;
     if(tw==0 || (navigator.appVersion.indexOf("MSIE 4")>-1 && navigator.appVersion.indexOf("Mac")>-1)) {
      ox=0;oy=0;if(g.style.left){x=parseInt(g.style.left);y=parseInt(g.style.top);
      }else{var w1=parseInt(el.style.width);bx=(a<0)?-5-w1:-10;
      a=(Math.abs(a)<1000)?0:a;b=(Math.abs(b)<1000)?0:b;
      x=document.body.scrollLeft + event.clientX + bx;
      y=document.body.scrollTop + event.clientY;}}
   }else if (document.layers) {x=g.x;y=g.y;var q0=document.layers,dd="";
    for(var s=0;s<q0.length;s++) {dd='document.'+q0[s].name;
     if(eval(dd+'.document.'+args[k])) {x+=eval(dd+'.left');y+=eval(dd+'.top');break;}}}
   if(el) {e=(document.layers)?el:el.style;
   var xx=parseInt(x+ox+a),yy=parseInt(y+oy+b);
   if(navigator.appName=="Netscape" && parseInt(navigator.appVersion)>4){xx+="px";yy+="px";}
   if(navigator.appVersion.indexOf("MSIE 5")>-1 && navigator.appVersion.indexOf("Mac")>-1){
    xx+=parseInt(document.body.leftMargin);yy+=parseInt(document.body.topMargin);
    xx+="px";yy+="px";}e.left=xx;e.top=yy;}}
}