// JavaScript Document
function overState(param)
{
	switch(param)
	{
		case 1:
		document.images["img01"].src='images/btn_AboutUs_roll.gif';
		break;
		case 2:
		document.images["img02"].src='images/btn_Sevices_roll.gif';
		break;
		case 3:
		document.images["img03"].src='images/btn_Casestudies_roll.gif';
		break;
		case 4:
		document.images["img04"].src='images/btn_Careers_roll.gif';
		break;
		case 5:
		document.images["img05"].src='images/btn_Technology_roll.gif';
		break;
		default:
		"none";
	}
}

function outState(val)
{
	switch(val)
	{
		case 1:
		document.images["img01"].src='images/btn_AboutUs.gif';
		if(document.title=="About Us - iSolution")
		{
			document.images["img01"].src='images/btn_AboutUs_roll.gif';
		}
		break;
		case 2:
		document.images["img02"].src='images/btn_Sevices.gif';
		if(document.title=="Services")
		{
			document.images["img02"].src='images/btn_Sevices_roll.gif';
		}
		break;
		case 3:
		document.images["img03"].src='images/btn_Casestudies.gif';
		if(document.title=="Case Studies")
		{
			document.images["img03"].src='images/btn_Casestudies_roll.gif';
		}
		break;
		case 4:
		document.images["img04"].src='images/btn_Careers.gif';
		if(document.title=="Careers - iSolution - Kolkata")
		{
			document.images["img04"].src='images/btn_Careers_roll.gif';
		}
		break;
		case 5:
		document.images["img05"].src='images/btn_Technology.gif';
		if(document.title=="Technology - iSolution")
		{
			document.images["img05"].src='images/btn_Technology_roll.gif';
		}
		break;
		default:
		"none";
	}
}
function overStateIndex(param)
{
	switch(param)
	{
		case 1:
		document.images["img01"].src='images/btn_AboutUs_roll.gif';
		break;
		case 2:
		document.images["img02"].src='images/btn_Sevices_roll.gif';
		break;
		case 3:
		document.images["img03"].src='images/btn_Casestudies_roll.gif';
		break;
		case 4:
		document.images["img04"].src='images/btn_Careers_roll.gif';
		break;
		case 5:
		document.images["img05"].src='images/btn_Technology_roll.gif';
		break;
		default:
		"none";
	}
}

function outStateIndex(val)
{
	switch(val)
	{
        case 1:
		document.images["img01"].src='images/btn_AboutUs.gif';
		if(document.title=="About Us - iSolution")
		{
			document.images["img01"].src='images/btn_AboutUs_roll.gif';
		}
		break;
		case 2:
		document.images["img02"].src='images/btn_Sevices.gif';
		if(document.title=="Services")
		{
			document.images["img02"].src='images/btn_Sevices_roll.gif';
		}
		break;
		case 3:
		document.images["img03"].src='images/btn_Casestudies.gif';
		if(document.title=="Case Studies")
		{
			document.images["img03"].src='images/btn_Casestudies_roll.gif';
		}
		break;
		case 4:
		document.images["img04"].src='images/btn_Careers.gif';
		if(document.title=="Careers - iSolution - Kolkata")
		{
			document.images["img04"].src='images/btn_Careers_roll.gif';
		}
		break;
		case 5:
		document.images["img05"].src='images/btn_Technology.gif';
		if(document.title=="Technology - iSolution")
		{
			document.images["img05"].src='images/btn_Technology_roll.gif';
		}
		break;
		default:
		"none";
	}
}


	
            
            
           