//fullpath = "http://64.90.181.100/plumbclub/";
fullpath = "http://www.plumbclub.com/";

with(new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
position="relative";
orientation="horizontal";
itemheight="20px";
itemwidth="164px";
aI("showmenu=General;text=General;url="+fullpath+"index.htm;");
aI("showmenu=Forum;text=Plumb Club Forum @FIT;url="+fullpath+"forum.htm");
aI("showmenu=Lasvegas;text=Las Vegas JCK Show;url="+fullpath+"lasvegas.htm");
aI("text=Contact Us;url="+fullpath+"contactus.htm");
//aI("text=Member Login;url="+fullpath+"private-index.html");
aI("text=&nbsp;url="+fullpath);
}
drawMenus();
