function Emenu(linkname)
{
text=""
text=text + "<!--Language Menu-->"+
    "<tr>"+
		"<td colspan='4' width='665' bgcolor='#CC3300' nowrap height='20'>"+
			"<table class='txt1' border='0' cellpadding='0' cellspacing='0' width='665'"+
				"bgcolor='#FFFFFF'>"+
    			"<tr>"+

					"<td width='156' bgcolor='#CC3300' nowrap height='20'>"
					if (linkname=="phobic")
					{
						text=text + "<img src='/images/tab1on.gif' width='156' height='20' border='0'></td>"
					}else
					{
						text=text + "<a href='/catalog/english/Ephobic.htm'><img src='/images/tab1.gif' width='156' height='20' border='0'></a></td>" 
					}
			
					text=text + "<td width='142' bgcolor='#CC3300' nowrap height='20'>"
		if (linkname=="philic")
		{
			text=text + "<img src='/images/tab2on.gif' width='142' height='20' border='0'></td>"
		}else
		{
			text=text + "<a href='/catalog/english/Ephilic.htm'><img src='/images/tab2.gif' width='142' height='20' border='0'></a></td>"
		}

		text=text + "<td width='94' bgcolor='#CC3300' nowrap height='20'>"
		if (linkname=="access")
		{
			text=text + "<img src='/images/tab3on.gif' width='94' height='20' border='0'></td>"
		}else
		{
			text=text + "<a href='/catalog/english/access.htm'><img src='/images/tab3.gif' width='94' height='20' border='0'></a></td>"
		}

		text=text + "<td width='50' bgcolor='#CC3300' nowrap height='20'>"
		if (linkname=="faq")
		{
			text=text + "<img src='/images/tab4on.gif' width='50' height='20' border='0'></td>"
		}else
		{
			text=text + "<a href='/catalog/english/faq.htm'><img src='/images/tab4.gif' width='50' height='20' border='0'></a></td>"
		}
			text=text + "<td width='76' bgcolor='#CC3300' nowrap height='20'>"
		if (linkname=="partners")
		{
			text=text + "<img src='/images/tab6on.gif' width='76' height='20' border='0'></td>"
		}else
		{
			text=text + "<a href='/catalog/english/partners.htm'><img src='/images/tab6.gif' width='76' height='20' border='0'></a></td>"
		}

		text=text + "<td width='100' bgcolor='#CC3300' nowrap height='20'>"
		if (linkname=="egrout")
		{
			text=text + "<img src='/images/tab7on.gif' width='100' height='20' border='0'></td>"
		}else
		{
			text=text + "<a href='http://www.egrout.com'><img src='/images/tab7.gif' width='100' height='20' border='0'></a></td>"
		}
		text=text + "<td width='47' bgcolor='#CC3300' nowrap height='20'>"+
		"<img src='/images/1pxred.gif' width='52' height='20' border='0'></a></td>"+
	"</tr>"+
	"</table>"+
	"</td>"+
    "</tr>"+
"</table>"
document.write(text);
}