/********************************************************************
 * EAN Collapsible Menu
 * by Duleepa Wijayawardhana (Dups) 
 * Columbus Networks Corporation
 * last revision: May 6, 2001
 
 * Revision history: Reduced Code, added state highlighting
 *
 * Browsers: IE 4.0+
 *********************************************************************/
 
function Is2() {
    var agent = navigator.userAgent.toLowerCase();
    this.major = parseInt(navigator.appVersion);
    this.minor = parseFloat(navigator.appVersion);
    this.ns  = ((agent.indexOf('mozilla')!=-1) && ((agent.indexOf('spoofer')==-1) && (agent.indexOf('compatible') == -1)));
	this.ns3 = (this.ns && (this.major == 3));
    this.ns2 = (this.ns && (this.major == 2));
    this.ns4 = (this.ns && (this.major >= 4) && (this.major < 5) && (this.minor > 4.01));
	this.ns6 = (this.ns && (this.major >= 5));
    this.ie   = (agent.indexOf("msie") != -1);
    this.ie4  = (this.ie && (agent.indexOf("4.")!=-1));
	this.ie5  = (this.ie && (agent.indexOf("5.")!=-1));
    this.win   = (agent.indexOf("win")!=-1);
    this.mac   = (agent.indexOf("mac")!=-1);
    this.unix  = (agent.indexOf("x11")!=-1);
}

var is2 = new Is2();

