timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;


effect = "fade(duration=0.3);Shadow(color='#99ccff', 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();
}

//PROPERTY ARRAY FIELDS
// off font color, off back color, on font color, on back color, border color, font size, font style, font weight, font,padding, sub menu image, 3d border & seperator, 
// 3d high color, 3d low color, referer item font color (blank to diaable), referer item back color (blank to diaable)


prop1=["000000","ADC8F3","ffffff","99ccff","000000",11,"normal","normal","Verdana,Tahoma,Helvetica",3,"sub_menu_arrow.gif",0,"66ffff","000000","000000","99bbee",]


//MENU ARRAY PROPERTIES
// Top, left, width, border width, screen position ("center;middle;right"), properties array,visible,
// alignment (html), filter (text variable for transition effects), follow scrolling, horizontal menu, keep alive,
// position of sub image (left:center:right:middle:top:bottom), show image that submenu exists, reserved
// then the menu items repeat next line as needed
// description text, url, alt url, status, seperator bar


menu1=[				// This is the array that contains your menu properties and details
200,					// Top
195,					// left
70,					// Width
0,					// 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
"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
//------------------------------------------------------------------------------------------------
//
// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
//
//------------------------------------------------------------------------------------------------

"Start","show-menu2",,,1,  
"Support","show-menu3",,"#",1,
"Links","show-menu5",,"#",1,
"Help","show-menu8",,"#",1
]

menu2=[
,,140,1,"",prop1,,"",effect,,,,,,,
"Home","http://www.atcc.net",,,1
]

menu3=[
,,140,1,"",prop1,,"",effect,,,,,,,
"Dial-up Instructions  ","show-menu11",,"#",1,
"E-Mail Instructions","show-menu4",,"#",1,
"Reference Material","show-menu6",,"#",1
]


menu4=[
,,120,1,"",prop1,,"left",effect,,,,,,,
"Outlook Express","./tech/EmailOutlookExpress.HTM",,,0,
"Netscape 4.x","./tech/EmailNetscape4.HTM",,,0,
"Netscape 6.0","./tech/EmailNetscape6.HTM",,,1,
"Eudora","./tech/EMailEudora.HTM",,,1
]

menu5=[
,,120,1,"",prop1,,"left",effect,,,,,,,
"Business Pages","business.htm",,,1,
"Personal Pages","personal.htm",,,1
]

menu6=[
,,170,1,"",prop1,,"left",effect,,,,,,,  //setup this menu option se above declaration of parameters
"Quick Tech","./techref.htm",,,0,
"WinZIP","./tech/winzip-ref.htm",,,0,
"FTP","./tech/ftp-ref.htm",,,0
]


menu7=[
,,120,1,"",prop1,,"left",effect,,,,,,,
"Title","url",,,0,
"","",,,1
]

menu8=[
,,140,1,"",prop1,,"",effect,,,,,,,
"Contact us","mailto:sales@atcc.net",,,1,
"About ATC Consultants, Inc.","about.htm",,,1
]

menu9=[
,,120,1,"",prop1,,"left",effect,,,,,,,
"Title","url",,,0,
"","",,,1
]

menu10=[
,,120,1,"",prop1,,"left",effect,,,,,,,
"Title","url",,,0,
"","",,,1
]

menu11=[
,,140,1,"",prop1,,"",effect,,,,,,,
"Windows 3.x","./tech/Connect3x.HTM",,,1,
"Windows 95/98","./tech/Connect95.HTM",,,,
"Macintosh","./tech/Connectmac.HTM",,,,
"Windows ME (Mellinium)","./tech/ConnectME.HTM",,,1,
"Windows NT 4.0","./tech/ConnectNT4.HTM",,,,
"Windows 2000 (Pro/Server)","./tech/Connect2000.HTM",,,1,
"Windows XP","./tech/Connectxp.HTM",,,1,
"Linux","./tech/ConnectLinux.HTM",,,1,
"Sega DreamCast","./tech/ConnectSega.HTM",,,1
]


