//Best 3 Level
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#999999', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#999999', 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=8;				// Sub menu offset Top position
suboffset_left=-2;			// Sub menu offset Left position
style1=["E0E0E0","000066","666666","fffff0","000000",11,"normal","bold",  "arial,helvetica",3,,,,,,,,,,]
style2=["999999","fffff0","FFCC66","fffff0","999999",10,"normal","normal","arial,helvetica",3,,,,,,,,,,]

//Menu Setup - menu name - distance from top, each cells width, 0?, 
addmenu(menu=["main_left_menu",143,200,130,0," ",style1,1,"left", ,0,1, , , ,0, , , , , ,

,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;About&nbsp;Us","2about.html","2about.html","About&nbsp;Us",1
,"Our&nbsp;Companies","2corep.html","2corep.html","Our&nbsp;Companies",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact&nbsp;Us","2contacts.html","2contacts.html","Contact&nbsp;Us	",1
,"Homepage","2index.html ","2index.html","Homepage",1
])

//Menu Text1 - File name - File name - Status Bar
//OK to space the Menu Text1, but NOT the File Names or Status Bar 
addmenu(menu=["A",	,	,120,3,"",style2, ,"left","pixelate(squares=Wedge, duration=0.2)", , , , , , , , , , , , //"Fade(duration=0.4)"
,"2nd Quarter 2004","2events1.html","events1.html","Qtr2",1
,"3rd Quarter 2004","2coming.html","coming.html","Qtr3",1
,"4th Quarter 2004","2coming.html","coming.html","Qtr4",1
,"1st Quarter 2005","2coming.html","coming.html","Qtr1",1
,"Links&#160;&#38;&#160;Reviews","2links.html","2links.html","Links&#160;&#38;&#160;Reviews",1
])
dumpmenus()
