//------------------------------------------------------------------------------------------------------
function jc()
{
if( win.closed == true) { window.location.reload(); }
else {
setTimeout('jc()', 1000); }
}
//--------------------------------------------------------------------------------------------------------
function go(q,z)
{
  ort=new Array("masala","restaurant","cafe","bar","food","culture","kontakt")
  ziel=ort[z];

var breite = screen.width;
var hohe = screen.height;

//var pfad5="test/fl5/masala.html";
var pfad6="masalasite/fl6/masala.html";
var pfad68="masalasite/fl6/masala8.html";
var pfad7="masalasite/fl7/masala.html";
var pfad78="masalasite/fl7/masala8.html";

if(flp >=7)
{  if(breite<=800)
             { win=window.open(pfad78+'?lodin='+ziel,'_blank','resizable=no,width='+breite+',height='+hohe+',screenX=0,screenY=0,top=0,left=0'); }
         else{ win=window.open(pfad7+'?lodin='+ziel,'_blank','resizable=no,width='+breite+',height='+hohe+',screenX=0,screenY=0,top=0,left=0'); }
  }
  else
      {
	if(flp ==6)
	{  if(breite<=800)
	             { win=window.open(pfad68+'?lodin='+ziel,'_blank','resizable=no,width='+breite+',height='+hohe+',screenX=0,screenY=0,top=0,left=0'); }
	         else{ win=window.open(pfad6+'?lodin='+ziel,'_blank','resizable=no,width='+breite+',height='+hohe+',screenX=0,screenY=0,top=0,left=0'); }
	  }
	  else
 	     {
                     win=window.open('http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash','_blank','resizable=yes,toolbar=yes,location=yes,scrollbars=yes,width=500,height=350,screenX=100,screenY=100,top=100,left=100');
		          jc();
       }
}}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);