timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=3)"

function openwin(url)
{
  nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
  nwin.focus();
}

prop1=[            	// prop1 is an array of properties you can have as many property arrays as you need
"003366",          	// Off Font Color
"CCCCCC",          	// Off Back Color
"ffffff",          	// On Font Color
"336699",          	// On Back Color
"666666",          	// Border Color
12,                	// Font Size
"normal",          	// Font Style 
"normal",          	// Font Weight
"Verdana,Tahoma,Helvetica",  // Font
5,              		// Padding
"menu/arrow.gif",        // Sub Menu Image
0,              		// 3D Border & Separator
"666666",          	// 3D High Color
"FFFFFF",          	// 3D Low Color
"336699",          	// Referer item Font Color (leave this blank to disable)
"FFFFFF",          	// Referer item Back Color (leave this blank to disable)
]

menu1=[          		// This is the array that contains your menu properties and details
59,            			// Top
230,          			// left
,          					// Width
1,          				// Border Width
"left",      				// Screen Position - here you can use "center;middle;right"
prop1,        			// Properties Array - this is set higher up, as above
1,          				// Always Visible - allows the menu item to be visible at all time
"left",      				// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,          					// Filter - Text variable for setting transitional effects on menu activation
,          					// Follow Scrolling - Tells the menu item to follow the user down the screen
1,           				// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,          					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
"right",          					// Position of sub image left:center:right:middle:top:bottom
1,          				// Show an image on top menu bars indicating a sub menu exists below
,          					// Reserved for future use
"Home","show-menu1","index.html",,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Training","show-menu2",,,1,
"Products","show-menu3",,,1,
"Services","show-menu4",,,1,
"Publications","show-menu5",,,1,
"About","show-menu6",,,1,
"Resources","show-menu7",,,1
]


menu2=[
,,150,1,"",prop1,,"left",effect,,,,,,,
"Overview","./Training/Training.html",,,1,
"Schedule & Sign Up","./Training/CourseEventList.jsp",,,1,
"Testimonials","./Training/Testimonials.html",,,1,
"About the Instructor","./Training/BogatinBio.html",,,1
]

menu3=[
,,180,1,"",prop1,,"left",effect,,,,,,,
"Overview","./Products/Products.html",,,1,
"Probe Stations","./Products/PSMain.html",,,1,
"SI Measurement Systems","./Products/SISystems.html",,,1,
"Fixtures","./Products/Fixtures.html",,,1,
"Precision Loads","./Products/PrecisionLoads.html",,,1
]

menu4=[
,,280,1,"",prop1,,"left",effect,,,,,,,
"Overview","./Services/Services.html",,,1,
"Package Modeling","./Services/PackageModeling.html",,,1,
"Connector/Cable Modeling","./Services/CCModeling.html",,,1,
"PCB Measurements","./Services/PCBMeasure.html",,,1,
"Socket/Contactor Modeling","./Services/SCModeling.html",,,1,
"Device Modeling","./Services/DevModeling.html",,,1,
"Differential VNA/TDR Measurements","./Services/DiffVNATDR.html",,,1,
"Calibration Standard/Test Fixture Design","./Services/CalStanTestFix.html",,,1,
"Design Consulting/Simulation","./Services/DesConsSim.html",,,1,
"Validation","./Services/Validation.html",,,1,
"Custom Training","./Services/CustTrain.html",,,1
]

menu5=[
,,180,1,"",prop1,,"left",effect,,,,,,,
"Index", "./Publications/PubsIndex.jsp",,,1,
"Publications 4-15","./Publications/IDListPg1.jsp",,,1,
"Publications 22-32","./Publications/IDListPg2.jsp",,,1,
"Publications 33-74","./Publications/IDListPg3.jsp",,,1,
"Publications 76-91","./Publications/IDListPg4.jsp",,,1,
"Publications 92-105","./Publications/IDListPg5.jsp",,,1
]

menu6=[
,,120,1,"",prop1,,"left",effect,,,,,,,
"Overview", "./About/About.html",,,1,
"Contact Us", "./About/Contact.html",,,1,
"Press", "./About/Press.html",,,1
]

menu7=[
,,120,1,"",prop1,,"left",effect,,,,,,,
"Partners", "./Resources/Partners.html",,,1,
"Journals", "./Resources/Journals.html",,,1,
"Bibliography", "./Resources/Bibliography.html",,,1
]



