function holdlink(id)
	{
//		document.getElementById(id).onmouseout='abouthover';
	 	document.getElementById(id).className='abouthover';
	
	}
	
function holdlink1(id)
	{
//		document.getElementById(id).onmouseout='abouthover';
	 	document.getElementById(id).className='businesshover';
	
	}
	
function holdlink2(id)
	{
//		document.getElementById(id).onmouseout='abouthover';
	 	document.getElementById(id).className='testimonialshover';
	
	}
	
function holdlink3(id)
	{
//		document.getElementById(id).onmouseout='abouthover';
	 	document.getElementById(id).className='clienthover';
	
	}
	
function holdlink4(id)
	{
//		document.getElementById(id).onmouseout='abouthover';
	 	document.getElementById(id).className='programmeshover';
	
	}
	
function holdlink5(id)
	{
//		document.getElementById(id).onmouseout='top_navigation';
	 	document.getElementById(id).className='top_navigationhold';
	
	}
	
function holdlink6(id)
	{
//		document.getElementById(id).onmouseout='abouthover';
	 	document.getElementById(id).className='careershover';	
	}
		
function servicesFunc()
	{
	 	window.location = "services.htm";
	}
	
function conferencesFunc()
	{
		window.location = "conferences.htm";
	}
	
function consultancyFunc()
	{
		window.location = "consultancy.htm";
	}
	
function outsourcingFunc()
	{	
	window.location ="outsourcing.htm";
	}
	
function businessFunc()
	{	
	window.location ="business.htm#why";
	}	
	
function alliancesFunc(jumpto)
	{	
	window.location ="alliances.htm#"+jumpto;
	}	
// For toggling show/hide of div in FAOs.
  function toggleShow(id){
	  if(document.getElementById(id).className == "showFAQ"){
		document.getElementById(id).className = "hideFAQ";
	  } else {
		document.getElementById(id).className = "showFAQ";
	  }
  }
  function cellClickFunc(url){
	window.location = url;
  }
//
// Following function is for changing cell styles on sitemap page.
  function changeClassFunc(cellId, className){
	document.getElementById(cellId).className = className;
  }
  function cellClickFunc(url){
	window.location = url;
  }
//  
// write flash obj with query string
function writeFlash(SITE_URL) {
 	// appearance vars, these can be customized to your liking
	var width = '948'
	var height = '184'
	var src = SITE_URL+'images/flash/SQTL_inner.swf'
	// queries -- type in the variables you want to send to flash here
	var queries = '?itemNosToShow='+itemNosToShowStr;
	// assemble flash obj
	var l1 = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+width+'" height="'+height+' align="middle">'
	var l2 = '<param name="movie" value="'+src+queries+'" />'
	var l3 = '<param name="quality" value="high" />'
	var l4 = '<param name="salign" value="lt" />'
	var l5 = '<param name="bgcolor" value="#ffffff" />'
	var l6 = '<param name="wmode" value="transparent" />'
	var l7 = '<embed src="'+src+queries+'" quality="high" salign="lt" wmode="transparent" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+width+'" height="'+height+'"></embed>'
	var l8 = '</object>'
	// write all lines
	document.write(l1+l2+l3+l4+l5+l6+l7+l8)
}
