//Menu Width, Height, FontFace, FontSize, FontColor, FontHighlite, MenuBgcolor, MenuBghiglite, MenuBorder, MenuItemBorder Spec

//var FileMenuWidth=158;
var FileMenuWidth=180;
var InsMenuWidth=150;
var EleMenuWidth=150;
var MenuHeight=17;
var FontFace="arial, helvetica";
var FontSize = 12;
var FontColor="#FFFFFF";
var FontHighliteColor="#000000";
var MenuBgcolor="#F2A792";
var MenuBgHighlite="FFDCD2";
var MenuBorder=1;
var MenuItemBorder=1;

//Menu Positions Spec
var Menu1PositionLeft=Menu01Left;
var Menu2PositionLeft=Menu02Left;
var Menu3PositionLeft=Menu03Left;
var Menu4PositionLeft=Menu04Left;
var Menu5PositionLeft=Menu05Left;
/*var Menu1PositionTop=42;
var Menu2PositionTop=42;
var Menu3PositionTop=42;*/

x="\""+window.location+"\"";
//alert(x);
s=x.length;
z= x.substring(1,29);
//alert(z);

if (z=="http://asp.dev/wings/www-v3/")
{
	lk="http://asp.dev/wings/www-v3/";
}
else
{
	lk="http://www.wingsinfo.net/OldsiteBkup_20090115/"
}

// Menu 1 - About Us
    window.Menu01 = new Menu("About Us", FileMenuWidth, MenuHeight, FontFace, FontSize, FontColor, FontHighliteColor, MenuBgcolor, MenuBgHighlite, MenuBorder, MenuItemBorder);
    Menu01.addMenuItem("&#149;&nbsp;About Us",lk+"aboutus/aboutus.htm");
	Menu01.addMenuItem("&#149;&nbsp;Press Acclaim",lk+"aboutus/pressacclaim.htm");
    Menu01.addMenuItem("&#149;&nbsp;Client List",lk+"aboutus/clientlist.htm");
    Menu01.addMenuItem("&#149;&nbsp;UAE Subsidiary",lk+"aboutus/dubaisub.htm");
    Menu01.hideOnMouseOut=true;

// Menu 2 - Network
    window.Menu02 = new Menu("Network", FileMenuWidth, MenuHeight, FontFace, FontSize, FontColor, FontHighliteColor, MenuBgcolor, MenuBgHighlite, MenuBorder, MenuItemBorder);
    Menu02.addMenuItem("&#149;&nbsp;Network",lk+"network.htm");	
	Menu02.addMenuItem("&#149;&nbsp;Dealer Inquiries",lk+"dealerinq.htm");
	Menu02.addMenuItem("&#149;&nbsp;Regional Business Partners",lk+"partners.htm");
	Menu02.hideOnMouseOut=true;

// Menu 3 - Solutions
    window.Menu03 = new Menu("Solutions", FileMenuWidth, MenuHeight, FontFace, FontSize, FontColor, FontHighliteColor, MenuBgcolor, MenuBgHighlite, MenuBorder, MenuItemBorder);
	Menu03.addMenuItem("&#149;&nbsp;Accounting Solution",lk+"solutions/accounting_solution.htm");
	Menu03.addMenuItem("&#149;&nbsp;SCM Solution",lk+"solutions/scm_solution.htm");
    Menu03.addMenuItem("&#149;&nbsp;Enterprise Solution",lk+"solutions/enterprise_solution.htm");
    Menu03.addMenuItem("&#149;&nbsp;Retail Solution",lk+"solutions/retail_solution.htm");
    Menu03.hideOnMouseOut=true;

// Menu 4 - Products
    window.Menu04 = new Menu("Product", FileMenuWidth, MenuHeight, FontFace, FontSize, FontColor, FontHighliteColor, MenuBgcolor, MenuBgHighlite, MenuBorder, MenuItemBorder);
	Menu04.addMenuItem("&#149;&nbsp;Wings Accounting",lk+"wac/account.htm");
	Menu04.addMenuItem("&#149;&nbsp;Wings Central",lk+"central/central.htm");
	Menu04.addMenuItem("&#149;&nbsp;Wings SCM",lk+"scm/scm.htm");
    Menu04.addMenuItem("&#149;&nbsp;Wings Trade",lk+"trade/trade.htm");
	Menu04.addMenuItem("&#149;&nbsp;Wings Enterprise",lk+"erp/enterprise.htm");
	Menu04.addMenuItem("&#149;&nbsp;Wings Asset",lk+"asset/asset.htm");
	Menu04.addMenuItem("&#149;&nbsp;Wings Payroll",lk+"payroll/payroll.htm");
	Menu04.addMenuItem("&#149;&nbsp;Wings Retail",lk+"retail/retail.htm");
	Menu04.addMenuItem("&#149;&nbsp;Wings Retail Enterprise",lk+"retail_enterprise/retaile.htm");
    Menu04.addMenuItem("&#149;&nbsp;Wings Auto",lk+"auto/auto.htm");
    Menu04.addMenuItem("&#149;&nbsp;Wings F&B",lk+"fandb/fandb.htm");	
	//Menu04.addMenuItem("&#149;&nbsp;Wings EZ","ez/ez.htm");	
	Menu04.addMenuItem("&#149;&nbsp;Wings NGO",lk+"ngo/ngo.htm");
	Menu04.hideOnMouseOut=true;

// Menu 5 - Services
    window.Menu05 = new Menu("Services", FileMenuWidth, MenuHeight, FontFace, FontSize, FontColor, FontHighliteColor, MenuBgcolor, MenuBgHighlite, MenuBorder, MenuItemBorder);
    Menu05.addMenuItem("&#149;&nbsp;Wings Academy",lk+"services/wingsacademy.htm");
    Menu05.addMenuItem("&#149;&nbsp;Profession Partners",lk+"services/profpartners.htm");
    Menu05.addMenuItem("&#149;&nbsp;Implementation Services",lk+"services/implementation.htm");
	Menu05.addMenuItem("&#149;&nbsp;Tax n You",lk+"services/tax.htm");
	Menu05.hideOnMouseOut=true;

	Menu05.writeMenus();