function ScreenW () {
  if (window.innerWidth) {
    return window.innerWidth;
  }  else if ( document.all.t.offsetWidth ) {
    return document.all.t.offsetWidth;
  } else {
    return 0;
  }
}

function OnLoad () {
  if (W != ScreenW() ){
  if(ScreenW() > "450") {
 location.href = location.href;
}
 }
}
/* Überwachung von Netscape initialisieren */
if (!window.W && window.innerWidth) {
  window.onresize = OnLoad;
  W = ScreenW();
}
function ChangeItem(){
var basis='/';
if(document.all){
document.all("img-g").innerHTML='<a href="'+basis+'galerie.htm"><img src="'+basis+'img/galeries.gif" alt="Galerie" title="Galerie"  /></a>';
document.all("img-c").innerHTML='<a href="'+basis+'fluessiges.htm"><img src="'+basis+'img/kartes.gif" alt="Flüssiges / Getränkekarte" title="Flüssiges / Getränkekarte"  /></a>';
document.all("img-w").innerHTML='<a href="'+basis+'"><img src="'+basis+'img/willkommens.gif"  alt="Cafe König / Zwickau" title="Cafe König / Zwickau" /></a>';
}else if(document.getElementById){
document.getElementById("img-g").innerHTML='<a href="'+basis+'galerie.htm"><img src="'+basis+'img/galeries.gif" alt="Galerie" title="Galerie"  /></a>';
document.getElementById("img-c").innerHTML='<a href="'+basis+'fluessiges.htm"><img src="'+basis+'img/kartes.gif" alt="Flüssiges / Getränkekarte" title="Flüssiges / Getränkekarte"  /></a>';
document.getElementById("img-w").innerHTML='<a href="'+basis+'"><img src="'+basis+'img/willkommens.gif"  alt="Cafe König / Zwickau" title="Cafe König / Zwickau" /></a>';
};

}
function IE(){
if(navigator.appVersion.indexOf("MSIE")>-1){
return window.location.pathname=window.location.pathname;
}
}
function cssIE(){
if(navigator.appVersion.indexOf("MSIE")>-1 && parseInt(navigator.appVersion)<=6){ 
document.all("content").style.height=document.body.clientHeight;
document.all("content").style.width=document.body.clientWidth;
document.all("head").style.width=document.body.clientWidth-24+"px";
document.all("headb").style.left=document.all("nur").offsetWidth < 973 ? document.all("nur").offsetWidth-314+"px" : 685+"px";
return true
}
}
function ckError()
{
return true;
}
function wOpen (img_url,win_title,win_width,win_height)
{
var img_url,win_title,win_width,win_height;
var uri="";
var win_awidth=+win_width+0;
var win_aheight=+win_height+70;
var win=window.open("","","left=50px,top=50px,width="+win_awidth+",height="+win_aheight);
win.document.open('text/html');
win.document.write('<html><head><meta http-equiv="imagetoolbar" content="no" /><title>'+win_title+'</title><link rel="stylesheet" href="css/tmp-win.css" type="text/css"/></head><body>');
win.document.write('<a href="javascript:window.close();" ><img style="border-bottom:3px solid white"src="'+img_url+'" alt="'+win_title+'"/></a>');
win.document.write('<div style="margin-left:20px;" ><h5 ><a href="javascript:window.close();" >[ Fenster schliessen ]</a></h5></div>');
win.document.write('</body></html>');
win.document.close();
}
function checkTipp(){
var aText=document.getElementById("selectMenueText").innerHTML;
makeRequest('?close&limit=1&active=1&activeText='+aText+'','selectMenue','0');

}