
/**************************************PAGE LINKS**************************************/
/**************************************FIRST LEVEL LINKS**************************************/
/* The link details */ 
var about = new Array ("mission",  "initiatives-2008", "sponsorships",  "board-staff",  "committees",  "corporate-members",  "contact");
var about_text = new Array ("Mission", "2008 Initiatives", "Sponsorship Opportunities",   "Board and Staff", "Committees", "Corporate Partners", "Contact Us"); 
var about_url = new Array ("./mission.html", "./initiatives-2008.html",  "./sponsorship.html", "./board-staff.html", "./committees.html", "./corporate-members.html", "./contact.html"); 

var about_links2_url = new Array ("../index.htm", "../diversity/index.htm",   "../studio/index.htm","../jobs/index.htm" );//"../staffing/index.htm", 
var studio_links2_url = new Array ("../index.htm",  "../diversity/index.htm", "./index.htm", "../jobs/index.htm" ); //"../staffing/index.htm",
var diversity_links2_url = new Array ("../index.htm", "../diversity/index.htm", "../studio/index.htm",  "../jobs/index.htm" ); //"../staffing/index.htm",
var job_links2_url = new Array ("../index.htm", "../diversity/index.htm", "../studio/index.htm",  "./index.htm" ); //"../staffing/index.htm",
var portfolio_links2_url = new Array ("../../index.htm", "../../diversity/index.htm", "../index.htm",  "../../jobs/index.htm" ); //"../../staffing/index.htm", 
var listing_links2_url = new Array ("../../index.htm", "../../diversity/index.htm", "../../studio/index.htm",  "../index.htm" ); //"../../staffing/index.htm", 

/* Resolve the location */ 
var loc=String(this.location); 
loc=loc.split("/"); 
loc=loc[loc.length-2].split("."); 
loc=loc[loc.length-1]; 

/* MENU GENERATING FUNCTIONS */ 

function about_leftnav() { 
	for( var i=0; i<about.length; i++){ 
    if(loc==about[i]) {
    var on="menu";
    }
    else{
    on="menu-selected";
    }
    document.write('<p class="'+ on +'"><a href="' + about_url[i] + '">'  + about_text[i] + '</a></p>');
	} 
}

/**************************************END OF FIRST LEVEL LINKS**************************************/
/************************************** PAGE LINKS ENDS HERE**************************************/

