
function hideLayer(id, arg) 
{	
	if(arg != "timeOut")
	{
		window.clearTimeout(timer);timer=0;
	}else{
		if( id == "subnavlayer" || id == "sub2navlayer" )
		{
			timer = self.setTimeout('hide(\"subnavlayer\"); hide(\"sub2navlayer\");', 1500);
		}
		else
		{
			timer = self.setTimeout('hide(\"' + id + '\");', 1500);
		}
	}
	if(arg == "roll")
	{
		if( id == "subnavlayer" )
		{
			timer = self.setTimeout('m_toggleLayer(\"subnavlayer\", \"visible\", 222, \"news\")', 1500);
			window.clearTimeout(timer);timer=0;
			hide("sub2navlayer");
		}
		else
		{
			window.clearTimeout(timer);timer=0;
		}
	}
}

function hide(id){
var thisLayer = document.getElementById(id);

	thisLayer.style.visibility ='hidden';
}


// id = the layer ID
// vis = the visibility flag for show/hide
// vpos = the x positioning of the layer to center under category
function m_toggleLayer(id, vis, vpos, type){

	var thisLayer = document.getElementById(id);
	thisLayer.style.visibility = vis;
	thisLayer.style.left = vpos;
	
	switch(type){
	
		case 'news': 
		hideLayer('subnavlayer', 'roll');
		thisLayer.innerHTML = ''
				+'<a href="http://www.umbc.edu/cwit/news_archive.html" class="navLink">News Archive</a>'
				+'<a href="http://www.umbc.edu/cwit/announcements.html" class="navLink">Global Calendar of Events</a>'
				break;
				
		case 'resources': 
		hideLayer('subnavlayer', 'roll');
		thisLayer.innerHTML = ''
				+'<a href="http://www.umbc.edu/cwit/cwitbooks.html" class="navLink">Books/Journal Issues on Women and IT</a>'
				+'<a href="http://www.umbc.edu/cwit/financial_aid.html" class="navLink">Financial Aid Information</a>'
				+'<a href="http://www.umbc.edu/cwit/itgenderbib/index.html" class="navLink">Gender & Technology in Education Bibliography</a>'
				+'<a href="http://research.umbc.edu/~korenman/wmst/forums.html" class="navLink">Gender-Related Electronic Forums</a>'
				+'<a href="http://www.umbc.edu/cwit/girl_related_resources.html" class="navLink">Girl-Related Resourses</a>'
				//+'<a href="http://www.umbc.edu/cwit/syllabi.html" class="navLink">Syllabi</a>'				
				+'<a href="http://www.umbc.edu/cwit/curricular_resources.html" class="navLink">Curricular Resources</a>'
				+'<a href="http://research.umbc.edu/~korenman/wmst/wmst-l_index.html" class="navLink">WMST-L: Women\'s Studies Listserv</a>'
				+'<a href="http://research.umbc.edu/~korenman/wmst/wmsttoc.html" class="navLink">WMST-L File Collection</a>'
				+'<a href="http://research.umbc.edu/~korenman/wmst/links.html" class="navLink">Women\'s Issues Websites</a>'
				+'<a href="http://research.umbc.edu/~korenman/wmst/programs.html" class="navLink">Women\'s Studies Programs &amp; Research Centers</a>'				
				+'<a href="http://www.umbc.edu/cwit/sci_tech_resources.html" class="navLink">Women-Related Science &amp; Technology Resources</a>'												
				break;
				
		case 'initiatives':
		hideLayer('subnavlayer', 'roll');
		thisLayer.innerHTML = ''
				+'<a href="http://www.umbc.edu/cwit/initiatives.html" class="navLink" onmouseover="m_toggleSubLayer(\'sub2navlayer\', \'visible\', 665, 162, \'secondary\');">K-12</a>'
				+'<a href="http://www.umbc.edu/cwit/initiatives.html" class="navLink" onmouseover="m_toggleSubLayer(\'sub2navlayer\', \'visible\', 665, 186, \'post\');">Post-secondary Education</a>'
				+'<a href="http://www.umbc.edu/cwit/initiatives.html" class="navLink" onmouseover="m_toggleSubLayer(\'sub2navlayer\', \'visible\', 665, 210, \'pastinit\');">Past Initiatives</a>'
                           +'<a href="http://www.umbc.edu/cwit/initiatives.html" class="navLink" onmouseover="m_toggleSubLayer(\'sub2navlayer\', \'visible\', 665, 234, \'partnerinit\');">Partner Initiatives</a>'
				+'<a href="http://www.umbc.edu/cwit/initiatives.html" class="navLink" onmouseover="m_toggleSubLayer(\'sub2navlayer\', \'visible\', 665, 258, \'other\');">Other</a>'

				break;
                    				

		case 'about':
		hideLayer('subnavlayer', 'roll');
		thisLayer.innerHTML = ''
				+'<a href="http://www.umbc.edu/cwit/rationale.html" class="navLink">Rationale</a>'
				+'<a href="http://www.umbc.edu/cwit/mission.html" class="navLink">Mission / Objectives</a>'
				+'<a href="http://www.umbc.edu/cwit/staff.html" class="navLink">Staff</a>'
				+'<a href="http://www.umbc.edu/cwit/advisory_boards.html" class="navLink">Advisory Boards</a>'				
				+'<a href="http://www.umbc.edu/cwit/faculty_affiliates.html" class="navLink">Faculty Affiliates</a>'
				+'<a href="http://www.umbc.edu/cwit/cwitlist.html" class="navLink">CWIT-ANNOUNCE email list</a>'				
				//+'<a href="partnerships.htm" class="navLink">Partnerships</a>'
				+'<a href="http://www.umbc.edu/cwit/awards.html" class="navLink">Awards</a>'				
				+'<a href="http://www.umbc.edu/cwit/updating.html" class="navLink">How You Can Help</a>'												
				break;
				
		case 'sponsors':
		hideLayer('subnavlayer', 'roll');
		thisLayer.innerHTML = ''
				+'<a href="http://www.umbc.edu/cwit/sponsors_general.html" class="navLink">General Sponsors</a>'
												
				break;

                             	
		default:
		thisLayer.innerHTML = ''
				+'<table cellpadding=0 cellspacing=0 border=0>'
				+'<tr>'
				+'<td>'
		}
}

