

_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=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=4              // 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="#FFDE00";
//onbgcolor="#999999";
oncolor="#000000";
//offbgcolor="#f0f048";
offbgcolor="#D1D1D1";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
//fontweight="900";
fontfamily="Arial, Helvetica, sans-serif";
//fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
//headercolor="#FFCE00";
//headerbgcolor="#FFCE00";
headercolor="#FFF200";
headerbgcolor="#FFF200";
subimage="../includes/DVTmenu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#000000', Direction=180, Strength=0)";
outfilter="Fade(duration=0.2)";
}

	with(dvt=new menuname("Main Menu")){
    	position="relative";
		style=menuStyle;
		top=65;
		left=-2;
		alwaysvisible=1;
		overflow="scroll";
		itemwidth=135;
		aI("text=HOME;url=/;");aI("text=TRAINING;url=/cognex/TrainingManager.php?action=main");aI("text=APPLICATIONS;showmenu=ApplicationsInd;");aI("text=SUPPORT;showmenu=Support;");aI("text=DOWNLOADS;url=/support/Downloads.php?action=MainPage&ProdLine=All;");	}
	with(dvt=new menuname("Products")){
	style=menuStyle;
	aI("text=DVT Products;url=http://www.cognex.com/ProductsServices/VisionSystems/DVT.aspx?id=166;status=DVT Sensors for all types of applications;");
	aI("text=In-Sight Products;url=http://www.cognex.com/ProductsServices/VisionSystems/InSight.aspx?id=110;status=In-Sight high performance vision sensors;");
	aI("text=Checker Products;url=http://www.cognex.com/ProductsServices/InspectionSensors/default.aspx?id=188;status=Checker Sensor for detecting part presence/absence;");
	aI("text=ID Products;url=http://www.cognex.com/ProductsServices/IDProducts/default.aspx?id=48;status=Industrial ID Sensors for Direct Part Marking;");
	aI("text=VisionPro Products;url=http://www.cognex.com/ProductsServices/VisionSoftware/VisionPro.aspx?id=2394;status=PCVision Inspection Systems;");
	aI("text=Online Catalog;url=/shopcart/Catalog.php;status=Order Cognex products online;");
	}
	with(dvt=new menuname("ApplicationsInd")){
	style=menuStyle;
	aI("text=Appliance;url=/applications/AppNoteManager.php?action=AppSearch&MyListFlag=&SearchSite=true&SearchStrg=Appliance;status=Appliance Application Notes;");
	aI("text=Automotive;url=/applications/AppNoteManager.php?action=AppSearch&MyListFlag=&SearchSite=true&SearchStrg=Automotive;status=Automotive Application Notes;");
	aI("text=Electronics;url=/applications/AppNoteManager.php?action=AppSearch&MyListFlag=&SearchSite=true&SearchStrg=Electronics;status=Electronics Application Notes;");
	aI("text=Food/Beverage;url=/applications/AppNoteManager.php?action=AppSearch&MyListFlag=&SearchSite=true&SearchStrg=Food/Beverage;status=Food/Beverage Application Notes;");
	aI("text=Health Care;url=/applications/AppNoteManager.php?action=AppSearch&MyListFlag=&SearchSite=true&SearchStrg=Health%20Care;status=Healthcare Application Notes;");
	aI("text=Metal Processing;url=/applications/AppNoteManager.php?action=AppSearch&MyListFlag=&SearchSite=true&SearchStrg=Metal%20Processing;status=Metal Processing Application Notes;");
	aI("text=Miscellaneous;url=/applications/AppNoteManager.php?action=AppSearch&MyListFlag=&SearchSite=true&SearchStrg=Miscellaneous;status=Miscellaneous Application Notes;");
	aI("text=Packaging;url=/applications/AppNoteManager.php?action=AppSearch&MyListFlag=&SearchSite=true&SearchStrg=Packaging;status=Packaging Application Notes;");
	aI("text=Plastics;url=/applications/AppNoteManager.php?action=AppSearch&MyListFlag=&SearchSite=true&SearchStrg=Plastics;status=Plastics Application Notes;");
	aI("text=SemiConductors;url=/applications/AppNoteManager.php?action=AppSearch&MyListFlag=&SearchSite=true&SearchStrg=Semiconductors;status=SemiConductor Application Notes;");
	}
	with(dvt=new menuname("Support")){
	style=menuStyle;
	aI("text=Local Support;url=http://www.cognex.com/contact_us.asp;status=Find your local DVT Support ASP;");
	aI("text=SmartList Email Forum;url=/support/SmartListManager.php;status=Ask the DVT experts integration and application questions;");
	<!--aI("text=OnLine Meetings;url=/support/OnlineManager.php;status=Setup an online support meeting with your ASP;");-->
	aI("text=KnowledgeBase;url=/support/knowledgebase.php?action=SolutionsSummaryExpanded&FID=;status=Search for New Software Features and Known Issues;");
	aI("text=Links;showmenu=SupportLinks;status=Hotlinks to related companies;");
	}
		with(dvt=new menuname("SupportLinks")){
		style=menuStyle;
		aI("text=Lighting;url=/support/LinksManager.php?action=Lighting;status=Lighting Manufacturer Links;");
		aI("text=Lensing;url=/support/LinksManager.php?action=Lenses;status=Lens Manufacturer Links;");
		aI("text=Barcodes;url=/support/LinksManager.php?action=Barcodes;status=1D and 2D Barcode information links;");
		aI("text=Communications;url=/support/LinksManager.php?action=Communications;status=Motion Control and Robotics Manufacturer Links;");
		aI("text=Motion/Robotics;url=/support/LinksManager.php?action=Motion Control;status=Motion Control and Robotics Manufacturer Links;");
		aI("text=PC Based Control;url=/support/LinksManager.php?action=PC Control;status=PC-Based Control Links;");
		aI("text=SCADA;url=/support/LinksManager.php?action=SCADA;status=HMI and SCADA packages Links;");
		}