	window.onresize = new Function("window.location.reload();");
	var ie=(document.all)?1:0;
	var hide=-1;
	var isMozilla=false;
	var bDom = document.getElementById?1:0;
	var bVersion=navigator.appVersion;
	isMozilla=(bDom&&parseInt(bVersion)>=5)?1:0;
	opera=window.opera?1:0;

	var isMozilla=false;
	var bDom = document.getElementById?1:0;
	var bVersion=navigator.appVersion;
	isMozilla=(bDom&&parseInt(bVersion)>=5)?1:0;
	
	
	if(ie) var menu_x=(screen.width == 800)?[82,272,376,492,590,630]:[193,385,488,604,702,742];
	else var menu_x=(screen.width == 800)?[92,274,378,494,592,632]:[114,387,490,606,704,744];
	var menu_y=117;
	
	if(ie) var smenu_x=(screen.width==800)?[602]:[637];
	else var smenu_x=(screen.width==800)?[527]:[639];
	var smenu_y=[167,142,163,218,239,204];
	
	var str=""
	str+="<style>";
	if(ie)
	{
	str+="#Mmenu0{filter:alpha(opacity=100);position:absolute;top:" + menu_y + ";left:" + menu_x[0] + ";visibility:hidden;z-index:10;}";
	str+="#Mmenu1{filter:alpha(opacity=100);position:absolute;top:" + menu_y + ";left:" + menu_x[1] + ";visibility:hidden;z-index:10;}";
	str+="#Mmenu2{filter:alpha(opacity=100);position:absolute;top:" + menu_y + ";left:" + menu_x[2] + ";visibility:hidden;z-index:10;}";
	str+="#Mmenu3{filter:alpha(opacity=100);position:absolute;top:" + menu_y + ";left:" + menu_x[3] + ";visibility:hidden;z-index:10;}";
	str+="#Mmenu4{filter:alpha(opacity=100);position:absolute;top:" + menu_y + ";left:" + menu_x[4] + ";visibility:hidden;z-index:10;}";
	str+="#Mmenu5{filter:alpha(opacity=100);position:absolute;top:" + menu_y + ";left:" + menu_x[5] + ";visibility:hidden;z-index:10;}";
	
	str+="#Smenu0{filter:alpha(opacity=100);position:absolute;top:" + smenu_y[0] + ";left:" + smenu_x + ";visibility:hidden;z-index:10;}";
	str+="#Smenu1{filter:alpha(opacity=100);position:absolute;top:" + smenu_y[1] + ";left:" + smenu_x + ";visibility:hidden;z-index:10;}";
	}
	else
	{
	str+="#Mmenu0{position:absolute;top:" + menu_y + ";left:" + menu_x[0] + ";visibility:hidden;}";
	str+="#Mmenu1{position:absolute;top:" + menu_y + ";left:" + menu_x[1] + ";visibility:hidden;}";
	str+="#Mmenu2{position:absolute;top:" + menu_y + ";left:" + menu_x[2] + ";visibility:hidden;}";
	str+="#Mmenu3{position:absolute;top:" + menu_y + ";left:" + menu_x[3] + ";visibility:hidden;}";
	str+="#Mmenu4{position:absolute;top:" + menu_y + ";left:" + menu_x[4] + ";visibility:hidden;}";
	str+="#Mmenu5{position:absolute;top:" + menu_y + ";left:" + menu_x[5] + ";visibility:hidden;}";
	
	str+="#Smenu0{position:absolute;top:" + smenu_y[0] + ";left:" + smenu_x + ";visibility:hidden;}";
	str+="#Smenu1{position:absolute;top:" + smenu_y[1] + ";left:" + smenu_x + ";visibility:hidden;}";
	}
	str+="</style>";
	document.write(str);
	
	<!--  submenu functions -->
	
	function hideall()
	{
		for(i=0;i<=5;i++) { 
			if(ie) eval("Mmenu"+i +".style.visibility='hidden';");
			else if (isMozilla){
				var objMDiv = document.getElementById("Mmenu"+i);
				objMDiv.style.visibility="hidden";
			}
			else  document.layers[i].visibility="hide";
			}
	}
	
	function menu(x)
	{
	hideall();
	if(ie)
	
		 eval("Mmenu"+ x +".style.visibility='visible';");
		else if (isMozilla){
				var objMDiv = document.getElementById("Mmenu"+ x);
				objMDiv.style.visibility="visible";
			}
		else  document.layers[x].visibility="show";
	}
	
	function smout(x,y){
		if (!isMozilla){
		eval("c"+x+y).style.backgroundColor = "#92BFDF";
		eval("c"+x+y).style.color = "#000000";
			}
		else{
			document.getElementById("c"+x+y).style.backgroundColor = "#92BFDF";
			document.getElementById("c"+x+y).style.color = "#000000";
			}
	}

	function smover(x,y){
		if (!isMozilla){
			eval("c"+x+y).style.backgroundColor = "#B8D6EA";
			eval("c"+x+y).style.color = "#000000";
			}
		else{
			document.getElementById("c"+x+y).style.backgroundColor = "#B8D6EA";
			document.getElementById("c"+x+y).style.color = "#000000";
		}
	}
	
	<!--  inner submenu functions -->
	
	function shideall()
	{
		for(i=0;i<=1;i++) { 
			if(ie) eval("Smenu"+i +".style.visibility='hidden';");
			else if (isMozilla){
				var objMDiv = document.getElementById("Smenu"+i);
				objMDiv.style.visibility="hidden";
			}
			else  document.layers[i].visibility="hide";
			}
	}
	
	function smenu(x)
	{
	shideall();
	if(ie)
	
		 eval("Smenu"+ x +".style.visibility='visible';");
		else if (isMozilla){
				var objMDiv = document.getElementById("Smenu"+ x);
				objMDiv.style.visibility="visible";
			}
		else  document.layers[x].visibility="show";
	}
	
	function ssmout(x,y){
		if (!isMozilla){
		eval("s"+x+y).style.backgroundColor = "#92BFDF";
		eval("s"+x+y).style.color = "#000000";
			}
		else{
			document.getElementById("s"+x+y).style.backgroundColor = "#92BFDF";
			document.getElementById("s"+x+y).style.color = "#000000";
			}
	}

	function ssmover(x,y){
		if (!isMozilla){
			eval("s"+x+y).style.backgroundColor = "#B8D6EA";
			eval("s"+x+y).style.color = "#000000";
			}
		else{
			document.getElementById("s"+x+y).style.backgroundColor = "#B8D6EA";
			document.getElementById("s"+x+y).style.color = "#000000";
		}
	}
	
	<!--  sub menus  -->
	
	document.write("<div id='Mmenu0'>");
	document.write("<table cellpadding=2 cellspacing=1 border=0 bgcolor='#FFFFFF'>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c00' name='c00' width='120' onmouseover=smover('0','0'); onmouseout=smout('0','0'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath + "authorities/chairman_message.html'>Chairman’s Message</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c01' name='c01' width='120' onmouseover=smover('0','1'); onmouseout=smout('0','1'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath + "authorities/governing_council.html'>Governing Council</td></tr>");
	document.write("</table>");
	document.write("</div>");
	
	document.write("<div id='Mmenu1'>");
	document.write("<table cellpadding=3 cellspacing=1 border=0 bgcolor='#FFFFFF' width=150>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c10' name='c10' onmouseover=smover('1','0'); onmouseout=smout('1','0'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"globalsourcing_overview/global_trade_overview.html'>Global trade overview</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c11' name='c11'  onmouseover=smover('1','1'); onmouseout=smout('1','1'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"globalsourcing_overview/about_china.html'>About China</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c12' name='c12'  onmouseover=smover('1','2'); onmouseout=smout('1','2'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"globalsourcing_overview/about_india.html'>About India</td></tr>");
		document.write(	"<tr bgcolor='#92BFDF'><td id='c13' name='c13' onmouseover=smover('1','3'); onmouseout=smout('1','3'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"globalsourcing_overview/lesson_learnt.html'>Lessons learnt</td></tr>");
	document.write("</table>");
	document.write("</div>");
	
	document.write("<div id='Mmenu2'>");
	document.write("<table cellpadding=3 cellspacing=1 border=0 width=150 bgcolor='#FFFFFF'>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c20' name='c20' onmouseover=smover('2','0'); onmouseout=smout('2','0'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"estimatepotential_benefits/savings_calculator.html'>Savings Calculator</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c21' name='c21' onmouseover=smover('2','1'); onmouseout=smout('2','1'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"estimatepotential_benefits/benchmarkingw_others.html'>Benchmarking w/ others</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c22' name='c22' onmouseover=smover('2','2');smenu(0); onmouseout=smout('2','2'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"estimatepotential_benefits/heavyequipment_potentialsavings.html'>Industry benchmarks</td></tr>");
	document.write("</table>");
	document.write("</div>");
	
	document.write("<div id='Mmenu3'>");
	document.write("<table cellpadding=3 cellspacing=1 border=0 bgcolor='#FFFFFF'>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c30' name='c30' onmouseover=smover('3','0'); onmouseout=smout('3','0'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/source_global_newsletters.html'>Source Global Newsletters</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c31' name='c31' onmouseover=smover('3','1'); onmouseout=smout('3','1'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/incoterms.html'>INCOTERMS</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c32' name='c32' onmouseover=smover('3','2'); onmouseout=smout('3','2'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/shipping_options.html'>Shipping options</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c33' name='c33' onmouseover=smover('3','3'); onmouseout=smout('3','3'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/whitepapers.html'>White Papers</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c34' name='c34' onmouseover=smover('3','4'); onmouseout=smout('3','4'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/blogs_otherusefullinks.html'>BLOGS and other useful links</td></tr>");
	document.write("</table>");
	document.write("</div>");
	
	document.write("<div id='Mmenu4'>");
	document.write("<table cellpadding=3 width=150 cellspacing=1 border=0 bgcolor='#FFFFFF'>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c40' name='c40' onmouseover=smover('4','0'); onmouseout=smout('4','0'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"case_studies/heavy_equipment.html'>Heavy Equipment</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c41' name='c41' onmouseover=smover('4','1'); onmouseout=smout('4','1'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"case_studies/after_market.html'>Aftermarket</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c42' name='c42' onmouseover=smover('4','2'); onmouseout=smout('4','2'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"case_studies/medical_devices.html'>Medical Devices</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c43' name='c43' onmouseover=smover('4','3'); onmouseout=smout('4','3'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"case_studies/automotive.html'>Automotive</td></tr>");
	document.write("</table>");
	document.write("</div>");
	
	document.write("<div id='Mmenu5'>");
	document.write("<table cellpadding=3 width='150' cellspacing=1 border=0 bgcolor='#FFFFFF'>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c50' name='c50' onmouseover=smover('5','0'); onmouseout=smout('5','0'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/source_global_2005_08.html'>Aug 2005</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c51' name='c51' onmouseover=smover('5','1'); onmouseout=smout('5','1'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/source_global_2005_07.html'>July 2005</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c52' name='c52' onmouseover=smover('5','2'); onmouseout=smout('5','2'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/source_global_2005_06.html'>June 2005</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c53' name='c53' onmouseover=smover('5','3'); onmouseout=smout('5','3'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/source_global_2005_05.html'>May 2005</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c54' name='c54' onmouseover=smover('5','4'); onmouseout=smout('5','4'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/source_global_2005_04.html'>April 2005</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c55' name='c55' onmouseover=smover('5','5'); onmouseout=smout('5','5'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/source_global_2005_03.html'>March 2005</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c56' name='c56' onmouseover=smover('5','6'); onmouseout=smout('5','6'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/source_global_2005_02.html'>February 2005</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c57' name='c57' onmouseover=smover('5','7'); onmouseout=smout('5','7'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/source_global_2005_01.html'>January 2005</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='c58' name='c58' onmouseover=smover('5','8'); onmouseout=smout('5','8'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/source_global_2004_12.html'>December 2004</td></tr>");
	document.write("</table>");
	document.write("</div>");
	
	<!--   inner sub menus   -->
	
	document.write("<div id='Smenu0'>");
	document.write("<table cellpadding=3 cellspacing=1 border=0 bgcolor='#FFFFFF'>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='s00' name='s00' width='150' onmouseover=ssmover('0','0'); onmouseout=ssmout('0','0'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath + "estimatepotential_benefits/heavyequipment_potentialsavings.html'>Heavy Equipment</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='s01' name='s01' width='150' onmouseover=ssmover('0','1'); onmouseout=ssmout('0','1'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath + "estimatepotential_benefits/medical_devices.html'>Medical devices</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='s02' name='s02' width='150' onmouseover=ssmover('0','2'); onmouseout=ssmout('0','2'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath + "estimatepotential_benefits/automotive.html'>Automotive</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='s03' name='s03' width='150' onmouseover=ssmover('0','3'); onmouseout=ssmout('0','3'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"estimatepotential_benefits/consumer_products.html'>Consumer products</td></tr>");
	document.write("</table>");
	document.write("</div>");
	
	document.write("<div id='Smenu1'>");
	document.write("<table cellpadding=2 cellspacing=1 border=0 bgcolor='#FFFFFF'>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='s10' name='s10' width='120' onmouseover=ssmover('1','0'); onmouseout=ssmout('1','0'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/source_global_newsletters.html'></td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='s11' name='s11' width='120' onmouseover=ssmover('1','1'); onmouseout=ssmout('1','1'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/incoterms.html'>INCOTERMS</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='s12' name='s12' width='120' onmouseover=ssmover('1','2'); onmouseout=ssmout('1','2'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/shipping_options.html'>Shipping options</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='s13' name='s13' width='120' onmouseover=ssmover('1','3'); onmouseout=ssmout('1','3'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/whitepapers.html'>White Papers</td></tr>");
	document.write(	"<tr bgcolor='#92BFDF'><td id='s14' name='s14' width='120' onmouseover=ssmover('1','4'); onmouseout=ssmout('1','4'); class='submenu' style='cursor:hand;' align='left' onClick=location.href='" + linkPath +"lessons_inforesources/blogs_otherusefullinks.html'>BLOGS and other useful links</td></tr>");
	document.write("</table>");
	document.write("</div>");
	