

/**
 * fw_menu 24OCT2000 Version 4.0
 * John Ahlquist, October 2000
 * Copyright (c) 2000 Macromedia, Inc.
 *
 * based on menu.js
 * by gary smith, July 1997
 * Copyright (c) 1997-1999 Netscape Communications Corp.
 *
 * Netscape grants you a royalty free license to use or modify this
 * software provided that this copyright notice appears on all copies.
 * This software is provided "AS IS," without a warranty of any kind.
 */
function Menu(label, mw, mh, fnt, fs, fclr, fhclr, bg, bgh) {
	this.version = "990702 [Menu; menu.js]";
	this.type = "Menu";
	this.menuWidth = mw;
	this.menuItemHeight = mh;
	this.fontSize = fs||12;
	this.fontWeight = "plain";
	this.fontFamily = fnt||"arial,helvetica,verdana,sans-serif";
	this.fontColor = fclr||"#737373";
	this.fontColorHilite = fhclr||"#737373";
	this.bgColor = "#737373";
	this.menuBorder = 1;
	this.menuItemBorder = 1;
	this.menuItemBgColor = bg||"#737373";
	this.menuLiteBgColor = "#737373";
	this.menuBorderBgColor = "#ffffff";
	this.menuHiliteBgColor = bgh||"#ffffff";
	this.menuContainerBgColor = "#737373";
	this.childMenuIcon = "arrows.gif";
	this.items = new Array();
	this.actions = new Array();
	this.childMenus = new Array();

	this.hideOnMouseOut = true;

	this.addMenuItem = addMenuItem;
	this.addMenuSeparator = addMenuSeparator;
	this.writeMenus = writeMenus;
	this.FW_showMenu = FW_showMenu;
	this.onMenuItemOver = onMenuItemOver;
	this.onMenuItemAction = onMenuItemAction;
	this.hideMenu = hideMenu;
	this.hideChildMenu = hideChildMenu;

	if (!window.menus) window.menus = new Array();
	this.label = label || "menuLabel" + window.menus.length;
	window.menus[this.label] = this;
	window.menus[window.menus.length] = this;
	if (!window.activeMenus) window.activeMenus = new Array();
}

function addMenuItem(label, action) {
	this.items[this.items.length] = label;
	this.actions[this.actions.length] = action;
}

function wopen01(){
var WO1;WO1=window.open("progress_ginza_despres.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen02(){
var WO2;WO2=window.open("progress_hamacho.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen03(){
var WO3;WO3=window.open("progress_apaiser.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen04(){
var WO4;WO4=window.open("progress_n_apaiser.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen05(){
var WO5;WO5=window.open("progress_beaubelle.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen06(){
var WO6;WO6=window.open("progress_ningyocho.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen07(){
var WO7;WO7=window.open("progress_hatchobori.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen08(){
var WO8;WO8=window.open("progress_h_nihonbashi.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen09(){
var WO9;WO9=window.open("progress_h_nippori.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen10(){
var W10;W10=window.open("r_hnihonbashi/index.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen11(){
var W11;W11=window.open("r_hisamatsu/index.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen12(){
var W12;W12=window.open("r_hnihonbashi2/index.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen13(){
var W13;W13=window.open("r_komagome/index.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen14(){
var W13;W13=window.open("r_kakigara/index.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen15(){
var W13;W13=window.open("r_shintomi/index.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen16(){
var W13;W13=window.open("r_awajicho/index.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}

function wopen17(){
var W13;W13=window.open("r_tsukiji/index.html","window2","scrollbars=yes,resizable=yes,menubar=yes,directories=yes,status=yes,location=no,width=760,height=700");}


