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;

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, Verdana, sans-serif";
fontsize="13px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#dcdac1";
offcolor="#000000";
onbgcolor="#6f6f6f";
oncolor="#ffffff";
padding=4;
separatorcolor="#dcdac1";
separatorsize=1;
separatorpadding=6;
}

with(menuSub=new mm_style()){
bordercolor="#565b60";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, Verdana, sans-serif";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#90959a";
offcolor="#ffffff";
onbgcolor="#f2f7e5";
oncolor="#000000";
padding=4;
separatorcolor="#565b60";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=200;
orientation="horizontal";
style=menuStyle;
top=131;
aI("text=PCG LOGIN;url=/privateaccess/login.asp;");
aI("text=ABOUT PCG;url=/pcg/default.htm;showmenu=About_PCG");
aI("text=ABOUT US;url=/pcg/investphilosophy.htm;showmenu=About_Us");
aI("text=PORTFOLIOS;url=/pcg/factsheet/privatelargecap.pdf;showmenu=Portfolios;");
aI("text=LITERATURE;url=/pcg/performancecomposites.htm;showmenu=Literature");
}

with(milonic=new menuname("About_PCG")){
style=menuSub;
aI("text=Introduction;url=/pcg/default.htm;");
}

with(milonic=new menuname("About_Us")){
style=menuSub;
aI("text=Investment Philosophy;url=/pcg/investphilosophy.htm;");
aI("text=Company Highlights;url=/pcg/highlights.htm;");
aI("text=Investment Team;url=/pcg/bios.htm;");
}

with(milonic=new menuname("Portfolios")){
style=menuSub;
aI("text=Large Cap Growth;url=/pcg/factsheet/privatelargecap.pdf;");
aI("text=Balanced Growth;url=/pcg/factsheet/privatebalanced.pdf;");
aI("text=Small Cap Growth;url=/pcg/factsheet/privatesmallcap.pdf;");
}

with(milonic=new menuname("Literature")){
style=menuSub;
aI("text=Performance Composites;url=/pcg/performancecomposites.htm");
aI("text=ADV Part II;url=/generalpdf/EAMPartIISchedF.pdf;");  
aI("text=Proxy Voting;url=/generalpdf/proxy.pdf;");
}



drawMenus();

