//Menu object creation var Menu=new makeCM("Menu") //Making the menu object. Argument: menuname //Menu properties Menu.pxBetween=0 Menu.fromLeft=10 Menu.fromTop=68 Menu.rows=1 Menu.menuPlacement="center" Menu.onlineRoot=""; Menu.currentOption=""; if(document.location.search.indexOf("?")>=0) { sub=document.location.search.substr(1); sub=sub.split("&"); if(sub) { for(i=0;i