document.write("<style>")
	document.write("<!--")
		document.write("A.type1:link    {color:#707770; text-decoration:none;  FONT-SIZE: 10px; FONT-WEIGHT: bold;}")
		document.write("A.type1:visited {color:#707770; text-decoration:none;  FONT-SIZE: 10px; FONT-WEIGHT: bold;}")
		document.write("A.type1:active  {color:#707770; text-decoration:none;  FONT-SIZE: 10px; FONT-WEIGHT: bold;}")
		document.write("A.type1:hover   {color:#DF071F; text-decoration:none;  FONT-SIZE: 10px; FONT-WEIGHT: bold;}")		
	
	document.write("//-->")
document.write("</style>")
document.write("<link rel='stylesheet' href='Global.css'>")
document.write("<table width='100%' cellpadding='0' cellspacing='0' border='0'>")
	document.write("<tr>")
    document.write("<td align='left' valign='middle' bgcolor='f4f4f4'><img src='imgs/Menu/button_strip.gif' border='0' usemap='#Map'></td>")		
	document.write("</tr>")
document.write("</table>")
document.write("<map name='Map'>")
  document.write("<area shape='rect' coords='18,6,61,21' href='index.html' target='_self'>")
  document.write("<area shape='rect' coords='87,7,148,20' href='about.html' target='_self'>")
  document.write("<area shape='rect' coords='174,6,214,21' href='news.html' target='_self'>")
  document.write("<area shape='rect' coords='240,5,299,21' href='product.html' target='_self'>")
  document.write("<area shape='rect' coords='328,5,403,21' href='download.php' target='_self'>")
  document.write("<area shape='rect' coords='431,5,498,22' href='feedback.html' target='_self'>")
  document.write("<area shape='rect' coords='525,5,582,22' href='contact.html' target='_self'>")
document.write("</map>")