function expandIt(i) {
	var whichEl = "el"+i;
	var whichIm = "im"+i;
	if (eid(whichEl).style.display == "none") {
		eid(whichEl).style.display = "";
		eid(whichIm).src = "/images/minus.gif";
	} else {
		eid(whichEl).style.display = "none";
		eid(whichIm).src = "/images/plus.gif";
	}
}
function eid(A){
	return document.getElementById(A);
};
function expandItold(whichEl) {
    whichIm = event.srcElement;
    if (whichEl.style.display == "none") {
        whichEl.style.display = "";
        whichIm.src = "/images/minus.gif";        
    }else {
        whichEl.style.display = "none";
        whichIm.src = "/images/plus.gif";
    }
}
function iemenuWrite(menustate) {
		var id = "";
		if (menustate) {
			var menuid = menustate.substring(0,menustate.indexOf(":"));
			var state = menustate.substring(menustate.indexOf(":")+1, menustate.length);
		}
		in_menu = "none";
		in_plus = "plus";
		ne_menu = "none";
		ne_plus = "plus";
		if (menuid == "in") {
			in_menu = "";
			in_plus = "minus";
		}
		if (menuid == "ne") {
			ne_menu = "";
			ne_plus = "minus";
		}
var stateID= new Array("al","ak","as","az","ar","ca","co","ct","de","dc","fl","ga","gu","hi","id","il","in","ia","ks","ky","la","me","md","ma","mi","mn","ms","mo","mt","ne","nv","nh","nj","nm","ny","nc","nd","mp","oh","ok","or","pa","pr","ri","sc","sd","tn","tx","ut","vt","vi","va","wa","wv","wi","wy","nn");
var regionID= new Array("sc","mp","dd","mp","sc","mp","mp","na","na","na","sa","sa","dd","mp","mp","nc","nc","nc","nc","sc","sc","na","na","na","nc","nc","sc","nc","mp","nc","mp","na","na","mp","na","sa","nc","dd","nc","sc","mp","na","dd","na","sa","nc","sc","sc","mp","na","dd","sa","mp","sa","nc","mp","nn");
var stateName= new Array("Alabama","Alaska","American Samoa","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","Washington, D.C.","Florida","Georgia","Guam","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Carolina","North Dakota","Northern Marianas","Ohio","Oklahoma","Oregon","Pennsylvania","Puerto Rico","Rhode Island","South Carolina","South Dakota","Tennessee","Texas","Utah","Vermont","Virgin Islands","Virginia","Washington","West Virginia","Wisconsin","Wyoming","National Organizations");
var mainArray=new Array(stateID, regionID, stateName);

var rID=new Array("mp","nc","sc","na","sa","nas","dd","nn");
var rName=new Array("Mountain Pacific","North Central","South Central","North Atlantic","South Atlantic","Native American Schools","Dependent Areas","National");
var secArray=new Array(rID, rName);

if ((is2.ie4 || is2.ns6) && !is2.mac) {
	var cursor="style=\"cursor:hand\"";
	var end_div="</div>";
} else {
	var cursor="";
	var end_div="";
}

var table_bottom="<tr><td bgcolor=\"#9BB3C1\" width=\"160\" colspan=2><img src=\"/images/single_pixel.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td></tr>";

var state_top="<tr> <td bgcolor=\"#9BB3C1\"><img src=\"/images/single_pixel.gif\" width=\"12\" height=\"1\" border=\"0\" alt=\"\"></td><td>";
var state_bottom="</table>" + end_div + "</td></tr>";

document.write("<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"160\">");

if ((is2.ie4 || is2.ns6) && !is2.mac) {
var ab = 0;
for(k=0;k<=7;k++) {
	ab++;
	if (menuid==(secArray[0][k])) {
	   plus="minus";
	   d_menu="";
	   rhlt=" id=\"red\"";
	} else {
	   plus="plus";
	   d_menu="none";
	   rhlt="";
	}

	if ((secArray[0][k])=="nn") {
	  filename="browse.phtml?sid=nn";
	}
	else if ((secArray[0][k])=="nas") {
		 filename="browse.phtml?a=nas";
	
	} else {
	  filename=secArray[0][k] + ".html";
	}

	document.write("<tr valign=\"top\"><td width=\"12\"><img " + cursor + " src=\"/images/" + plus + ".gif\" width=\"12\" height=\"12\" border=\"0\" id=\"im" + ab + "\" alt=\"\" onClick=\"expandIt(" + ab + ")\"></td><td width=\"148\" onclick=\"location.href='http://www.educationAmerica.net/" + filename + "'\" onmouseover=\"this.style.backgroundColor='9BB3C1';this.style.cursor='hand';\" onmouseout=\"this.style.backgroundColor='9BB3C1';\"><table border=0 cellpadding=0 cellspacing=0><tr valign=\"top\"><td><img src=\"/images/single_pixel.gif\" width=\"3\" height=\"1\" border=\"0\" alt=\"\"></td>");
	document.write("<td><a href=\"http://www.educationAmerica.net/" + filename + "\" class=\"level1\"" + rhlt +">" + secArray[1][k] +"</a></td></tr></table></td></tr><tr><td bgcolor=\"#9BB3C1\" width=\"160\" colspan=2><img src=\"/images/single_pixel.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td></tr>");
	document.write(state_top);
	document.write("<div id=\"el" + ab + "\" STYLE=\"display:" + d_menu + "\"><table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");
			for(i=0;i<=60;i++) {
		
			if ((mainArray[1][i])==(secArray[0][k])) {
			
						
				
				if(state==(mainArray[0][i])) {
					id=" id=\"red\"";
					ilink="2";
				} else {
					id="";
					ilink="";
				}
				
				document.write("<tr valign=\"top\"><td><img src=\"/images/ilink"+ilink+".gif\" width=\"10\" height=\"10\" border=\"0\" alt=\"\"></td>");
				document.write("<td><img src=\"/images/single_pixel.gif\" width=\"5\" height=\"2\" border=\"0\" alt=\"\"></td>");
				document.write("<td class=\"text\" id=\"smaller\"><a href=\"http://www.educationAmerica.net/browse.phtml?sid=" + mainArray[0][i] + "\" class=\"level2\"" + id + ">" + mainArray[2][i] + "</a></td></tr>");
				
				
						
			}
			
			if (i==60) {
				document.write("<tr><td bgcolor=\"#9BB3C1\" colspan=4><img src=\"/images/single_pixel.gif\" width=\"1\" height=\"5\" border=\"0\" alt=\"\"></td></tr>");
			}
		
		}
	document.write(state_bottom);		

	}
} else {

	for(k=0;k<=6;k++) {

	if (menuid==(secArray[0][k])) {
	   plus="minus";
	   rhlt=" id=\"red\"";
	} else {
	   plus="plus";
	   rhlt="";
	}

	if ((secArray[0][k])=="nn") {
	  filename="browse.phtml?sid=nn";
	  	}
	else if ((secArray[0][k])=="nas") {
		 filename="browse.phtml?a=nas";
	} else {
	  filename=secArray[0][k] + ".html";
	}

	document.write("<tr valign=\"top\"><td width=\"12\"><img " + cursor + " src=\"/images/" + plus + ".gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"\" id=\"el" + secArray[0][k] + "\" onClick=\"expandIt(el" + secArray[0][k] + ")\"></td><td width=\"148\" onclick=\"location.href='http://www.educationAmerica.net/" + filename + "'\" onmouseover=\"this.style.backgroundColor='9BB3C1';this.style.cursor='hand';\" onmouseout=\"this.style.backgroundColor='9BB3C1';\"><table border=0 cellpadding=0 cellspacing=0><tr valign=\"top\"><td><img src=\"/images/single_pixel.gif\" width=\"3\" height=\"1\" border=\"0\" alt=\"\"></td>");
	document.write("<td><a href=\"http://www.educationAmerica.net/" + filename + "\" class=\"level1\"" + rhlt +">" + secArray[1][k] +"</a></td></tr></table></td></tr><tr><td bgcolor=\"#9BB3C1\" width=\"160\" colspan=2><img src=\"/images/single_pixel.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td></tr>");
	
	
		if (menuid==(secArray[0][k])) {
			document.write(state_top);
			document.write("<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");

			for(i=0;i<=60;i++) {
		
				if ((mainArray[1][i])==(secArray[0][k])) {
				
					if(state==(mainArray[0][i])) {
						id=" id=\"red\"";
						ilink="2";
					} else {
						id="";
						ilink="";
					}
				
				document.write("<tr valign=\"top\"><td><img src=\"/images/ilink"+ilink+".gif\" width=\"10\" height=\"10\" border=\"0\" alt=\"\"></td>");
				document.write("<td><img src=\"/images/single_pixel.gif\" width=\"5\" height=\"1\" border=\"0\" alt=\"\"></td>");
				document.write("<td class=\"text\" id=\"smaller\"><a href=\"http://www.educationAmerica.net/browse.phtml?sid=" + mainArray[0][i] + "\" class=\"level2\"" + id + ">" + mainArray[2][i] + "</a></td></tr>");
				
						
				}
				
				if (i==60) {
					document.write("<tr><td bgcolor=\"#9BB3C1\" colspan=4><img src=\"/images/single_pixel.gif\" width=\"1\" height=\"5\" border=\"0\" alt=\"\"></td></tr>");
				}
		
			}
			
		document.write(state_bottom);		

		}
	
	}

}

	document.write("<tr valign=\"top\"><td width=\"12\"><img " + cursor + " src=\"/images/" + in_plus + ".gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"\"></td><td width=\"148\" onclick=\"location.href='http://www.educationAmerica.net/browse.phtml?a=inp'\" onmouseover=\"this.style.backgroundColor='9BB3C1';this.style.cursor='hand';\" onmouseout=\"this.style.backgroundColor='9BB3C1';\"><table border=0 cellpadding=0 cellspacing=0><tr valign=\"top\"><td><img src=\"/images/single_pixel.gif\" width=\"3\" height=\"1\" border=\"0\" alt=\"\"></td>");
	document.write("<td><a href=\"http://www.educationAmerica.net/browse.phtml?a=inp\" class=\"level1\">International</a></td></tr></table></td></tr><tr><td bgcolor=\"#9BB3C1\" width=\"160\" colspan=2><img src=\"/images/single_pixel.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td></tr>");
/*
	document.write("<tr valign=\"top\"><td width=\"12\"><img " + cursor + " src=\"/images/" + in_plus + ".gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"\"></td><td width=\"148\" onclick=\"location.href='http://www.educationAmerica.net/native.phtml'\" onmouseover=\"this.style.backgroundColor='9BB3C1';this.style.cursor='hand';\" onmouseout=\"this.style.backgroundColor='9BB3C1';\"><table border=0 cellpadding=0 cellspacing=0><tr valign=\"top\"><td><img src=\"/images/single_pixel.gif\" width=\"3\" height=\"1\" border=\"0\" alt=\"\"></td>");
	document.write("<td><a href=\"http://www.educationAmerica.net/native.phtml\" class=\"level1\">Native American</a></td></tr></table></td></tr><tr><td bgcolor=\"#9BB3C1\" width=\"160\" colspan=2><img src=\"/images/single_pixel.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td></tr>");
*/
	document.write("<tr valign=\"top\"><td width=\"12\"><img " + cursor + " src=\"/images/" + in_plus + ".gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"\"></td><td width=\"148\" onclick=\"location.href='http://www.educationAmerica.net/academic.phtml'\" onmouseover=\"this.style.backgroundColor='9BB3C1';this.style.cursor='hand';\" onmouseout=\"this.style.backgroundColor='9BB3C1';\"><table border=0 cellpadding=0 cellspacing=0><tr valign=\"top\"><td><img src=\"/images/single_pixel.gif\" width=\"3\" height=\"1\" border=\"0\" alt=\"\"></td>");
	document.write("<td><a href=\"http://www.educationAmerica.net/academic.phtml\" class=\"level1\">Academic</a></td></tr></table></td></tr><tr><td bgcolor=\"#9BB3C1\" width=\"160\" colspan=2><img src=\"/images/single_pixel.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td></tr>");
	document.write("<tr valign=\"top\"><td width=\"12\"><img " + cursor + " src=\"/images/" + in_plus + ".gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"\"></td><td width=\"148\" onclick=\"location.href='http://www.educationAmerica.net/browse.phtml?a=recruitminorities'\" onmouseover=\"this.style.backgroundColor='9BB3C1';this.style.cursor='hand';\" onmouseout=\"this.style.backgroundColor='9BB3C1';\"><table border=0 cellpadding=0 cellspacing=0><tr valign=\"top\"><td><img src=\"/images/single_pixel.gif\" width=\"3\" height=\"1\" border=\"0\" alt=\"\"></td>");
	document.write("<td><a href=\"http://www.educationAmerica.net/browse.phtml?a=recruitminorities\" class=\"level1\">Recruit Minorities</a></td></tr></table></td></tr><tr><td bgcolor=\"#9BB3C1\" width=\"160\" colspan=2><img src=\"/images/single_pixel.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td></tr>");
	document.write("<tr valign=\"top\"><td width=\"12\"><img " + cursor + " src=\"/images/" + in_plus + ".gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"\"></td><td width=\"148\" onclick=\"location.href='http://www.educationAmerica.net/browse.phtml?a=charter'\" onmouseover=\"this.style.backgroundColor='9BB3C1';this.style.cursor='hand';\" onmouseout=\"this.style.backgroundColor='9BB3C1';\"><table border=0 cellpadding=0 cellspacing=0><tr valign=\"top\"><td><img src=\"/images/single_pixel.gif\" width=\"3\" height=\"1\" border=\"0\" alt=\"\"></td>");
	document.write("<td><a href=\"http://www.educationAmerica.net/browse.phtml?a=charter\" class=\"level1\">Charter Schools</a></td></tr></table></td></tr><tr><td bgcolor=\"#9BB3C1\" width=\"160\" colspan=2><img src=\"/images/single_pixel.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td></tr>");
	document.write("<tr valign=\"top\"><td width=\"12\"><img " + cursor + " src=\"/images/" + in_plus + ".gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"\"></td><td width=\"148\" onclick=\"location.href='http://www.educationAmerica.net/browse.phtml?a=private'\" onmouseover=\"this.style.backgroundColor='9BB3C1';this.style.cursor='hand';\" onmouseout=\"this.style.backgroundColor='9BB3C1';\"><table border=0 cellpadding=0 cellspacing=0><tr valign=\"top\"><td><img src=\"/images/single_pixel.gif\" width=\"3\" height=\"1\" border=\"0\" alt=\"\"></td>");
	document.write("<td><a href=\"http://www.educationAmerica.net/browse.phtml?a=private\" class=\"level1\">Private Schools</a></td></tr></table></td></tr><tr><td bgcolor=\"#9BB3C1\" width=\"160\" colspan=2><img src=\"/images/single_pixel.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td></tr>");
	
	if ((is2.ie4 || is2.ns6) && !is2.mac) {
		document.write(state_top);
		document.write("<div id=\"elSix\" STYLE=\"display:" + in_menu + "\">");
	
	
				document.write("<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");
		
				document.write("<tr valign=\"top\"><td><img src=\"/images/ilink.gif\" width=\"10\" height=\"10\" border=\"0\" alt=\"\"></td>");
				document.write("<td><img src=\"/images/single_pixel.gif\" width=\"5\" height=\"2\" border=\"0\" alt=\"\"></td>");
				document.write("<td class=\"text\" id=\"smaller\"><a href=\"http://www.educationcanada.com\" class=\"level2\">Education Canada Network</a></td></tr>");		
				
				
				document.write("<tr><td bgcolor=\"#9BB3C1\" colspan=4><img src=\"/images/single_pixel.gif\" width=\"1\" height=\"5\" border=\"0\" alt=\"\"></td></tr>");
		document.write(state_bottom);		
	}

/*document.write("<tr valign=\"top\"><td width=\"12\"><img " + cursor + " src=\"/images/" + ne_plus + ".gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"\" onClick=\"expandIt(elSeven)\"></td><td width=\"148\" onclick=\"location.href='http://www.educationAmerica.net/new.phtml'\" onmouseover=\"this.style.backgroundColor='9BB3C1';this.style.cursor='hand';\" onmouseout=\"this.style.backgroundColor='9BB3C1';\"><table border=0 cellpadding=0 cellspacing=0><tr valign=\"top\"><td><img src=\"/images/single_pixel.gif\" width=\"3\" height=\"1\" border=\"0\" alt=\"\"></td>");
document.write("<td><a href=\"http://www.educationAmerica.net/new.phtml\" class=\"level1\">New Employers</a></td></tr></table></td></tr><tr><td bgcolor=\"#9BB3C1\" width=\"160\" colspan=2><img src=\"/images/single_pixel.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td></tr>");


	if ((is2.ie4 || is2.ns6) && !is2.mac) {
		document.write(state_top);
		document.write("<div id=\"elSeven\" STYLE=\"display:" + ne_menu + "\">");
	

		document.write("<table cellspacing=\"0\" cellpadding=\"1\" border=\"0\">");

				document.write("<tr valign=\"top\"><td><img src=\"/images/ilink.gif\" width=\"10\" height=\"10\" border=\"0\" alt=\"\"></td>");
				document.write("<td><img src=\"/images/single_pixel.gif\" width=\"5\" height=\"2\" border=\"0\" alt=\"\"></td>");
				document.write("<td class=\"text\" id=\"smaller\"><a href=\"http://www.educationAmerica.net/new.phtml\" class=\"level2\">View new employers added to the EAN</a></td></tr>");		

		document.write(state_bottom);
		}
		*/

document.write("</table>");
}	
