function Eheader(linkname)
{
text="<TABLE border=0 cellpadding=0 cellspacing=0 width=665 bgcolor=#FFFFFF>"
text=text + "<tr class='txt2'>"
						text=text + "<td ALIGN=RIGHT VALIGN=TOP ROWSPAN=2 NOWRAP WIDTH=340 HEIGHT=58>"

						text=text + "<a href='/catalog/english/'><img SRC='/images/technoRev.gif' ALT='Urethane Grout Technology Catalog' BORDER=0 height=60 width=340 align=ABSBOTTOM></a>"
						
						text=text + "</td>"
						text=text + "<td ALIGN=RIGHT VALIGN=BOTTOM NOWRAP WIDTH=18 HEIGHT=20><a href='/catalog/english/'><img SRC='/images/filler1.gif' BORDER=0 height=20 width=20 align=ABSBOTTOM></a></td>"

						text=text + "<td ALIGN=RIGHT VALIGN=middle COLSPAN=2 NOWRAP WIDTH=307 HEIGHT=20 BGCOLOR=#FFFFFF background='/images/headermenu.gif'>"
document.write(text);						
						if (linkname=="english")
						{
							text="<b><font face='Verdana, Arial' color=#CC3300 size=-2>English</font></b>"
						}else
						{
							text="<b><a href='/catalog/english/'><font face='Verdana, Arial' color=#000000 size=-2>English</a></font></b>"
						}
						text=text + "&nbsp;&nbsp;<font face='Verdana, Arial' color=#000000 size=-2>"
						text=text + "|&nbsp;&nbsp;</font>"
					
						if (linkname=="spanish")
						{
							text=text + "<b><font face='Verdana, Arial' color=#CC3300 size=-2>Espaņol</font></b>"
						}else
						{
							text=text + "<b><a href='/catalog/spanish/' class='link1'><font face='Verdana, Arial' color=#000000 size=-2>Espaņol</a></font></b>"
						}
						text=text + "&nbsp;&nbsp;<font face='Verdana, Arial' color=#000000 size=-2>"
						text=text + "|&nbsp;&nbsp;</font>"
document.write(text);						
						if (linkname=="search")
						{
							text="<b><font face='Verdana, Arial' color=#CC3300 size=-2>Search</font></b>"
						}else
						{
							text="<b><a href='/catalog/search/'><font face='Verdana, Arial' color=#000000 size=-2>Search</a></font></b>"
						}
						text=text + "&nbsp;&nbsp;<font face='Verdana, Arial' color=#000000 size=-2>"
						text=text + "|&nbsp;&nbsp;</font>"
						
						if (linkname=="home")
						{
							text=text + "<b><font face='Verdana, Arial' color=#CC3300 size=-2>Home</font></b>"
						}else
						{
							text=text + "<b><a href='/'><font face='Verdana, Arial' color=#000000 size=-2>Home</a></font></b>"
						}
						text=text + "&nbsp;&nbsp;<font face='Verdana, Arial' color=#000000 size=-2>"
						text=text +"|&nbsp;&nbsp;</font></td>"
document.write(text);
					text="</tr>"
					text=text +"<tr>"
						text=text +"<td VALIGN=TOP WIDTH=18 HEIGHT=38><img SRC='/images/spacerRev.gif' BORDER=0 height=40 width=20 align=TEXTTOP></td>"

						text=text + "<td ALIGN=LEFT VALIGN=TOP COLSPAN=2 NOWRAP WIDTH=305 HEIGHT=40><img SRC='/images/nameRev.gif' ALT='PYCOSA' BORDER=0 height=40 width=312 align=TEXTTOP></td>"
					text=text +"</tr>"
document.write(text);
}