//var homesite='http://germerot/';
var homesite='http://www.directtools.de/';
var scriptsite=homesite+'cgi-bin/';

function isNetscape() {
  if (navigator) {
    if (navigator.appName == "Microsoft Internet Explorer")
      return false
  }
  return true;
}

function OpenVote() {
  var aWidth=(isNetscape())?620:480;
  votewdw=window.open(homesite+'templates/uf_umfrage.htm','Nachricht','Width='+aWidth+',Height=540,menubar=no,locationbar=no,status=no,resizable=yes,dependent=yes');
  votewdw.focus();
}

function OpenMail() {
  var aWidth=(isNetscape())?620:480;
  faxwdw=window.open(homesite+'templates/sf_sendform.htm','Nachricht','Width='+aWidth+',Height=580,menubar=no,locationbar=no,status=no,resizable=yes,dependent=yes');
  faxwdw.focus();
}

function OpenSms() {
  var aWidth=(isNetscape())?550:420;
  faxwdw=window.open(homesite+'templates/sf_sendsms.htm','Nachricht','Width='+aWidth+',Height=280,menubar=no,locationbar=no,status=no,resizable=yes,dependent=yes');
  faxwdw.focus();
}

function OpenFax() {
  var aWidth=(isNetscape())?620:480;
  faxwdw=window.open(homesite+'templates/sf_sendfax.htm','Nachricht','Width='+aWidth+',Height=500,menubar=no,locationbar=no,status=no,resizable=yes,dependent=yes');
  faxwdw.focus();
}

function OpenDownload(alink) {
  var aWidth= (isNetscape())?620:480;
  if (alink !='') {
    var aUrl  = homesite + 'cgi-bin/download.cgi?' + alink;
    dwnwdw=window.open(aUrl,'Download','Width='+aWidth+',Height=510,menubar=no,scrollbar=yes,locationbar=no,status=no,resizable=yes,dependent=yes');
    dwnwdw.focus();
  }
}

function SendMail(txt) {
  window.location='mailto:'+txt+'@'+'h-p-eurosoft'+'.de';
}

function OpenSound() {
  snswdw=window.open(homesite+'soundnails/popup.htm','Soundnails','Left=10,Top=10,Width=230,Height=100,menubar=no,locationbar=no,status=no,resizable=yes,dependent=yes');
}

function OpenSearch() {
  searchwdw=window.open(homesite+'WaitSearch.htm','searchresult','Width=480,Height=500,menubar=no,locationbar=yes,status=no,resizable=yes,dependent=yes');
  searchwdw.focus();
}

function goBack() {
 if (history)
  history.go(-1);
}
function goForward() {
 if (history)
  history.go(1);
}

function OpenImage(ahref) {
  imgwdw=window.open('','showimage','Width=400,Height=500,menubar=no,locationbar=no,status=no,resizable=yes,dependent=yes');
  with (imgwdw.document) {
    open();
    write('<HTML><HEAD><TITLE>K-W-H Langel Filtersysteme Gmbh - Detailansicht</TITLE>'+
          '<LINK REL="STYLESHEET" HREF="../style.css" TYPE="text/css"></HEAD>'+
          '<BODY><TABLE WIDTH="100%" CELLPADDING="0" BORDER="0" CELLSPACING="0"><TR>'+
          '<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="60%">'+
          '<FONT CLASS="KWH1">K-W-H Langel</FONT><BR>'+
          '<FONT CLASS="KWH2">Filtersysteme GmbH</FONT></TD>'+
          '<TD ALIGN="RIGHT" WIDTH="40%"> Meitzer Weg 19B<BR>'+
          'D-30938 Burgwedel<BR>'+
          'Tel. +49-5139-894535<BR>'+
          'Fax. +49-5139-894539<BR>'+
          '<A HREF="mailto:info@k-w-hlangel.de">info@k-w-hlangel.de</A> <BR>'+
          '&nbsp; </TD></TR><TR>'+
          '<TD ALIGN="CENTER" COLSPAN="2" WIDTH="100%" HEIGHT="350" CLASS="TDimg"><CENTER>');
    write('<IMG WIDTH="350" HEIGHT="350" BORDER="0" ONCLICK="javascript:window.close()" '+
          'SRC="'+ahref+'">');
    write('</CENTER></TD></TR><TR><TD ALIGN="RIGHT" COLSPAN="2" WIDTH="100%"><BR>'+
          '<A HREF="javascript:window.print()">Drucken</A> | '+
          '<A HREF="javascript:window.close()">Fenster schliessen</A>&nbsp; </TD>'+
          '</TR></TABLE></BODY></HTML>');
    close();
  }
  imgwdw.focus();
}


