// ***** gluecksquell - all.js (c) 2002 hsulzer@t-online.de ***** //

// TEST SINCE 28-05-2002

// cnt = new Image()
// var pge = document.URL; pge = pge.split('/'); pge = pge.reverse(); pge = pge[0]
// cnt.src = "http://217.160.169.18/cgi-bin/SQLCT/myimgcnt.cgi?dom="+self.location.host+"&pge="+pge+"&rer="+document.referrer

// ADDITIONAL WINDOWS

function newwin()
 {
  neu = open(n,'NEU','width=640,height=480,titlebar=0,scrollbars=0,menubar=0,directories=0')
 }

// LINK FOR NETSCAPE

function netscrape()
 {
  if(document.all) { return }
  else { document.write('<a href="javascript:newwin(n=\''+x+'\')"><br><b>Bitte klicken Sie hier.</b></a>') }
 }

// OPEN BIG NEW WINDOW //
function gfenster(x)
 {
   eins = window.open(x,'wina','copyhistory=0,location=0,directories=0,scrollbars=1,resizable=1,status=0,toolbar=0,titlebar=0,menubar=0,width=700,height=520,top=20,left=20')
 }
 
 // ***** end ***** //
