
var backcolor  = "";
var fontcolor = "";
var markbackcolor = "";
var markfontcolor = "";
var gl_win = null;
var buttonLeftPart = "../images/sBig.gif";
var buttonPassive = "../images/midBig.gif";
var buttonActive = "../images/midactiveBig.gif";
var buttonRightPart = "../images/eBig.gif";

function dispBut(text,link, id)
{
  document.write('<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">'
       + '<TR><TD>'
       + '<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">'
       + '<TR><TD>'
       + '<IMG SRC="' + buttonLeftPart 
       + '" BORDER="0"></TD>'
       + '<TD name="'+ id +'" id="' + id + '" BACKGROUND="'
       + buttonPassive + '" NOWRAP>'
       + '<A HREF="' + link + '" CLASS="Button" id="text" name="text" onmouseout="window.status=\'\';" onmouseover="window.status=\'' + id + '\';return true;">&nbsp;&nbsp;&nbsp;'
       + text + '&nbsp;&nbsp;&nbsp;</A></TD>'
       + '<TD>'
       + '<IMG SRC="' + buttonRightPart +'"'
       + ' BORDER="0"></TD>'
       + '</TR></TABLE></TD></TR></TABLE>');
}
 

function mail()
{
  window.location.href = "mailto:service@terashop.de";
}
