timegap=500            //line1
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}
							//line15
prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"ffffcc",					// Off Font Color
"6a5acd",					// Off Back Color
"ffd700",					// On Font Color
"483d8b",					// On Back Color
"999999",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
"arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
"000099",					// Referer item Font Color (leave this blank to disable)
"",					// Referer item Back Color (leave this blank to disable)
]
							//line34
menu1=[				// This is the array that contains your menu properties and details
90,					// Top
120,					// left
,					// Width
1,					// Border Width
"center",			// 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
,					// 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
,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use
"Home","http://www.computachem.com.au/main.html target=bottom",,,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"About&nbsp;Us","show-menu2",,"#",1,
"Publications","show-menu3",,"#",1,
"Marketing Services","show-menu6",,"#",1,
"Web Design","show-menu7",,"#",1,
"Management Services","show-menu8",,"#",1,
"Employment","show-menu9",,"#",1
]

					//line60
menu2=[
,,170,1,"",prop1,,"left",effect,,,,,,,
"Privacy&nbsp;Statement","http://www.computachem.com.au/descriptions/privacy.html target=bottom",,,,
"FAQ","http://www.computachem.com.au/descriptions/FAQ.html target=bottom",,,,
"What&nbsp;We&nbsp;Do&nbsp;and&nbsp;How","http://www.computachem.com.au/descriptions/WhatWeDoandHow.html target=bottom",,,,
"Who&nbsp;We&nbsp;Are","http://www.computachem.com.au/descriptions/WhoWeAre.html target=bottom",,,1
]

menu3=[
,,170,1,"",prop1,,"left",effect,,,,,,,
"Information&nbsp;2&nbsp;Pharmacists magazine","show-menu4",,"#",1,
"Interweb&nbsp;Directory","http://www.computachem.com.au/links/directory.htm target=bottom",,,,
"E-Newsletter","show-menu5",,"#",1
]
					//line75
menu4=[
,,170,1,"",prop1,,"left",effect,,,,,,,
"Year&nbsp;2002","http://www.computachem.com.au/i2P/index.shtml target=_top",,,1
]

menu5=[
,,170,1,"",prop1,,"left",effect,,,,,,,
"Year&nbsp;2000","http://www.computachem.com.au/enewsletter/prev-topics.html target=bottom",,,,
"Year&nbsp;2001","http://www.computachem.com.au/enewsletter/newsarchive_2001.html target=bottom",,,1
]

menu6=[
,,170,1,"",prop1,,"left",effect,,,,,,,
"Loyalty&nbsp;Clubs","http://www.computachem.com.au/descriptions/marketserv_loyalty.html target=bottom",,,,
"Promotional&nbsp;Design","http://www.computachem.com.au/descriptions/marketserv_promdesign.html target=bottom",,,,
"E-Commerce","http://www.computachem.com.au/descriptions/marketserv_ecomm.html target=bottom",,,1
]
					//line 93
menu7=[
,,170,1,"",prop1,,"left",effect,,,,,,,
"Website&nbsp;Example","http://www.computachem.com.au/gbah/bootes.html target=bottom",,,,
"Website&nbsp;Costings","http://www.computachem.com.au/descriptions/Website_costings.html target=bottom",,,,
"Principles&nbsp;of&nbsp;Design","http://www.computachem.com.au/descriptions/Website_principles.html target=bottom",,,,
"Website&nbsp;Types","http://www.computachem.com.au/descriptions/Website_des.html target=bottom",,,1
]

menu8=[
,,170,1,"",prop1,,"left",effect,,,,,,,
"Human&nbsp;Resources","http://www.computachem.com.au/descriptions/hr_services.html target=bottom",,,,
"Management&nbsp;Consulting","http://www.computachem.com.au/descriptions/man_consult.html target=bottom",,,,
"Business&nbsp;Coaching","http://www.computachem.com.au/descriptions/business_coach.html target=bottom",,,1
]
					//line108
menu9=[
,,170,1,"",prop1,,"left",effect,,,,,,,
"Positions&nbsp;Wanted","http://www.computachem.com.au/cgi-files/classifieds/poswant.html target=_top",,,,
"Positions&nbsp;Vacant","http://www.computachem.com.au/cgi-files/classifieds/posvac.html target=_top",,,1
]
