fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;



//includes "menu_styles.js";


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
itemwidth="100%";
//itemheight="10";
//menuheight="20";
menualign="center";
menuwidth="100%";
align="center";
//margin=2;
//left=10;
retainClickValue=1; // Not sure what this one does
//keepalive = 1;
//openonclick=1;
//closeonclick=1;
orientation="horizontal";
style=menuStyle;
//top=10;

aI("text=&nbsp;&nbsp;&nbsp;Org&nbsp;Chart&nbsp;&nbsp;&nbsp;;url=/orgchart.html;");
aI("text=&nbsp;&nbsp;&nbsp;Resumes&nbsp;&nbsp;&nbsp;;url=/resumes.html;pagematch=res_;");
aI("text=&nbsp;&nbsp;&nbsp;References&nbsp;&nbsp;&nbsp;;url=/references.asp");
aI("text=&nbsp;&nbsp;&nbsp;Client&nbsp;List&nbsp;&nbsp;&nbsp;;url=/clientlist.asp");
aI("text=&nbsp;&nbsp;&nbsp;Closings&nbsp;&nbsp;&nbsp;;url=/closings.html");

//aI("text=&nbsp;&nbsp;&nbsp;Save&nbsp;Link&nbsp;&nbsp;&nbsp;;clickfunction=addHomeBookmark();");
//aI("text=Press&nbsp;Releases;url=press.asp");
//aI("text=Video;url=video.html;");
//aI("text=Contact&nbsp;Us;url=contact.html");

//onclass="title_prop16";
//onclass="menuOnStyle";
//offclass="menuOffStyle";
//pageclass="menuPageStyle";
}


drawMenus();

function addHomeBookmark() {
  if (window.external)
    external.AddFavorite("http://www.palmerteam.com","The Palmer Team")
  else
    alert("Your browser doesn't support this feature.");
}

