//Footer
var mainpath = "../";
if(document.title.indexOf("Rauch") > -1)
   mainpath = "";
if(document.title.indexOf("Panel") > -1)
   mainpath = "../../";
var serviceWin;
function openService()
{
  serviceWin=window.open(mainpath+"cgi-bin/panel/preview.pl?pnl=p&dat=s","ServiceWindow",
   "height="+(screen.availHeight-60)+"px, width="+screen.availWidth+"px, left=0px, top=0px, status=yes, toolbar=no, menubar=no, location=no, scrollbars=yes, resizable=yes",true);
}
document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0'>"  
   + "<tr>"
   + "<td colspan='2'>"
   + "<p class=footer "
   + "style='margin-left:5px;"
   + "margin-top:0px;"
   + "margin-right:0px;"
   + "margin-bottom:0px;"
   + "text-align:left;"
   + "border-left-width:0px;"
   + "border-left-style:solid;"
   + "border-left-color:#3939e5;"
   + "border-top-width:1px;"
   + "border-top-style:solid;"
   + "border-top-color:#B9DCFF;"
   + "border-right-width:0px;"
   + "border-right-style:solid;"
   + "border-right-color:#3939e5;"
   + "border-bottom-width:0px;"
   + "border-bottom-style:solid;"
   + "border-bottom-color:#3939e5;"
   + "background-color:#0071c0;"
   + "padding-top:1px;"
   + "padding-right:10px;'>"
   + "<a class=footerlink href='#' onclick='blur();'>&nbsp;<img src='"+mainpath+"img/pffooter_n.gif' width='10' height='10' border=0>&nbsp;Seitenanfang</a>&nbsp;"
   + "<a class=footerlink href='javascript:setwkvalues(\"index.php?tpl=home\")' onclick='blur();'>|&nbsp;<img src='"+mainpath+"img/pffooter_o.gif' width='10' height='10' border=0 valign='middle'>Home</a>&nbsp;"
   + "<a class=footerlink href='javascript:setwkvalues(\"index.php?tpl=kontakt\")' onclick='blur();'>|&nbsp;<img src='"+mainpath+"img/pffooter_o.gif' width='10' height='10' border=0>Kontakt</a>&nbsp;"
   + "<a class=footerlink href='javascript:setwkvalues(\"index.php?tpl=impressum\")' onclick='blur();'>|&nbsp;<img src='"+mainpath+"img/pffooter_o.gif' width='10' height='10' border=0>Impressum</a>"
   + "</p>"
   + "<p class=footer "
   + "style='margin-left:5px;"
   + "margin-top:0px;"
   + "margin-right:0px;"
   + "margin-bottom:10px;"
   + "text-align:left;"
   + "border-left-width:0px;"
   + "border-left-style:solid;"
   + "border-left-color:#3939e5;"
   + "border-top-width:0px;"
   + "border-top-style:solid;"
   + "border-top-color:#3939e5;"
   + "border-right-width:0px;"
   + "border-right-style:solid;"
   + "border-right-color:#3939e5;"
   + "border-bottom-width:1px;"
   + "border-bottom-style:solid;"
   + "border-bottom-color:#B9DCFF;"
   + "padding-right:10px;'>"
   + "&nbsp;Copyright&nbsp;&copy;&nbsp;S+G Meßtechnik GmbH	2002, www.sug-messtechnik.de, <a class=footer href='mailto:info@sug-messtechnik.de'>info@sug-messtechnik.de</a>, <a class=footer href='javascript:openService()'>Service</a>"
   + ", <a class=footer target='_blank' href='http://kling-it.de'>designed by Kling IT-Services &amp; Consulting</a>"
   + "</p>"
   + "</td>"
   + "</tr>"
   + "</table>");