//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<scr"+"ipt language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
effect = "Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"

timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=4;	// Sub menu offset Top position 
suboffset_left=6;	// Sub menu offset Left position
closeOnClick = true

mainmenu=[			// mainmenu is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"",				// Mouse Off Font Color
"",			// Mouse Off Background Color
"",			// Mouse On Font Color
"",			// Mouse On Background Color
"",			// Menu Border Color 
12,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Arial, Verdana",	// Font Name
,					// Menu Item Padding
"",	        	// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",			// Current Page Item Background Color (leave this blank to disable)
"",     		// Top Bar image (Leave this blank to disable)
"",			// Menu Header Font Color (Leave blank if headers are not needed)
"",			// Menu Header Background Color (Leave blank if headers are not needed)
"003466",				// Menu Item Separator Color
]

submenu=[			// mainmenu is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"e3eaf3",				// Mouse Off Font Color
"22569F",			// Mouse Off Background Color
"e3eaf3",			// Mouse On Font Color
"ca9a05",			// Mouse On Background Color
"003466",			// Menu Border Color 
12,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Arial, Verdana",	// Font Name
3,					// Menu Item Padding
"",	        	// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",			// Current Page Item Background Color (leave this blank to disable)
"",     		// Top Bar image (Leave this blank to disable)
"",			// Menu Header Font Color (Leave blank if headers are not needed)
"",			// Menu Header Background Color (Leave blank if headers are not needed)
"",				// Menu Item Separator Color
]

topmenu=[                  // PlainStyle is an array of properties. You can have as many property arrays as you need
"FFFFFF",                     // Mouse Off Font Color
"708CB4",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"FFFFFF",                     // Mouse On Font Color
"ca9a05",                     // Mouse On Background Color
"708CB4",                     // Menu Border Color
"10px",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"Verdana, Tahoma, Arial, Helvetica",// Font Name
0,                            // Menu Item Padding or spacing
"",                  // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
,                     // 3D High Color
,                     // 3D Low Color
,                     // Current Page Item Font Color (leave this blank to disable)
"ca9a05",                       // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
"CCCCCC",                     // Menu Header Font Color (Leave blank if headers are not needed)
"000099",                     // Menu Header Background Color (Leave blank if headers are not needed)
,                             // Menu Item Separator Color
]

topsubmenu=[                  // PlainStyle is an array of properties. You can have as many property arrays as you need
"FFFFFF",                     // Mouse Off Font Color
"708CB4",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"FFFFFF",                     // Mouse On Font Color
"ca9a05",                     // Mouse On Background Color
"708CB4",                     // Menu Border Color
"12px",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"Verdana, Tahoma, Arial, Helvetica",// Font Name
4,                            // Menu Item Padding or spacing
"",                  // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
,                     // 3D High Color
,                     // 3D Low Color
,                     // Current Page Item Font Color (leave this blank to disable)
"ca9a05",                       // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
"CCCCCC",                     // Menu Header Font Color (Leave blank if headers are not needed)
"000099",                     // Menu Header Background Color (Leave blank if headers are not needed)
,                             // Menu Item Separator Color
]


