
function changeSrc()
{
var x=document.getElementById('im_0')

var k=x.src.split("/")


if (k[k.length-1]=="nav_plus.gif")
	{
		document.getElementById("im_0").src="/images/nav_minus.gif"; 
		document.getElementById("im_1").src="/images/nav_plus.gif"; 
		document.getElementById("im_2").src="/images/nav_plus.gif"; 
	}
else
	{
		document.getElementById("im_0").src="/images/nav_plus.gif"
		document.getElementById("im_1").src="/images/nav_plus.gif"; 
		document.getElementById("im_2").src="/images/nav_plus.gif"; 
	}
	
	}
	function changeSrc1()
	{
var y=document.getElementById('im_1')
var j=y.src.split("/")

if (j[j.length-1]=="nav_plus.gif")
	{
		document.getElementById("im_1").src="/images/nav_minus.gif" 
		document.getElementById("im_0").src="/images/nav_plus.gif"; 
		document.getElementById("im_2").src="/images/nav_plus.gif";
	}
else
	{
		document.getElementById("im_1").src="/images/nav_plus.gif"
		document.getElementById("im_0").src="/images/nav_plus.gif"; 
		document.getElementById("im_2").src="/images/nav_plus.gif"; 
	}

}

function changeSrc2()
	{
var y=document.getElementById('im_2')
var j=y.src.split("/")

if (j[j.length-1]=="nav_plus.gif")
	{
		document.getElementById("im_2").src="/images/nav_minus.gif"
		document.getElementById("im_1").src="/images/nav_plus.gif"; 
		document.getElementById("im_0").src="/images/nav_plus.gif"; 
	}
else
	{
		document.getElementById("im_2").src="/images/nav_plus.gif" 
		document.getElementById("im_1").src="/images/nav_plus.gif"; 
		document.getElementById("im_0").src="/images/nav_plus.gif";
	}
return false
}
function changeSrc_home2()
	{
var y=document.getElementById('im_2')
var j=y.src.split("/")

if (j[j.length-1]=="nav_plus.gif")
	{
		document.getElementById("im_2").src="/images/nav_minus_home.gif"
		document.getElementById("im_1").src="/images/nav_plus.gif"; 
		document.getElementById("im_0").src="/images/nav_plus.gif"; 
	}
else
	{
		document.getElementById("im_2").src="/images/nav_plus.gif" 
		document.getElementById("im_1").src="/images/nav_plus.gif"; 
		document.getElementById("im_0").src="/images/nav_plus.gif";
	}

}
function changeSrc_home()
{
var x=document.getElementById('im_0')

var k=x.src.split("/")


if (k[k.length-1]=="nav_plus.gif")
	{
		document.getElementById("im_0").src="/images/nav_minus_home.gif"; 
		document.getElementById("im_1").src="/images/nav_plus.gif"; 
		document.getElementById("im_2").src="/images/nav_plus.gif"; 
	}
else
	{
		document.getElementById("im_0").src="/images/nav_plus.gif"
		document.getElementById("im_1").src="/images/nav_plus.gif"; 
		document.getElementById("im_2").src="/images/nav_plus.gif"; 
	}
	
	}
	function changeSrc_home1()
	{
var y=document.getElementById('im_1')
var j=y.src.split("/")

if (j[j.length-1]=="nav_plus.gif")
	{
		document.getElementById("im_1").src="/images/nav_minus_home.gif" 
		document.getElementById("im_0").src="/images/nav_plus.gif"; 
		document.getElementById("im_2").src="/images/nav_plus.gif";
	}
else
	{
		document.getElementById("im_1").src="/images/nav_plus.gif"
		document.getElementById("im_0").src="/images/nav_plus.gif"; 
		document.getElementById("im_2").src="/images/nav_plus.gif"; 
	}

}


// Contact us start here

function contact()
{
	document.write("<table width='200' border='0' cellspacing='0' cellpadding='0'><tr><td height='10'></td></tr><tr><td><table width='100%' cellpadding='4' cellspacing='0' border='0'><tr><td class='txt' bgcolor='#E1E1E1' colspan='2'><b>Mumbai :</b><br>126, Adhyaru Industrial Estate, Sun Mill Compound, Lower Parel, Mumbai 400013.<br>India<br>T: +91 22 43110303<br>F: +91 22 24943650<br>E: <a href='mailto:mumbai@indigo.co.in'><b>mumbai@indigo.co.in</b></a></td></tr><tr><td class='txt' bgcolor='#E1E1E1'><img src='/images/arrow_img.gif' align='left' hspace='0' vspace='0' border='0' alt=''></td><td class='txt' style='padding:10px 20px 0 0 '><a href='#' onclick=window.open('/map/mumbai.html','map','width=550px,height=550px')><b>Click here for directions to the Mumbai office</b></a><br><img src='/images/trans.gif' width='1' height='0' hspace='0' vspace='0' border='0' alt=''></td></tr><tr><td class='txt' bgcolor='#E1E1E1' colspan='2'><b>Delhi :</b><br>Lower Ground Floor, E-179,<br>East of Kailash, <br>New Delhi 110065.<br>India<br>T: +91 11 46501706<br>E: <a href='mailto:delhi@indigo.co.in'><b>delhi@indigo.co.in</b></a></td></tr><tr><td><img src='/images/arrow_img.gif' align='left' hspace='0' vspace='0' border='0' alt=''></td><td class='txt' style='padding:10px 20px 0 0 '><a href='#' onclick=window.open('/map/delhi.html','map','width=550px,height=550px')><b>Click here for directions to the Delhi office</b></a><br><img src='/images/trans.gif' width='1' height='5' hspace='0' vspace='0' border='0' alt=''></td></tr></table></td></tr><tr><td height='6'></td></tr><tr><td height='1' bgcolor='#CCCCCC'></td></tr><tr><td height='10'></td></tr></table>");	
}

