// $Header: /mnt/murray_home/httpd/html/addr/SoundSculptures/RCS/mainmenu.js,v 1.18 2000/10/18 22:54:37 a Exp $
function onLoad() {
        loadMenus();
}
function loadMenus() {
    var myEmail = "'MailTo:" + "web" + "master@" + "su" + "lger" + ".net'";
    //Dynamic Menus
//    window.myMenu1 = new Menu("In my Studio...");
//    myMenu1.addMenuItem("International Calendar", "top.window.location='cal/mycalendar.html'");
//    myMenu1.addMenuItem("Diagnosis Screen", "top.window.location='whowhat.html'");
//    myMenu1.addMenuItem("Screen Designer", "top.window.location='screen.html'");
//    myMenu1.addMenuItem("Java xBase", "top.window.location='xbase.html'");
//    myMenu1.addMenuItem("Develop Sound Sculptures", "top.window.location='develop.html'");
//    myMenu1.menuItemBgColor = "brown"; //"#8B0000";
//    myMenu1.menuHiliteBgColor = "black"; //"#000084";
//    myMenu1.menuItemHeight = 25;
//    myMenu1.fontSize = 14;
//    myMenu1.fontWeight = "Bold";
//    myMenu1.fontColor = "white";
//    myMenu1.bgColor = "gray"; //"#CDB79E";

    window.myMenu5 = new Menu("Main Menu");
    myMenu5.addMenuItem("Sound Sculptures", "top.window.location='index.html'");
    myMenu5.addMenuItem("Images", "top.window.location='digiart.html'");
    myMenu5.addMenuItem("Tunes", "top.window.location='midis.html'");
    myMenu5.addMenuItem("Your Sculptures", "top.window.location='multi.html'");
//    myMenu5.addMenuItem("Help", "top.window.location='help.html'");
    myMenu5.addMenuItem("Related Sites", "top.window.location='related.html'");
//    myMenu5.addMenuItem(myMenu1);
    myMenu5.addMenuItem("Email me", "top.window.location=" + myEmail);
    myMenu5.addMenuItem("Go Back", "top.window.history.go(-1)");
    myMenu5.addMenuItem("Site Home page", "top.window.location='index.html'");
    myMenu5.menuItemBgColor = "brown"; //"#8B0000";
    myMenu5.menuHiliteBgColor = "black"; //"#000084";
    myMenu5.menuItemHeight = 25;
    myMenu5.fontSize = 14;
    myMenu5.fontWeight = "Bold";
    myMenu5.fontColor = "white";
    myMenu5.bgColor = "gray"; //"#CDB79E";

    myMenu5.writeMenus();
}
function writeModified() {
  document.writeln("<center>");
  defaultStatus = window.location.host;
  //document.writeln(defaultStatus);
  //document.writeln("===================================");
  if ( defaultStatus == "www.geocities.com") {
    document.write(
     "<CENTER><IMG SRC=\"http://visit.geocities.com/counter.gif\" > ",
     " relaxed customers</CENTER)"
    );
  } else if ( defaultStatus == "www.sulger.net") {
    document.writeln('<img src=/server-scripts/Count.cgi?df=asulger.dat&cache=F&expires=60> relaxed visitors<p>');
  }

  document.writeln("site revised 2000/10/18");
  document.writeln("</center>");
}

