


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=4              // Sub menu top offset from it's parent menu
_subOffsetLeft=0              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#D0D4C8"; //gray
oncolor="#C90E0E"; //red
offbgcolor="#D0D4C8"; //gray
offcolor="#314870"; //blue
bordercolor="#314870"; //blue
borderstyle="solid";
borderwidth=1;
separatorcolor="#314870"; //blue
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial, Verdana, Helvetica, Sans-serif";
pagecolor="C90E0E"; //red
pagebgcolor="#D0D4C8"; //gray
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/img/globals/arrow.gif";
subimagepadding="1";
itemwidth="115";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("products")){
style=menuStyle;
top=3;
aI("text=Licensing System;url=/products/licensingsystem/index.aspx;");
aI("text=Professional Services;url=/products/services/index.aspx;");
aI("text=Universal .NET;showmenu=universalNET;url=/products/universalnet/index.aspx;");
aI("text=Universal COM;showmenu=universalCOM;url=/products/universalcom/index.aspx;");
aI("text=Books;url=/products/books/index.aspx;");
}

	with(milonic=new menuname("universalNET")){
	style=menuStyle;
	aI("text=<b>Overview</b>;url=/products/universalnet/index.aspx;");
	aI("text=SpyWorks;url=/products/universalnet/spyworks/index.aspx;");
	aI("text=NT Service Toolkit;url=/products/universalnet/ntservicetoolkit/index.aspx;");
	aI("text=StateCoder;url=/products/universalnet/statecoder/index.aspx;");
	aI("text=StorageTools;url=/products/universalnet/storagetools/index.aspx;");
	aI("text=Event Log Toolkit;url=/products/universalnet/eventlog/index.aspx;");
	aI("text=OneTime Download-5M;url=/products/universalnet/onetime/index.aspx;");
	aI("text=LineGraph-5M;url=/products/universalnet/linegraph/index.aspx;");
	aI("text=IniFileTool-5M;url=/products/universalnet/inifiletool/index.aspx;");
	aI("text=Demos;url=/products/universalnet/demos.aspx;");
	aI("text=Documentation;url=/products/universalnet/documentation.aspx;");
	aI("text=Licensing;url=/products/universalnet/licensing.aspx;");
	}

	with(milonic=new menuname("universalCOM")){
	style=menuStyle;
	aI("text=<b>Overview</b>;url=/products/universalcom/index.aspx;");	
	aI("text=SpyWorks;url=/products/universalcom/spyworks/index.aspx;");
	aI("text=NT Service Toolkit;url=/products/universalcom/ntservicetoolkit/index.aspx;");
	aI("text=VersionStamper;url=/products/universalcom/versionstamper/index.aspx;");
	aI("text=StorageTools;url=/products/universalcom/storagetools/index.aspx;");
	aI("text=Event Log Toolkit;url=/products/universalcom/eventlog/index.aspx;");
	aI("text=Gallimaufry;url=/products/universalcom/gallimaufry/index.aspx;");
	aI("text=File Property Component;url=/products/universalcom/fileproperty/index.aspx;");
	aI("text=Custom Control Factory;url=/products/universalcom/ccfactory/index.aspx;");
	aI("text=Legacy VBX Products;url=/products/universalcom/vbx/index.aspx;");
	aI("text=Demos;url=/products/universalcom/demos.aspx;");
	aI("text=Documentation;url=/products/universalcom/documentation.aspx;");
	aI("text=Licensing;url=/products/universalcom/licensing.aspx;");
	}



with(milonic=new menuname("purchase")){
style=menuStyle;
top=3;
aI("text=Ordering and pricing;url=/purchase/order.aspx;");
aI("text=Online store;url=/purchase/store.aspx;");
aI("text=View Cart;url=/purchase/viewcart.aspx");
aI("text=Resellers;url=/purchase/resellers.aspx;");
}

with(milonic=new menuname("support")){
style=menuStyle;
top=3;
aI("text=Product FAQ;url=/support/faq/index.aspx;");
aI("text=Downloads;url=/support/downloads/index.aspx;");
aI("text=Documentation;url=/support/documents/index.aspx;");
aI("text=Professional Services;url=/support/services.aspx;");
}

with(milonic=new menuname("articles")){
style=menuStyle;
top=3;
aI("text=.NET Articles;url=/tech/dotnetarticles.aspx;");
aI("text=COM Articles;url=/tech/comarticles.aspx;");
}

with(milonic=new menuname("company")){
style=menuStyle;
top=3;
aI("text=Contact Us;url=/company/contact.aspx;");
aI("text=Background;url=/company/background.aspx;");
aI("text=Customers;url=/company/customers.aspx;");
aI("text=News;url=/company/news/index.aspx;");
aI("text=User Groups;url=/company/usergroups.aspx;");
aI("text=Careers;url=/company/careers.aspx;");
aI("text=Privacy;url=/company/privacy.aspx;");
}


drawMenus();


