var f = ''
function getMovie() {
 if(f) mov = 'front'
 else mov = 'navmenu'
 if(document.getElementById) return document.getElementById(mov)
 else return document[mov]
}
function movieIsLoaded(theMovie) {
 if(theMovie == '[object]') return theMovie.PercentLoaded() == 100
 else return false
}
function rollBtn(icon,num,front) {
 if(navigator.userAgent.indexOf("Mac") > 0) return;
 if(front) f = 'navmenu/'
 thisIcon = icon.toLowerCase()+"B"
 if(movieIsLoaded(getMovie())) {
  getMovie().TGotoFrame("_level0/"+f+icon,num)
  if(front) {
   if(num) getMovie().SetVariable("_level0/:over",thisIcon)
   else getMovie().SetVariable("_level0/:over","")
  }
 }
}

if(document.layers) window.open('/netscape6/ns6.html','ns6','width=240,height=130,top=0,left=0')
