var bn=navigator.platform
var ie=navigator.appName
var leftmargin=0
var MacIE;
if(bn.indexOf("MacPPC")!=-1 && ie.indexOf("Microsoft Internet Explorer")!=-1)
{
	MacIE=true;
}
if(ie.indexOf("Microsoft Internet Explorer")!=-1)
leftmargin=-3

_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=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="";
subimagepadding="5";
}

with(submenuStyle=new mm_style()){
oncolor="#ffffff";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
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";
}


//top dropdown
with(milonic=new menuname("p13")){
style=submenuStyle;
overflow="scroll";
left = left + 0;
top = 5;

aI("text=<a class=linkSubnav clickthru/clickthrough.rry/59439 target=_blank>#</a>");
aI("text=<a class=linkSubnav clickthru/clickthrough.rry/80487 target=_blank>#</a>");
}
//navigation drop down
with(milonic=new menuname("p1")){
style=submenuStyle;
overflow="scroll";
left = left + 215;
top = -15;

aI("text=<a class=linkSubnav href=clickthru/clickthrough.rry/59439 target=_blank>#</a>");
aI("text=<a class=linkSubnav href=clickthru/clickthrough.rry/80487 target=_blank>#</a>");
}

/*
with(milonic=new menuname("Coaching")){
style=submenuStyle;
overflow="scroll";
if(MacIE){left=279;}
aI("text=&nbsp;Sample Calls&nbsp;;url=Products/sample_calls.cfm;");
}
*/
function menu_highlight(imgname,imgsrc)
{
	document.images[imgname].src='images/'+imgsrc;
}

function menu_drop(imgname,imgsrc)
{
	document.images[imgname].src='images/'+imgsrc;
}

drawMenus();


