<!-- 

//////////////////////////////////////////////////////

	hovercolor   = "#BBBBBB";	// color name/code
	bgcolor      = "#DDDDDD";	// color name/code
	background   = "";			// picture url
	
	menu_border  = 1;			// IE only
	border_color = "#000000";	// IE only
	
	arrow_pic    = "script740849_0_2.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-=10; }
	this.left  = Left;
	this.top   = Top;
	this.info  = "";
	this.width = 80;
	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+"' WIDTH=6 HEIGHT=10 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(232,211,93,
			'<A HREF="#" onMouseOver="Show(1,2)"><b>PROGRAMS</b></A>'+arrow,
			'<A HREF="#" onMouseOver="Show(1,3)"><b>CLASSES</b></A> '			
);*/


Layer[1] =	new LayerSpecs(315,211,160,
						'<a href="../aplus_certification_training.html">A+</a>',
						'<a href="../network_plus_training_certification.html">Network +</a> ',
						'<a href="../security_plus_computer_network_training_certification.html">Security +</a> ',
						'<a href="../linux_unix_certification_training.html">Linux +</a> ',						
						'<a href="../mcsa_training_certification_microsoft.html">MCSA</a>',	
						'<a href="../mcse_certification_training_microsoft.html">MCSE</a>',              								
              			'<a href="../ccna_certification_training_cisco.html">CCNA</a>',
             			'<a href="../ccnp_training_certification_cisco.html">CCNP</a>',
						'<a href="../ccsp_css1_training_certification.html">CCSP</a>',
						'<a href="../cisco_ip_tel.html">CIPTOS</a>',
             			'<a href="../ccie_lab_training_certification.html">CCIE</a>',
             			'<a href="../ccie_security_certification.html">CCIE Security</a>',
						'<a href="../storage_area_network_emc_san_training.html">Storage</a>',
						'<a href="../oracle_training_certification_dba.html">Oracle</a>',
						'<a href="../microsoft_office_training_certification.html">Office</a>',
						'<a href="../sap_portal_training_certification.html">SAP</a>',
						'<a href="../sap_fi.html">SAP FI</a>',
						'<a href="../java.html">Java</a>'
);

Layer[2] =	new LayerSpecs(225,211,80,
				'<a href="../diploma_college_university.html">DipNE</a>',
				'<a href="../diptech.html">DIPTech</a>',
				'<a href="../erpp_enterprise_resource_planning_program.html">ERPP</a>',				
				'<a href="../anep_network_computer_training_certification.html">ANEP</a>',
				'<a href="../scep_cisco_training_certification.html">SCEP</a>',
				'<a href="../cep_router_training.html">CEP</a>',
				'<a href="../nss_network_training_certification.html">NSS</a>',
				'<a href="../nos.html">NOS</a>',
				'<a href="../csep_firewall_secure_pix.html">CSEP</a>',
				'<a href="../ddp_oracle_dba_certification_training.html">DDP</a>',
				'<a href="../medical.html">Medical</a>',
				'<a href="../tss.html">TSS</a>'						
);


Layer[3] =	new LayerSpecs(690,211,80,
			'<A HREF="../computer_consulting.html" onMouseOver="Show(3)"><b>Consulting</b></A>'+arrow,
			'<A HREF="../sap_consulting.html" onMouseOver="Show(3)"><b>SAP Consulting</b></A>',
			'<A HREF="../cisco_consulting.html" onMouseOver="Show(3)"><b>CISCO Consulting</b></A>',
			'<A HREF="../erp_consulting.html" onMouseOver="Show(3)"><b>ERP Consulting</b></A>',
			'<A HREF="http://www.jobvertise.com/members/ntc" onMouseOver="Show(3)" target="_blank"><b>Current Jobs</b></A>'
     			
);
Layer[4] =	new LayerSpecs(600,211,80,
				'<a href="http://www.monster.com" target="_blank" class="body">www.monster.com</a>',
				'<a href="http://www.dice.com" target="_blank" class="body">www.dice.com</a>',				 
				'<a href="http://www.hotjobs.com" target="_blank" class="body">www.hotjobs.com</a>', 
       			'<a href="http://www.careerbuilder.com" target="_blank" class="body">www.careerbuilder.com</a>',
				'<a href="http://www.arthurmcneil.com" target="_blank" class="body">www.arthurmcneil.com</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+";width:"+Layer[i].width+";'><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>"); }
}

if(document.all) { document.all["menubar"].style.visibility = "visible"; }
else if(document.layers) { document.layers["menubar"].visibility = "visible"; }

// -->
