// JavaScript Document
function highlightheader(x)
{
	document.getElementById("lnk"+x).className="Verdana-link9H";
	document.getElementById("toplnk"+x).className = "linkopacity_hover img ";
}
function fun01(val)
{
	if(highlightLink != val)
	{
	document.getElementById("lnk"+val).className = "Verdana-link9H";
	document.getElementById("toplnk"+val).className = "linkopacity_hover img ";
	}
}
function fun02(val)
{
	if(highlightLink != val)
	{
	document.getElementById("lnk"+val).className = "Verdana-link9";
	document.getElementById("toplnk"+val).className = "linkopacity img ";
	}
}

// for side navigation
function highlight(x)
{
	document.getElementById("lnk"+x).className="Verdana-link9H";
//	document.getElementById("toplnk"+x).className = "linkopacity_hover img ";
}
function funnav01(val)
{
	if(highlightLink != val)
	{
	document.getElementById("lnk"+val).className = "Verdana-link9H";
//	document.getElementById("toplnk"+val).className = "linkopacity_hover img ";
	}
}
function funnav02(val)
{
	if(highlightLink != val)
	{
	document.getElementById("lnk"+val).className = "Verdana-link9";
//	document.getElementById("toplnk"+val).className = "linkopacity img ";
	}
}

function footertext()
{
	document.write("<span class='Verdana-9'>(C) 2009 Clasticon Solutions  Private Limited <img src='images/spacer.gif' alt='' width='10' height='10' /><a href='index.html' class='Verdana-link9' id='lnk11' onmouseover='fun01(11)' onmouseout='fun02(11)'>Home</a> <span class='Verdana-link9'>| <a href='services.html' class='Verdana-link9' id='lnk12' onmouseover='fun01(12)' onmouseout='fun02(12)'>Services</a> | <a href='people.html' class='Verdana-link9' id='lnk13' onmouseover='fun01(13)' onmouseout='fun02(13)'>People</a> | <a href='career.html' class='Verdana-link9' id='lnk14' onmouseover='fun01(14)' onmouseout='fun02(14)'>Careers</a> | <a href='contact.html' class='Verdana-link9' id='lnk15' onmouseover='fun01(15)' onmouseout='fun02(15)'>Contact</a></span></span>");
}

 function displaybanner()
{
	document.write("<div id='menu'><div></div><div><li><a href='index.html' id='toplnk11' onmouseover='fun01(11)' onmouseout='fun02(11)'><img src='images/btn_home.gif' alt='Home ' width='38' height='12' border='0' /></a></li></div><div><li><a href='services.html' id='toplnk12' onmouseover='fun01(12)' onmouseout='fun02(12)'><img src='images/btn_services.gif' alt='Services ' width='55' height='12' border='0' /></a></li></div><div><li><a href='people.html' id='toplnk13' onmouseover='fun01(13)' onmouseout='fun02(13)'><img src='images/btn_people.gif' alt='People' width='45' height='12' border='0' /></a></li></div><div><li><a href='career.html' id='toplnk14' onmouseover='fun01(14)' onmouseout='fun02(14)'><img src='images/btn_careers.gif' alt='Careers' width='50' height='12' border='0' /></a></li></div><div><li><a href='contact.html' id='toplnk15' onmouseover='fun01(15)' onmouseout='fun02(15)'><img src='images/btn_contact.gif' alt='Contact' width='51' height='12' border='0' /></a></li></div></div>");
}
function bannerflash()
{
	document.write("<div class='top-rig'><script type='text/javascript'>AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','655','height','273','src','top_flash','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','top_flash' ); //end AC code</script><noscript><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0' width='655' height='273'>  <param name='movie' value='top_flash.swf' />  <param name='quality' value='high' />  <embed src='top_flash.swf' quality='high' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='655' height='273'></embed></object>  </noscript></div>");
}