if(document.location!=top.location){top.location=document.location;}

<!--
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);
//-->

<!-- //Fuer alte Browser verstecken
function Foto(img){
  foto1= new Image();
  foto1.src=(img);
  Controlla(img);
}
function Controlla(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzione="Controlla('"+img+"')";
    intervallo=setTimeout(funzione,20);
  }
}
function viewFoto(img){
  largh=foto1.width+20;
  altez=foto1.height+20;
  stringa="width="+largh+",height="+altez;
  finestra=window.open(img,"",stringa);
}
//-->

function SWF($arquivo,$largura,$altura,$bg,$wmode,$quality){
document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + $largura + '" height="' + $altura + '">');
document.writeln('<param name="movie" value="' + $arquivo + '">');
document.writeln('<param name="BGCOLOR" value="#' + $bg + '">');
document.writeln('<param name="wmode" value="' + $wmode + '">');
document.writeln('<param name="menu" value="false"><param name="quality" value="' + $quality + '">');
document.writeln('<embed src="' + $arquivo + '" width="' + $largura + '" height="' + $altura + '" wmode="' + $wmode + '"  quality="' + $quality + '"  pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#' + $bg + '"></embed>');
document.writeln('</object>');
}