// Version 1.1
frameprop=' framespacing="0" frameborder="0" border="0"'
document.writeln("<FRAMESET rows=103,50,*"+frameprop+"> ")
document.writeln("  <FRAMESET cols=100,50,*"+frameprop+"> ")
document.writeln("    <FRAME name=Photo Resize=no scrolling=no src=\"makpan/Photo.html"  +window.location.hash  +"\" >")
document.writeln("    <FRAME name=Kreuz1 src=\"makpan/KreuzElement.html\" scrolling=no>")
document.writeln("    <FRAME name=Name src=\"makpan/Name.html"  +window.location.hash  +"\">")
document.writeln("  </FRAMESET>")
document.writeln("  <FRAMESET cols=250,*"+frameprop+"> ") // 100+50+100
document.writeln("    <FRAME name=Kreuz2 Resize=no scrolling=no src=\"makpan/KreuzElement.html"  +window.location.hash  +"\" >")
document.writeln("    <FRAME name=Datum src=\"makpan/Uhr.html"  +window.location.hash  +"\">")
document.writeln("  </FRAMESET>")
document.writeln("  <FRAMESET cols=100,50,*"+frameprop+"> ")
document.writeln("    <FRAME name=Buecher Resize scrolling=no src=\"makpan/Buecher.html"  +window.location.hash  +"\" frameborder=0 border=0>")
document.writeln("    <FRAME name=Kreuz3 scrolling=no src=\"makpan/KreuzElement.html\">")
document.writeln("    <FRAME name=Inhalt scrolling=yes src=\"makpan/Gruss.html"  +window.location.hash  +"\">")
//document.writeln("    <FRAME name=Inhalt scrolling=yes src=\"makpan/Person.html"  +window.location.hash  +"\">")
//document.writeln("    <FRAME name=Inhalt scrolling=yes src=\"makpan/Ostern.html"  +window.location.hash  +"\">")
//document.writeln("    <FRAME name=Inhalt scrolling=yes src=\"makpan/Weihnachten.html"  +window.location.hash  +"\">")
//document.writeln("    <FRAME name=Inhalt scrolling=yes src=\"makpan/Sylwester.html"  +window.location.hash  +"\">")
document.writeln("  </FRAMESET>")
document.writeln("<NOFRAMES>")
document.writeln("  <body>")
document.writeln("  <p>This page uses frames, but your browser doesn't support them.</p>")
document.writeln("  </body>")
document.writeln("  </NOFRAMES>")
document.writeln("</FRAMESET>")
var pierwszaPiesn=-1 
var TOid
function dajPiesn()
{  top.wykaz.Piesni.operacje.value='pokaz';
  top.wykaz.Piesni.poPolsku.selectedIndex=pierwszaPiesn;
  top.wykaz.focus();
  top.wykaz.Piesni.poPolsku.focus();
  top.wykaz.focus()
  pierwszaPiesn=-1; 
}
//  alert("halo hash:"+top.window.location.hash+";"+pierwszaPiesn+";"+strPP)  

if (top.window.location.hash.length>0) 
{ var strPP=""+window.location.hash
  strPP=strPP.substring(1,3);
//  alert("pieœñ/song/Lied :"+top.window.location.hash)  
pierwszaPiesn=parseInt(strPP)

if (pierwszaPiesn>0)
{  
 TOid=setTimeout('dajPiesn()',1000);
}
//  alert("halo hash:"+top.window.location.hash+";"+pierwszaPiesn+";"+strPP)  
}


 








