var pixelUrl="http://sat1.ivwbox.de/cgi-bin/ivw/TI/sat1;/home/?";
if(parent.innerWidth) {
	pixelUrl+="inner_win="+parent.innerWidth+"x"+parent.innerHeight+"&";
}
if(screen) {
	pixelUrl+="avail_scr="+screen.availWidth+"x"+screen.availHeight+"&full_scr="+screen.width+"x"+screen.height+"&colordepth="+screen.colorDepth+"&";
}
if(navigator.javaEnabled())
  {
   pixelUrl+="java_enabled=yes&";
  }
//pixelUrl+="&browser="+escape(navigator.appName)+navigator.appVersion.substring(0,3)+"&os="+escape(navigator.platform);
document.write("<IMG SRC=\""+pixelUrl+"\" WIDTH=\"1\" HEIGHT=\"1\" ALIGN=\"right\">");

function send_flash_vs(Versionsnummer){
	var flashvspic = new Image();
	flashvspic.src = "http://sat1.ivwbox.de/cgi-bin/ivw/TI/sat1;/home/?flash_ver=" + Versionsnummer;
}

