function index(){
	window.location.href="index.html";
}

function about(){
	window.location.href="about.html";
}

function joinus(){
	window.location.href="join.html";
}

function applicationform(){
	window.location.href="join-us-form.html";
}

function contact(){
	window.location.href="contact.html";
}

function contactPetaling(){
	window.location.href="contact-petaling.html";
}

function feedbackform(){
	window.location.href="feedback-form.html";
}

function nav_01(){
	window.location.href="services.html";
}

function nav_02(){
	window.location.href="industry-solutions.html";
}

function nav_03(){
	window.location.href="implementer-services.html";
}

function nav_04(){
	window.location.href="technology.html";
}

function tdexplatform(){
	window.location.href="technodex-platform.html";
}

function nav_05(){
	window.location.href="tech-forum.html";
}

function profhiiclass(){
	window.location.href="professor-hii-classroom.html";
}

function nav_06(){
	window.location.href="news.html";
}

function changenav01(){
        document.getElementById("nav01").src="images/nav_01.png";
}

function changeback01(){
        document.getElementById("nav01").src="images/blank.gif";
}

function changenav02(){
        document.getElementById("nav02").src="images/nav_02.png";
}

function changeback02(){
        document.getElementById("nav02").src="images/blank.gif";
}
function changenav03(){
        document.getElementById("nav03").src="images/nav_03.png";
}

function changeback03(){
        document.getElementById("nav03").src="images/blank.gif";
}
function changenav04(){
        document.getElementById("nav04").src="images/nav_04.png";
}

function changeback04(){
        document.getElementById("nav04").src="images/blank.gif";
}
function changenav05(){
        document.getElementById("nav05").src="images/nav_05.png";
}

function changeback05(){
        document.getElementById("nav05").src="images/blank.gif";
}
function changenav06(){
        document.getElementById("nav06").src="images/nav_06.png";
}

function changeback06(){
        document.getElementById("nav06").src="images/blank.gif";
}
function changenav07(){
        document.getElementById("nav07").src="images/nav_07.jpg";
}

function changeback07(){
        document.getElementById("nav07").src="images/blank.gif";
}

function employeeportal(){
   window.location.href="employee-portal.html";
}

function popuplegal(){
	javascript:NewWindow=window.open('legal.html','NewWindow','width=860,height=600,menubar=0,scrollbars=yes');NewWindow.focus();
}

function sitemap(){
	window.location.href="sitemap.html";
}

function jimonnecreation(){
   windowFeaturesJC = "top=0,left=0,resizable=yes,scrollbars=yes, width="+(screen.width)+",height="+(screen.height); 
   newWindowJC=window.open("http://www.jimonnecreation.com","",windowFeaturesJC)
   newWindowJC.focus(); 
}

function changeabout(aboutID){
	hideAllaboutRows();
	eval('document.getElementById("aboutNavi_content'+aboutID+'").style.display = \'\'')
	changeAbouttabs();
	eval('document.getElementById("aboutNavi_nav'+aboutID+'").className = "selected"')
}

function hideAllaboutRows(){
	document.getElementById("aboutNavi_content01").style.display = 'none';
	document.getElementById("aboutNavi_content02").style.display = 'none';
	document.getElementById("aboutNavi_content03").style.display = 'none';
	document.getElementById("aboutNavi_content04").style.display = 'none';
	document.getElementById("aboutNavi_content05").style.display = 'none';
	document.getElementById("aboutNavi_content06").style.display = 'none';
	document.getElementById("aboutNavi_content07").style.display = 'none';
	document.getElementById("aboutNavi_content08").style.display = 'none';
	document.getElementById("aboutNavi_content09").style.display = 'none';
}

function changeAbouttabs(){
	document.getElementById("aboutNavi_nav01").className = 'selection';
	document.getElementById("aboutNavi_nav02").className = 'selection';
	document.getElementById("aboutNavi_nav03").className = 'selection';
	document.getElementById("aboutNavi_nav04").className = 'selection';
	document.getElementById("aboutNavi_nav05").className = 'selection';
	document.getElementById("aboutNavi_nav06").className = 'selection';
	document.getElementById("aboutNavi_nav07").className = 'selection';
	document.getElementById("aboutNavi_nav08").className = 'selection';
	document.getElementById("aboutNavi_nav09").className = 'selection';
}

function changejoin(joinID){
	hideAlljoinRows();
	eval('document.getElementById("joinNavi_content'+joinID+'").style.display = \'\'')
	changejointabs();
	eval('document.getElementById("joinNavi_nav'+joinID+'").className = "selected"')
}

