var urlstr2 = document.location.toString(); 
var akamaiImgs = 'http://akamai.globalsources.com.edgesuite.net/f/593/3445/5d/static.globalsources.com';	

	   function writeTopNav(placeholder)
	   {
	   document.write('<!-- global nav -->	');
       document.write('   <table border="0" cellspacing="0" cellpadding="0">	');
	   //document.write('	  <tr><td width="38"><img src="'+akamaiImgs+'/SITE/I/TOPBARBK.GIF" width="52" height="30"></td>	');
	   document.write('	  <tr><td width="38">	');
	   //document.write('      <td height="30" align="right" nowrap background="'+akamaiImgs+'/SITE/I/TOPBARBK2.GIF">	');
	   document.write('      <td height="30" align="right" nowrap>	');
	   document.write('            <span class="sm">	');
	   
	   //document.write(' 	            <img src="'+akamaiImgs+'/SITE/I/HOME.GIF" width="12" height="11" align="absmiddle">&nbsp;<a href="http://www.globalsources.com/">Global Sources Home</a>&nbsp;| <img src="'+akamaiImgs+'/SITE/I/CART.GIF" width="15" height="11" align="absmiddle"><a href="http://www.globalsources.com/gsol/GeneralManager?action=ReMap&where=GoInquiryBasket">Inquiry Basket</a> | <a href="https://login.globalsources.com/sso/GeneralManager?action=Login&fromWhere=TSC&application=TSC&appURL='+urlstr2+'">Login</a> | <a href="https://login.globalsources.com/sso/GeneralManager?action=UpdateProfile&ruleset=GSOLUSER&validate=false">User&nbsp;Profile</a>&nbsp;	');
	   document.write(' 	            <a href="http://www.globalsources.com/"><img src="http://static.globalsources.com/SITE/I/HOMEICON.GIF" width="119" height="13" align="absbottom" alt="globalsources.com - manufacturers" title="globalsources.com - manufacturers" border=0></a> | <a href="https://login.globalsources.com/sso/GeneralManager?action=Login&fromWhere=TSC&application=TSC&appURL='+urlstr2+'">Login</a> | <a href="https://login.globalsources.com/sso/GeneralManager?action=UpdateProfile&ruleset=GSOLUSER&validate=false">User&nbsp;Profile</a> | <img src="'+akamaiImgs+'/SITE/I/CART.GIF" width="15" height="11" align="absmiddle"><a href="http://www.globalsources.com/gsol/GeneralManager?action=ReMap&where=GoInquiryBasket">Inquiry Basket</a>&nbsp;	');
	   
	   
	   document.write('            </span>	');
       document.write('        </td>	');
	   document.write('	   </tr>	');
	  	if (placeholder=="")
      	 	{	   
	   		document.write('	 <tr><td colspan="2"><img src="'+akamaiImgs+'/STANDARD_IMAGES/BLANK.GIF" width="1" height="40"></td></tr>	');
		 	document.write('     <tr><td colspan="2" align="right"><!-- greeting here --></td></tr>	');
	   		} 
		if (placeholder=='logo') 
		  	{	
			document.write('	 <tr><td colspan="2"><img src="'+akamaiImgs+'/STANDARD_IMAGES/BLANK.GIF" width="1" height="22"></td></tr>	');			
			document.write('     <tr><td colspan="2" align="right"><a href="http://www.globalsources.com/"><img src="'+akamaiImgs+'/TRADESHOW/IMAGES/GSOLSN.GIF" width="135" height="19" border=0></a></td></tr>	');
			document.write('	 <tr><td colspan="2"><img src="'+akamaiImgs+'/STANDARD_IMAGES/BLANK.GIF" width="1" height="10"></td></tr>	');			
			}

	   document.write('</table>	');
	   document.write('<!-- /global nav -->	');
	   }
	   