timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=.3);Shadow(color='#cccfff', Direction=135, Strength=12)"
effect2 = "fade(duration=2);Shadow(color='#99ccff', Direction=135, Strength=0)"

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
"ffffff",					// Off Font Color
"46649E",					// Off Back Color
"ffffff",					// On Font Color
"000000",					// On Back Color
"9966FF",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana",	// Font
3,							// Padding
"arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,					// Referer item Font Color (leave this blank to disable)
,					// Referer item Back Color (leave this blank to disable)
]
prop2=[						// prop2 is an array of properties you can have as many property arrays as you need
"FFFFFF",					// Off Font Color
"000000",					// Off Back Color
"ffffff",					// On Font Color
"4f4f4f",					// On Back Color
"0066FF",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana",	// Font
3,							// Padding
"arrow.gif",				// Sub Menu Image
1,							// 3D Border & Separator
"0066FF",					// 3D High Color
"003399",					// 3D Low Color
,					// Referer item Font Color (leave this blank to disable)
,					// Referer item Back Color (leave this blank to disable)
]

menu1=[				// This is the array that contains your menu properties and details
90,					// Top
90,					// left
100,					// Width
2,					// Border Width
,			// 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
"center",			// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
effect2,					// 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
,					// Position of sub image left:center:right:middle:top:bottom
"downarrow.gif",					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use
"HOME","http://www.PassYourDrugTests.com/index.asp",,"Home page",1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"PRODUCTS","show-menu2",,"Products page",1,
"ABOUT US","http://www.PassYourDrugTests.com/aboutus.asp",,"About Us page",1,
"FYI/FAQ","http://www.PassYourDrugTests.com/fyifaq.asp",,"Fyi / Faq",1,
"TESTIMONIALS","http://www.PassYourDrugTests.com/testimonials.asp",,"Testimonials page",1,
"CONTACT US","http://www.PassYourDrugTests.com/contactus.asp",,"Contact us page",1
]

menu2=[
,,135,1,"",prop2,,"left",effect,,,,,,,
"Urine Test Products","http://www.PassYourDrugTests.com/urine_drug_test/urine_test.asp",,,1,
"Hair Test Products","http://www.PassYourDrugTests.com/hair_drug_test/hair_test.asp",,,1,
"Blood Test Products","http://www.PassYourDrugTests.com/blood_drug_test/blood_test.asp",,,1,
"Saliva Test Products","http://www.PassYourDrugTests.com/saliva_drug_test/saliva_test.asp",,,1,
"Nicotine Test Products","http://www.PassYourDrugTests.com/nicotine_drug_test/nicotine_test.asp",,,1,
"Steriod Test Products","http://www.PassYourDrugTests.com/steroid_drug_test/steroid_test.asp",,,1,
"Home Drug Test Kits","http://www.PassYourDrugTests.com/home_drug_test/self_test.asp",,,1,
"Combo Kits","http://www.PassYourDrugTests.com/combo_kits.asp",,,0
]

