_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-1             // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
//baseurl="http://www.ccax.com/final"
baseurl="http://www.ccax.com"


with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#D9080F";
borderstyle="solid";
borderwidth=2;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
//top=291;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image="+baseurl+"/images/home.gif;overimage="+baseurl+"/images/home.gif;url="+baseurl+"/;subimage=;borderwidth=0;separatorsize=0;");
aI("image="+baseurl+"/images/eb8.gif;overimage="+baseurl+"/images/eb8.gif;showmenu=eb5program;url="+baseurl+"/eb5_home.html;subimage=;separatorsize=0;");
aI("image="+baseurl+"/images/quali.gif;overimage="+baseurl+"/images/quali.gif;showmenu=qualifying_projects;url="+baseurl+"/projects_home.html;subimage=;separatorsize=0;");
aI("image="+baseurl+"/images/about.gif;overimage="+baseurl+"/images/about.gif;showmenu=about;url="+baseurl+"/about_home.html;subimage=;separatorsize=0;");
aI("image="+baseurl+"/images/eco.gif;overimage="+baseurl+"/images/eco.gif;showmenu=economy;url="+baseurl+"/economy_home.html;subimage=;separatorsize=0;");
aI("image="+baseurl+"/images/inv.gif;overimage="+baseurl+"/images/inv.gif;url="+baseurl+"/investor_access.html;subimage=;separatorsize=0;");
aI("image="+baseurl+"/images/contact.gif;overimage="+baseurl+"/images/contact.gif;url="+baseurl+"/contactus.html;subimage=;separatorsize=0;");
}
	

	with(milonic=new menuname("eb5program")){
	style=menuStyle;
	aI("text=Immigration Laws;url="+baseurl+"/immigration_laws.html;");
	aI("text=Regular Program vs. Pilot Program;url="+baseurl+"/regular_program.html;");
	aI("text=Visa Eligibility;url="+baseurl+"/visa_eligibility.html;");
	
	}
	
		with(milonic=new menuname("qualifying_projects")){
	style=menuStyle;
	aI("text=CCAE Projects Overview;url="+baseurl+"/overview.html;");
	aI("text=Current Business Investment;url="+baseurl+"/business_investment.html;");
	aI("text=Required Capital;url="+baseurl+"/required_capital.html;");
	aI("text=Benefits;url="+baseurl+"/benefits.html;");
	aI("text=Frequently Asked Questions;url="+baseurl+"/faq.html;");
	aI("text=Regional Center Approval Letter;url="+baseurl+"/approval_letter.html;");
	aI("text=Recent Investor I-526 Petition Approvals;url="+baseurl+"/recent_investor.html;");
	
	}
	
		with(milonic=new menuname("about")){
	style=menuStyle;
	aI("text=Company Overview;url="+baseurl+"/company_overview.html;");
	aI("text=Press Releases;url="+baseurl+"/press_releases.html;");
	aI("text=Testimonials;url="+baseurl+"/testimonials.html;");
	
	}
	
		with(milonic=new menuname("economy")){
	style=menuStyle;
	aI("text=California Economic Overview;url="+baseurl+"/california_economic_overview.html;");
	aI("text=San Joaquin Valley;url="+baseurl+"/sanjoaquin_valley.html;");
	aI("text=California Agriculture;url="+baseurl+"/agriculture.html;");
	
	
	}

		//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();