var positioner = ((window.screen.width/2)-(310));
//var positioner = (((window.outerwidth)/2)-(310));
var myNavBar, menu;
  myNavBar = new NavBar(600);
  myNavBar.setSizes(1, 1, 0);
  myNavBar.setColors(  "#000000",
    "#FFFFFF", "#000000", "#f6b203", "#000000",
    "#FFFFFF", "#000000", "#000000", "#f6b203");
  myNavBar.setFonts("Arial, Helvetica", "plain", "bold", "8pt",
    "Arial, Helvetica", "plain", "bold", "8pt");
  var height;
var isMinNS4 = (navigator.appName.indexOf("Netscape") >= 0 &&
                parseFloat(navigator.appVersion) >= 4) ? 1 : 0;
height = 2;
  
if (isMinNS4)
   {
    height += 11;
}
    
//  myNavBar.moveTo(positioner,height);
  
//  menu = new NavBarMenu(100, 0);
//  menu.addItem(new NavBarMenuItem("Home","http://www.asij.ac.jp/highschool/athletic/index.htm"));
//  menu.addItem(new NavBarMenuItem("Schedules","http://www.asij.ac.jp/highschool/athletic/schedule.htm"));
//  menu.addItem(new NavBarMenuItem("Online Forms","http://www.asij.ac.jp/highschool/athletic/parent_forms_info/athleticforms.htm"));

//  menu.addItem(new NavBarMenuItem("High School","http://www.asij.ac.jp/highschool/highschool.html"));
//  myNavBar.addMenu(menu);

//  menu = new NavBarMenu(110, 0);
//  menu.addItem(new NavBarMenuItem("Archive", ""));
//  menu.addItem(new NavBarMenuItem("1998-1999", "http://www.asij.ac.jp/highschool/athletic/archive.htm"));
//  menu.addItem(new NavBarMenuItem("1999-2000", "http://www.asij.ac.jp/highschool/athletic/archive.htm"));
//  menu.addItem(new NavBarMenuItem("2000-2001", "http://www.asij.ac.jp/highschool/athletic/archive.htm"));
//  menu.addItem(new NavBarMenuItem("2001-2002", "http://www.asij.ac.jp/highschool/athletic/archive.htm"));

  myNavBar.addMenu(menu);  

  function init() {

    // Create the navigation bars.

    myNavBar.create();
 
  }
//javascript:window.open('blank.htm')