function hideAlljoinRows(){
	document.getElementById("joinNavi_content01").style.display = 'none';
	document.getElementById("joinNavi_content02").style.display = 'none';
	document.getElementById("joinNavi_content03").style.display = 'none';
	document.getElementById("joinNavi_content04").style.display = 'none';
	document.getElementById("joinNavi_content05").style.display = 'none';
}

function changejointabs(){
	document.getElementById("joinNavi_nav01").className = 'selection';
	document.getElementById("joinNavi_nav02").className = 'selection';
	document.getElementById("joinNavi_nav03").className = 'selection';
	document.getElementById("joinNavi_nav04").className = 'selection';
	document.getElementById("joinNavi_nav05").className = 'selection';
}

function changeservices(servicesID){
	hideAllservicesRows();
	eval('document.getElementById("servicesNavi_content'+servicesID+'").style.display = \'\'')
	changeservicestabs();
	eval('document.getElementById("servicesNavi_nav'+servicesID+'").className = "selected"')
}

function hideAllservicesRows(){
	document.getElementById("servicesNavi_content01").style.display = 'none';
	document.getElementById("servicesNavi_content02").style.display = 'none';
	document.getElementById("servicesNavi_content03").style.display = 'none';
	document.getElementById("servicesNavi_content04").style.display = 'none';
	document.getElementById("servicesNavi_content05").style.display = 'none';
}

function changeservicestabs(){
	document.getElementById("servicesNavi_nav01").className = 'selection';
	document.getElementById("servicesNavi_nav02").className = 'selection';
	document.getElementById("servicesNavi_nav03").className = 'selection';
	document.getElementById("servicesNavi_nav04").className = 'selection';
	document.getElementById("servicesNavi_nav05").className = 'selection';
}


function changeads(adsID){
	hideAlladsRows();
	eval('document.getElementById("adsNavi_content'+adsID+'").style.display = \'\'')
	changeadstabs();
	eval('document.getElementById("adsNavi_nav'+adsID+'").className = "selected"')
}

function hideAlladsRows(){
	document.getElementById("adsNavi_content01").style.display = 'none';
	document.getElementById("adsNavi_content02").style.display = 'none';
	document.getElementById("adsNavi_content03").style.display = 'none';
}

function changeadstabs(){
	document.getElementById("adsNavi_nav01").className = 'selection';
	document.getElementById("adsNavi_nav02").className = 'selection';
	document.getElementById("adsNavi_nav03").className = 'selection';

}

function changesolutions(solutionsID){
	hideAllsolutionsRows();
	eval('document.getElementById("solutionsNavi_content'+solutionsID+'").style.display = \'\'')
	changesolutionstabs();
	eval('document.getElementById("solutionsNavi_nav'+solutionsID+'").className = "selected"')
}

function hideAllsolutionsRows(){
	document.getElementById("solutionsNavi_content01").style.display = 'none';
	document.getElementById("solutionsNavi_content02").style.display = 'none';
	document.getElementById("solutionsNavi_content03").style.display = 'none';
	document.getElementById("solutionsNavi_content04").style.display = 'none';
}

function changesolutionstabs(){
	document.getElementById("solutionsNavi_nav01").className = 'selection';
	document.getElementById("solutionsNavi_nav02").className = 'selection';
	document.getElementById("solutionsNavi_nav03").className = 'selection';
	document.getElementById("solutionsNavi_nav04").className = 'selection';
}

function changeimplementer(implementerID){
	hideAllimplementerRows();
	eval('document.getElementById("implementerNavi_content'+implementerID+'").style.display = \'\'')
	changeimplementertabs();
	eval('document.getElementById("implementerNavi_nav'+implementerID+'").className = "selected"')
}

function hideAllimplementerRows(){
	document.getElementById("implementerNavi_content01").style.display = 'none';
	document.getElementById("implementerNavi_content02").style.display = 'none';
	document.getElementById("implementerNavi_content03").style.display = 'none';
}

function changeimplementertabs(){
	document.getElementById("implementerNavi_nav01").className = 'selection';
	document.getElementById("implementerNavi_nav02").className = 'selection';
	document.getElementById("implementerNavi_nav03").className = 'selection';
}

function napic02img(){
	document.getElementById("napic02img").style.display="";
}

function napic02imggone(){
	document.getElementById("napic02img").style.display="none";
}

function db01img(){
	document.getElementById("db01img").style.display="";
}

function db01imggone(){
	document.getElementById("db01img").style.display="none";
}

function ads(){
   window.location.href="application-development-services.html";
}


