
<!-- 

//////////////////////////////////////////////////////

	hovercolor		 = "#CCCCCC";	// color name/code
	bgcolor			 = "#ffffff";	// color name/code
	background		 = "";			// picture url
	
	menu_border		 = 1;			// IE only
	border_color	 = "#000000";	// IE only
	
	arrow_pic		 = "/images/arrow.gif"; // url of arrow picture for submenus
	
//////////////////////////////////////////////////////


if(document.all) { if(!background) { background=bgcolor; } else { background = "url("+background+")"; } }

function LayerSpecs(Left,Top,Width) { if(No3) {
	if(document.all) { Top+=7; Left+=2; Width-=6; }
	this.left  = Left;
	this.top   = Top;
	this.info  = "";
	T=0;
	for(i=3; i<arguments.length; i++) {
		if(document.all) { this.info += "<TR><TD WIDTH="+Width+" onMouseOver='this.bgColor=\""+hovercolor+"\"' onMouseOut='this.bgColor=\"\"'>"+arguments[i]+"</TD></TR>"; }
		else { this.info += "<LAYER onMouseOver='this.bgColor=\""+hovercolor+"\"'onMouseOut='this.bgColor=\""+bgcolor+"\"' WIDTH="+Width+" POSITION=RELATIVE TOP="+T+">&nbsp;"+arguments[i]+"</LAYER>"; }
		T+=20;
	}
} }

Layer = new Array();
arrow = "<IMG SRC='"+arrow_pic+"' BORDER=0 ALT=''>";


//////////////////////////////////////////////

/*	Create Your layers below by typing:
	 Layer[incrementing number] = new LayerSpecs(Left Position, Top Position, Width, List of Links Seperated by Commas)
	 If a layer has a sublayer, add onMouseOver="Show(Layer Number to Open, Current Layer, Any Layers Opened before the current layer (seperated by commas)
*/

Layer[1] =	new LayerSpecs(155,125,128,
			'<A HREF="emp_outlook.htm"><B>E</B>mployment Outlook</A> ',
			'<A HREF="workprofile.htm"><B>W</B>ork Profile</A> ',		
			'<A HREF="earning.htm"><B>E</B>arnings</A> ',
			'<A HREF="skills_talent.htm"><B>S</B>kills and Talents</A> ',			
			'<A HREF="key_play.htm"><B>K</B>ey Players</A> ',
			'<A HREF="key_word.htm"><B>K</B>ey Words</A> ',		
			'<A HREF="NGO_cliches.htm"><B>N</B>GO Cliches</A> ',
			'<A HREF="acronyms.htm"><B>A</B>cronyms</A> ',	
			'<A HREF="get_job.htm"><B>G</B>et that Job</A> ',
			'<A HREF="code_ethics.htm"><B>C</B>ode of Ethics</A> ',
			'<A HREF="Future_per.htm"><B>F</B>uture Perspective</A> '
);

Layer[2] =	new LayerSpecs(155,160,128,
			'<A HREF="emp_outlook.htm"><B>E</B>mployment Outlook</A> ',
			'<A HREF="workprofile.htm"><B>W</B>ork Profile</A> ',		
			'<A HREF="earning.htm"><B>E</B>arnings</A> ',
			'<A HREF="skills_talent.htm"><B>S</B>kills and Talents</A> ',			
			'<A HREF="key_play.htm"><B>K</B>ey Players</A> ',
			'<A HREF="key_word.htm"><B>K</B>ey Words</A> ',		
			'<A HREF="NGO_cliches.htm"><B>N</B>GO Cliches</A> ',
			'<A HREF="acronyms.htm"><B>A</B>cronyms</A> ',	
			'<A HREF="get_job.htm"><B>G</B>et that Job</A> ',
			'<A HREF="code_ethics.htm"><B>C</B>ode of Ethics</A> ',
			'<A HREF="Future_per.htm"><B>F</B>uture Perspective</A> '
);
Layer[3] =	new LayerSpecs(535,160,128,
			'<A HREF="emp_outlook.htm"><B>E</B>mployment Outlook</A> ',
			'<A HREF="workprofile.htm"><B>W</B>ork Profile</A> ',		
			'<A HREF="earning.htm"><B>E</B>arnings</A> ',
			'<A HREF="skills_talent.htm"><B>S</B>kills and Talents</A> ',			
			'<A HREF="key_play.htm"><B>K</B>ey Players</A> ',
			'<A HREF="key_word.htm"><B>K</B>ey Words</A> ',		
			'<A HREF="NGO_cliches.htm"><B>N</B>GO Cliches</A> ',
			'<A HREF="acronyms.htm"><B>A</B>cronyms</A> ',	
			'<A HREF="get_job.htm"><B>G</B>et that Job</A> ',
			'<A HREF="code_ethics.htm"><B>C</B>ode of Ethics</A> ',
			'<A HREF="Future_per.htm"><B>F</B>uture Perspective</A> '
);

Layer[4] =	new LayerSpecs(420,190,170,
			'<A HREF="intro_education.htm"><B>N</B>GO Education</A> ',
			'<A HREF="india_edu.htm"><B>G</B>raduate Programs-India</A> ',		
			'<A HREF="abroad_edu.htm"><B>G</B>raduate Programs-Abroad</A> '
);
Layer[5] =	new LayerSpecs(400,150,120,
			'<A HREF="classifying_ngo.htm"><B>C</B>lassifying an NGO</A> ',
			'<A HREF="defining_NGO.htm"><B>D</B>efining an NGO</A> ',		
			'<A HREF="types_NGO.htm"><B>T</B>ypes of NGOs</A> '
);

////////////////////////////////////////////////////////////////

j = (Layer[0]) ? 0:1;

for(i=j; i<Layer.length; i++) {
	if(document.all && No3) { document.write("<SPAN onMouseOver='clearTimeout(timer)' onMouseOut='Hide("+i+")' ID='L"+i+"' STYLE='position:absolute; visibility:hidden; background:"+background+"; top:"+Layer[i].top+"; left:"+Layer[i].left+";'><TABLE STYLE='border:solid "+menu_border+" "+border_color+"'>"+Layer[i].info+"</TABLE></SPAN>"); }
	else if(document.layers && No3) { document.write("<LAYER onMouseOver='clearTimeout(timer)' onMouseOut='Hide("+i+")' ID='L"+i+"' POSITION=ABSOLUTE VISIBILITY=HIDDEN BGCOLOR='"+bgcolor+"' BACKGROUND='"+background+"' TOP="+Layer[i].top+" LEFT="+Layer[i].left+">"+Layer[i].info+"</LAYER>"); }
}

// -->

