var bn=navigator.platform
var ie=navigator.appName
var leftmargin=0
if(ie.indexOf("Microsoft Internet Explorer")!=-1)
leftmargin=-3;

_menuCloseDelay=1          // 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=5              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#666666";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="bold";
fontfamily="verdana,san-serif,Arial,Helvetica";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="../images/arrow.gif";
subimagepadding="5";
}

with(submenuStyle=new mm_style()){
separatorsize="0";
padding=0;
fontsize="10px";
fontweight="bold"
fontstyle="bold";
fontfamily="verdana,Arial,Helvetica,san-serif";
pagecolor="white";
pagebgcolor="#000000";
headercolor="#ffffff";
headerbgcolor="#ffffff";
//subimage="../images/arrow.gif";
subimagepadding="5";
}

with(milonic=new menuname("p1")){
style=submenuStyle;
overflow="scroll";
aI("text=<img src='images/straregic_analysis_text.png' alt='Receive continuous analysis of your hotels online reputation, as it compares to your direct competitors' title='Receive continuous analysis of your hotels online reputation, as it compares to your direct competitors' name='1' id='1';url=#;");
}
with(milonic=new menuname("p2")){
style=submenuStyle;
overflow="scroll";
aI("text=<img src='images/time_saving_text.png' alt='Evaluate all traveler-generated content within a single user-friendly report, designed to save you time' title='Evaluate all traveler-generated content within a single user-friendly report, designed to save you time' name='2' id='2';url=#;");
}
with(milonic=new menuname("p3")){
style=submenuStyle;
overflow="scroll";
aI("text=<img src='images/new_oppor_text.png' alt='Discover invaluable marketing oppurtunities' title='Discover invaluable marketing oppurtunities' name='3' id='3';url=#;");
}
with(milonic=new menuname("p4")){
style=submenuStyle;
overflow="scroll";
aI("text=<img src='images/brand_security_text.png' alt='Enjoy a newfound sense of security, through the protection of your brand name' title='Enjoy a newfound sense of security, through the protection of your brand name' name='4' id='4';url=#;");
}


function menu_highlight(imgname,imgsrc)
{
	document.images[imgname].src='images/'+imgsrc;
}

function menu_drop(imgname,imgsrc)
{
	document.images[imgname].src='images/'+imgsrc;
}

drawMenus();

