// Horisontal menu
function hmenu() {
	stm_bm(["menu63be",600,"img","blank.gif",0,"","",0,0,250,0,1000,1,0,0,"","",0,0,1,2,"default","hand","js/"],this);
	stm_bp("p0",[0,4,0,0,0,9,0,0,100,"",-2,"",-2,50,0,0,"#999999","transparent","",3,0,0,"#000000"]);
	stm_ai("p0i0",[0,"Home","","",-1,-1,0,"index.html","_self","","About Us","","",0,0,0,"","",0,0,0,0,1,"#4674B8",1,"#FFFFFF",0,"","",3,3,0,0,"#FFFFF7","#000000","#FFFFFF","#4674B8","bold 12px 'Tahoma','Arial'","bold 12px 'Tahoma','Arial'",0,0],0,22);
	stm_ai("p0i1",[6,1,"#FFFFFF","",-1,-1,0]);
	//stm_aix("p0i2","p0i0",[0,"About Us","","",-1,-1,0,"about.html","_self","","About"],0,22);
	//stm_aix("p0i3","p0i1",[]);
	stm_aix("p0i2","p0i0",[0,"Services","","",-1,-1,0,"custom_analytics.html","_self","","Services"],0,22);
	stm_aix("p0i3","p0i1",[]);
	stm_aix("p0i4","p0i0",[0,"Solutions","","",-1,-1,0,"solutions.html","_self","","Solutions"],0,22);
	stm_aix("p0i5","p0i1",[]);
//	stm_aix("p0i6","p0i0",[0,"Careers","","",-1,-1,0,"careers.html","_self","","Careers"],0,22);
//	stm_aix("p0i7","p0i1",[]);
//	stm_aix("p0i8","p0i0",[0,"Thought Leadership","","",-1,-1,0,"thought_leadership.html","_self","","Thought Leadership"],0,22);
	stm_aix("p0i6","p0i0",[0,"Case Studies","","",-1,-1,0,"case_studies.html","_self","","Case Studies"],0,22);
	stm_aix("p0i7","p0i1",[]);
	stm_aix("p0i8","p0i0",[0,"Careers","","",-1,-1,0,"careers.html","_self","","Careers"],0,22);
	stm_ep();
	stm_em();
}

// Araay Submenu

var asubmenu = new Array();
	asubmenu["about"] = new Array();
//IZ+
//	sbm = new Array("Who We Are","about.html", "What We Do","about_how_we_do.html","How We Are Different","about_how_we_are_different.html","Global Delivery Model","about_global_delivery_model.html","Our People","about_under.html","Clients","about_clients.html","Partners","about_under.html","Location","about_location.html");

	sbm = new Array("Who We Are","about.html", "What We Do","about_how_we_do.html","How We Are Different","about_how_we_are_different.html","Global Delivery Model","about_global_delivery_model.html","Our People","about_people.html","Clients","about_clients.html","Locations","about_location.html");
//IZ-
	asubmenu["about"] = sbm;


	asubmenu["services"] = new Array();
	sbm = new Array("Custom Analytics Consulting","custom_analytics.html","Analytical Solutions","analytical_solutions.html","Software and Hosting","software_hosting.html");
	asubmenu["services"] = sbm;
	
//IZ+
	asubmenu["solutions"] = new Array();
//	sbm = new Array("Strategic Foresight","strategic_foresight.html","Marketing Process Optimization","marketing_process_optimization.html","Sales Process Optimization","sales_process.html");
//	asubmenu["solutions"] = sbm;
	sbm = new Array("Strategic Foresight","strategic_foresight.html");
	asubmenu["solutions"] = sbm;
//IZ-
	
	asubmenu["contact"] = new Array();
	sbm = new Array("Contact","contact.html","Location","contact_location.html");
	asubmenu["contact"] = sbm;
	
	asubmenu["trendcaster"] = new Array();
	sbm = new Array("TrendCaster Overview","trendcaster.html","Coverage","trendcaster_coverage.html","Key Components","trendcaster_key.html","Reporting Analyses","trendcaster_reporting.html");
	asubmenu["trendcaster"] = sbm;

	asubmenu["case_studies"] = new Array();
	sbm = new Array("Case #1","case_study_1.html","Case #2","case_study_2.html","Case #3","case_study_3.html","Case #4","case_study_4.html");
	asubmenu["case_studies"] = sbm;

var nsubmenu = new Array();
	nsubmenu["about"]="About Us";
	nsubmenu["services"]="Services";
	nsubmenu["solutions"]="Solutions";
	nsubmenu["trendcaster"]="Solutions";
	nsubmenu["contact"]="Contact Us";
//IZ+
	nsubmenu["case_studies"]="Case Studies";
//IZ-

// SubMenu

function submenu(name){
	document.write('<table width="160" border="0" cellspacing="0" cellpadding="0">');
	document.write('<tr><td bgcolor="#4674B8" align="center"  height="28" ><font color="#FFFFFF">'+nsubmenu[name]+'</font></td></tr>');
	for (i=0; i<(asubmenu[name].length/2); i++){
		document.write('<tr><td class="menu"><a href="'+asubmenu[name][i*2+1]+'" class="menu">'+asubmenu[name][i*2]+'</a></td></tr>');
	}
	document.write('</table>');
}

function address(){

	document.write('<br/><br/><span class="smallcolorbold">4i Consulting Group, Inc.</span><span class="small"><br/>');
	document.write('Analytical Business Solution<br/>');
/*  	document.write('200 E 5th Avenue, Suite 117B <br />');
  	document.write('Naperville, IL 60563<br />');
  	document.write('ph.: + 1.630.778.6914 <br />');
  	document.write('fax: + 1.630.778.6968 <br />');
	  	document.write('e-mail:<a href="mailto:info@4iconsult.com?subject=info"> info@4iconsult.com</a></span>');	
*/
}