var kl800    = (screen.width<=800);

<!--
//-->

function format()  //----------- Anpassen einzelner Komponenten an 800x600 - Format
{  if (kl800)
 { document.getElementById('layerrechts').style.left = -200;
}}

function zuindex(Ziel) {
if (top == self) { if (Ziel.length>10) {self.location.href = Ziel }
                   else {
                   if (Ziel.length<5) {Ziel=self.location;}
                   if (kl800) {self.location.href = "../restart800.htm?"+Ziel;}
                   else {self.location.href = "../restart.html?"+Ziel;}}
				 }
}

function startShop()
{
var w    = (screen.availwidth);
  if (w>1025) {parent.mainFrame.location="http://www.topcom.liefert-es.com"}
  else {window.open("http://www.topcom.liefert-es.com","TopShop",'width='+w+',height='+screen.availheight+',left=0, top=0, maximized=yes,toolbar=yes,menubar=yes,resizable=yes'); }
}


