fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=200            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset



with(MainMenuStyle=new mm_style()){
itemheight=42;
itemwidth=90;
oncolor="#FFFFFF";
offcolor="#00487E";
fontsize=9;
fontstyle="normal"; 
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
align="center";
bgimage="/img/bg_m.gif";
overbgimage="/img/bg_m_f2.gif";
pagebgimage="/img/bg_m_f2.gif";
pagecolor="#FFFFFF";
rawcss="padding-top:10px;padding-left:3px;padding-right:13px";
}

with(SubMenuStyle=new mm_style()){
itemheight=22;
itemwidth=178;
onbgcolor="#47A9DF";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#333333";
pagebgcolor="#BEE1F3";
pagecolor="#333333";
bordercolor="#9AD0ED";
borderstyle="solid";
borderwidth=1;
separatorcolor="#9AD0ED";
separatorsize="1";
separatorwidth=178;
separatoralign="center";
fontsize=9;
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
padding=0;
image="/img/p_sm.jpg";
overimage="/img/p_sm_f2.jpg";
pageimage="/img/p_sm.jpg";
imagepadding="5";
subimage="/img/p_sm.jpg";
onsubimage="/img/p_sm_f2.jpg";
pagesubimage="/img/p_sm.jpg";
subimagepadding="5";
overfilter="Shadow(color='#777777', Direction=135, Strength=2)";
}

with(dmenu=new menuname("Flinder-sub")){
	style=SubMenuStyle;
	aI("url=/flinder/index.html;text=Flinder;");
	aI("url=/flinder/advantages.html;text=Flinder advantages;");
	aI("url=/flinder/pricing-principles.html;text=Flinder pricing principles;");
	aI("url=/flinder/application-areas.html;text=Flinder application areas;");
}

with(dmenu=new menuname("Products-sub")){
	style=SubMenuStyle;
	aI("url=/products/index.html;text=Products;");
	aI("url=/products/test-vectors.html;text=Test vectors;");
	aI("url=/products/test-execution-service.html;text=Test execution service;");
	aI("url=/products/re-run-tools.html;text=Re-run tools;");
}

with(dmenu=new menuname("News-sub")){
	style=SubMenuStyle;
	aI("url=/news/index.html;text=News;");
	aI("url=/news/press_releases.html;text=Press releases;");
	aI("url=/news/archive.html;text=News archive;");
}

with(dmenu=new menuname("Technology-sub")){
	style=SubMenuStyle;
	aI("url=/technology/index.html;text=Technology;");
	aI("url=/technology/black-box.html;text=Black-box testing;");
	aI("url=/technology/fault-injection.html;text=White-box testing;");
}

with(dmenu=new menuname("Company-sub")){
	style=SubMenuStyle;
	aI("url=/about_us/index.html;text=About us;");
	aI("url=/contact/index.html;text=Contact;");
}

drawMenus();

