
function states (form) {
	
		//Cisco Training
		if (form.stat.selectedIndex == 1) 
                location="ccna.htm"
        if (form.stat.selectedIndex == 2) 
                location="ccnp.htm"
        if (form.stat.selectedIndex == 3) 
                location="ccip.htm"
        if (form.stat.selectedIndex == 4) 
                location="ccsp.htm"
        if (form.stat.selectedIndex == 5) 
                location="ccvp.htm"
        if (form.stat.selectedIndex == 6) 
                location="ccie.htm"
				
		//Microsoft Certification		
				
		if (form.stat.selectedIndex == 8) 
                location="mcp.htm"
		if (form.stat.selectedIndex == 9) 
                location="mcsa.htm"
		if (form.stat.selectedIndex == 10) 
                location="mcse.htm"
		if (form.stat.selectedIndex == 11) 
                location="mcsd.htm"
		if (form.stat.selectedIndex == 12) 
                location="mcdst.htm"
		if (form.stat.selectedIndex == 13) 
                location="mcdba.htm"
				
		//Linux Training
		
		if (form.stat.selectedIndex == 15) 
                location="rhce.htm"
				
		//Sun Course
		
		if (form.stat.selectedIndex == 17) 
                location="scsa.htm"
		if (form.stat.selectedIndex == 18) 
                location="scna.htm"
				
		//Security & VPN
		if (form.stat.selectedIndex == 21) 
	            location="ccsa.htm"
		if (form.stat.selectedIndex == 22) 
                location="ccse.htm"
				
		//Ethical Hacking
		
		if (form.stat.selectedIndex == 23) 
                location="ethical_hacking.htm"
		if (form.stat.selectedIndex == 24) 
                location="mpls.htm"
		if (form.stat.selectedIndex == 25) 
                location="cissp.htm"
		
		//TelExcell
		
		if (form.stat.selectedIndex == 27) 
                location="tcna.htm"
		if (form.stat.selectedIndex == 28) 
                location="tcnp.htm"
				
		//Wireless
		
		if (form.stat.selectedIndex == 30) 
                location="cwna.htm"
		if (form.stat.selectedIndex == 31) 
                location="cwnp.htm"

				
}

				
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);


}