addmenu(menu=[		// This is the array that contains your menu properties and details
"MainMenu",			// Menu Name - This is needed in order for the menu to be called
83,					// Menu Top - The Top position of the menu in pixels
5,				// Menu Left - The Left position of the menu in pixels
145,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
mainmenu,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"<img src=/images/button_photomasks2.gif border=0>","/services/phototooling/photomasks swapimage=/images/overbutton_photomasks2.gif",,,2
,"<img src=/images/button_film_photoplotting.gif border=0>","/services/phototooling/photoplotting # swapimage=/images/overbutton_film_photoplotting.gif",,,2
,"<img src=/images/button_custom_imaging2.gif border=0>","show-menu=custom_imaging","/services/custom/custom_imaging.php # swapimage=/images/overbutton_custom_imaging2.gif;",,2
,"<img src=/images/button_shims_molds.gif border=0>","/downloads/igi_sculptured_photoresist.pdf # swapimage=/images/overbutton_shims_molds.gif;",,,2
,"<img src=/images/button_special_products.gif border=0>","show-menu=special_products", "/services/custom # swapimage=/images/overbutton_special_products.gif;",,2
,"<img src=/images/button_software_products2.gif border=0>","show-menu=software", "/software # swapimage=/images/overbutton_software_products2.gif;",,2
,"&nbsp;","", "",,2
])

	
	addmenu(menu=["photoplotting",
	,,200,1,,submenu,,"left",effect,,,,,,,,,,,,
        ,"Photomasks","/services/phototooling/photomasks/",,,0
        ,"Photoplotting","/services/phototooling/photoplotting/",,,0
        ])

	addmenu(menu=["software",
	,,500,1,,submenu,,"left",effect,,,,,,,,,,,,
	,"Phototooling Toolbox","/downloads/igi_phototooling_toolbox.pdf",,,0
	,"RIP - Rasterization","/software/rip",,,0
	,"CheckMate - Verification Package for Design and Quality Control","/software/checkmate",,,0
	,"FirePlot - Plotter Front End to Replace aging MDA/CSI Front End","/software/fireplot",,,0
        ,'ParCAM - Input Manufacturing Data, Extract/Compare Netlists, Analysis','/software/parcam/',,,0
        ,'EXT - Generates Netlists from Graphics Files','/software/ext/',,,0
        ,'Par - Runs Prior to CAM and can Identify Potential Problems','/software/par/',,,0
        ,'ProFLEX - Full Featured CAD Package for Circuit and Design','/software/proflex/',,,0
        ,'Camtek - Conversion of Job Data into the Formats Required for AOI','/software/camtek/',,,0
	,'Custom Packages','/software/custom/',,,0
        ,'Testimonials - What People Say About Our Software','/igi/testimonials/',,,0
	,'Technical Support - Experienced Technicians who Support Every Facet of IGI Software','/software/tech/',,,0
	])

	addmenu(menu=["special_products",
	,,200,1,,submenu,,"left",effect,,,,,,,,,,,,
        ,'Calibration Standards','/services/glass/calibration/',,,0
        ,'Encoders','/services/glass/encoders/',,,0
	,'Vacuum Deposition','/services/custom/vacuum/',,,0
	,'Engineering Solutions','/services/custom/engineering/',,,0
        ])

	addmenu(menu=["custom_imaging",
	,,200,1,,submenu,,"left",effect,,,,,,,,,,,,
        ,"Grayscale","/services/phototooling/grayscale/",,,0
        ,"Specialty Services","/services/custom/specialty.php",,,0
	,'Engineering Solutions','/services/custom/engineering/',,,0
        ,'Design Services','/services/custom/design/',,,0
        ])

	addmenu(menu=["equipment",
	,,200,1,,submenu,,"left",effect,,,,,,,,,,,,
        ,'IGI Lazerwrite 2100 Imager','/equipment/lazerwrite/',,,0
        ,'CSI Fire9000 Photoplotter','/equipment/fire9000/',,,0
        ,'Heidelberg Imagers','/equipment/heidelberg/',,,0
        ])

addmenu(menu=[
"Topmenu",                  // Menu Name - This is needed in order for this menu to be called
71,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
100,                             // Menu Width - Menus width in pixels
0,                            // Menu Border Width
"right;",                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
topmenu,                   // Properties Array - this array is declared higher up as you can see above
1,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
"center",                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
,                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
1,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
,"About IGI","/igi/about",,,2
,"News","/news",,,2
,"Contact Us","show-menu=contact", "/igi/contact",,2
,"Downloads","/downloads/index.php",,,2
,"Careers","/igi/careers",,,2
])

	addmenu(menu=["contact",
	,,300,1,,topsubmenu,,"left",effect,,,,,,,,,,,,
        ,"Sales Department (sales@igi.com)","mailto:sales@igi.com",,,0
        ,"Customer Service (service@igi.com)","mailto:service@igi.com",,,0
        ,"Tech Support (support@igi.com)","mailto:support@igi.com",,,0
        ,"Webmaster (webmaster@igi.com)","mailto:webmaster@igi.com",,,0
        ])

dumpmenus()
