
<!-- Hide from old browsers

// preload navigation images

if (document.images) 
{
webdesignon = new Image();
webdesignon.src = "http://ssl.einsnull.com/vshop/images/webdesign_ov.gif";

ecommerceon = new Image();
ecommerceon.src = "http://ssl.einsnull.com/vshop/images/ecommerce_ov.gif";

datenbankenon = new Image();
datenbankenon.src = "http://ssl.einsnull.com/vshop/images/datenbanken_ov.gif";

hostingon = new Image();
hostingon.src = "http://ssl.einsnull.com/vshop/images/hosting_ov.gif";

schulungenon = new Image();
schulungenon.src = "http://ssl.einsnull.com/vshop/images/schulungen_ov.gif";

audiovideoon = new Image();
audiovideoon.src = "http://ssl.einsnull.com/vshop/images/audiovideo_ov.gif";
 
streamingon = new Image();
streamingon.src = "http://ssl.einsnull.com/vshop/images/streaming_ov.gif";  
 
administrationon = new Image();
administrationon.src = "http://ssl.einsnull.com/vshop/images/administration_ov.gif";  
 
referenzenon = new Image();
referenzenon.src = "http://ssl.einsnull.com/vshop/images/referenzen_ov.gif";  
 
staffon = new Image();
staffon.src = "http://ssl.einsnull.com/vshop/images/staff_ov.gif"; 
 
kontakton = new Image();
kontakton.src = "http://ssl.einsnull.com/vshop/images/kontakt_ov.gif"; 
 
homeon = new Image();
homeon.src = "http://ssl.einsnull.com/vshop/images/home_ov.gif"; 

webdesignoff = new Image();
webdesignoff.src = "http://ssl.einsnull.com/vshop/images/webdesign.gif";

ecommerceoff = new Image();
ecommerceoff.src = "http://ssl.einsnull.com/vshop/images/ecommerce.gif";

datenbankenoff = new Image();
datenbankenoff.src = "http://ssl.einsnull.com/vshop/images/datenbanken.gif";

hostingoff = new Image();
hostingoff.src = "http://ssl.einsnull.com/vshop/images/hosting.gif";

schulungenoff = new Image();
schulungenoff.src = "http://ssl.einsnull.com/vshop/images/schulungen.gif";

audiovideooff = new Image();
audiovideooff.src = "http://ssl.einsnull.com/vshop/images/audiovideo.gif";
 
streamingoff = new Image();
streamingoff.src = "http://ssl.einsnull.com/vshop/images/streaming.gif";  
 
administrationoff = new Image();
administrationoff.src = "http://ssl.einsnull.com/vshop/images/administration.gif";  
 
referenzenoff = new Image();
referenzenoff.src = "http://ssl.einsnull.com/vshop/images/referenzen.gif";  
 
staffoff = new Image();
staffoff.src = "http://ssl.einsnull.com/vshop/images//staff.gif"; 
 
kontaktoff = new Image();
kontaktoff.src = "http://ssl.einsnull.com/vshop/images/kontakt.gif"; 
 
homeoff = new Image();
homeoff.src = "http://ssl.einsnull.com/vshop/images/home.gif";
  }

function img_act(imgName) {
  if (document.images) {
  imgOn = eval(imgName + "on.src");
  document[imgName].src = imgOn;
  }
}

function img_inact(imgName) {
  if (document.images) {
  imgOff = eval(imgName + "off.src");
  document[imgName].src = imgOff;
  }
}

// Stop hiding from old browsers -->


<!--
function fenster(theURL,winName,features)
{window.open(theURL,winName,features);}


