//Document Head
var mainpath = "../";
var htmlpath = "";
if(document.title.indexOf("Rauchgasanalyse") > -1){
   mainpath = "";
   htmlpath = "htm/";
   }
if(document.title.indexOf("Panel") > -1){
   mainpath = "../../";//"http://www.sug-messtechnik.de/";
   htmlpath = "../../htm/"; //"../htm/";
   }
document.write("<map name='navtop'>");
document.write("<area shap='rect' coords='190,56,280,80' href='javascript:setwkvalues(\"index.php?tpl=home\")'>");
document.write("<area shap='rect' coords='281,56,370,80' href='javascript:setwkvalues(\"index.php?tpl=ueberuns\")'>");
document.write("<area shap='rect' coords='371,56,460,80' href='javascript:setwkvalues(\"index.php?tpl=hiersindwir\")'>");
document.write("<area shap='rect' coords='461,56,550,80' href='javascript:setwkvalues(\"index.php?tpl=partner\")'>");
document.write("<area shap='rect' coords='551,56,640,80' href='javascript:setwkvalues(\"index.php?tpl=kontakt\")'>");
document.write("<area shap='rect' coords='641,56,730,80' href='javascript:setwkvalues(\"index.php?tpl=impressum\")'>");
document.write("<area shap='rect' coords='731,56,820,80' href='javascript:setwkvalues(\"index.php?tpl=agb\")'>");
document.write("<area shap='rect' coords='884,25,924,50' href='javascript:setwkvalues(\"index.php?tpl=home\")'>");
document.write("<area shap='rect' coords='939,25,979,50' href='javascript:setwkvalues(\"index_en.php?tpl=home_en\")'>");
document.write("</map>");
document.write("<table cellspacing='0' cellpadding='0' width='100%' height='81px' border='0'>"
	     + "<tr><td><img src='"+mainpath+"img/dochead1.jpg' width='984' height='81' border='0' usemap='#navtop' alt=''></td><tr>"
	     + "</table>");