
function unbound(){
if (window.top.location!=this.location) window.top.location=this.location
}

var toppest=161;
function stat(){
var a=pageYOffset
if (a<toppest) a=toppest
document.menubar.top=a
setTimeout('stat()',2)
}
function roll(){
nome=navigator.appName
if(nome=='Netscape'){
stat()
}else{
var a=document.body.scrollTop
if (a<toppest) a=toppest
menubar.style.top=a
}}

function openWindow(url, name, w, h) {
  window.open(url, name, "dependent=no,menubar=no,titlebar=no,status=no,alwaysRaised=yes,resizable=no,location=no,toolbar=no,scrollbars=no,width=" + w + ",height=" + h);
}

function openWindowS(url, name, w, h) {
  window.open(url, name, "dependent=no,menubar=no,titlebar=no,status=no,alwaysRaised=yes,resizable=no,location=no,toolbar=no,scrollbars=yes,width=" + w + ",height=" + h);
}