function m_toggleSubLayer(id, vis, vpos, hpos, type){

	var thisLayer = document.getElementById(id);
	thisLayer.style.visibility = vis;
	thisLayer.style.left = vpos;
	thisLayer.style.top = hpos;
	
	switch(type){
		
		case 'secondary':
		hideLayer(id, 'roll');
		thisLayer.innerHTML=''
			+'<a href="http://www.umbc.edu/cwit/video.html#8thgrade" class="navLink">IT Lesson Plan (8th Grade)</a>'
			+'<a href="http://www.baltimoresun.com/entertainment/custom/today/bal-to.hs.consult13oct13,0,7918762.story" class="navLink" target="blank">Combat Negative Stereotype: Girls & Math</a>'
			+'<a href="http://www.umbc.edu/cwit/resgen.html" class="navLink">Research on Gender and IT</a>'
                     break;


		case 'post':
		hideLayer(id, 'roll');
		thisLayer.innerHTML=''
			+'<a href="http://www.umbc.edu/cwit/cwit_scholars.html" class="navLink">CWIT Scholars</a>'
			+'<a href="http://www.umbc.edu/cwit/site.html" class="navLink">SITE Program</a>'
     		       +'<a href="http://www.umbc.edu/cwit/mentoring.html" class="navLink">Mentoring</a>'
			break;

		case 'pastinit':
		hideLayer(id, 'roll');
		thisLayer.innerHTML=''
                    +'<a href="http://www.umbc.edu/cwit/bits+bytes.html" class="navLink">Bits & Bytes</a>'
			+'<a href="http://www.umbc.edu/cwit/csems.html" class="navLink">CSEMS Program</a>'
			+'<a href="http://www.umbc.edu/cwit/engineering_education.html" class="navLink">Engineering Education</a>'
			+'<a href="http://www.umbc.edu/cwit/esteem.html" class="navLink">ESTEEM After School Program</a>'
			+'<a href="http://www.umbc.edu/cwit/global.html" class="navLink">Global Initiatives</a>'
			+'<a href="http://www.umbc.edu/cwit/speaker_series.html" class="navLink">Speaker Series</a>'
			+'<a href="http://www.umbc.edu/cwit/step.html" class="navLink">STEP</a>'
			+'<a href="http://www.umbc.edu/cwit/cmu_partner.html" class="navLink">Teacher Professional Development</a>'
			break;

		case 'partnerinit':
		hideLayer(id, 'roll');
		thisLayer.innerHTML=''
			+'<a href="http://www.computer-mania.info" class="navLink"  target="blank">Computer Mania Day</a>'
			+'<a href="http://www.mdwit.org/init_maryland_2006forum.html" class="navLink" target="blank">Women & Tech Forum</a>'
			+'<a href="http://www.mdwit.org/init_maryland_mdtaskforce.html" class="navLink" target="blank">Maryland Taskforce on the Status of Women and IT</a>'
			+'<a href="http://www.mdwit.org/init_maryland_korenman.html" class="navLink" target="blank">Joan S. Korenman Award</a>'
			break;

		case 'other':
		hideLayer(id, 'roll');
		thisLayer.innerHTML=''
			+'<a href="http://www.umbc.edu/activate" class="navLink" target="blank">ACTiVATE</a>'			+'<a href="http://www.umbc.edu/cwit/video.html" class="navLink">Women and IT Video</a>'				
			+'<a href="http://www.umbc.edu/cwit/publications.html" class="navLink">Publications</a>'
			break;

		default:
		thisLayer.innerHTML = ''
				+'<table cellpadding=0 cellspacing=0 border=0>'
				+'<tr>'
				+'<td>'
		}
}