//Clients Only area menu() {

window.mm_menu_clients = new Menu("clients",150,this.mh,this.fnt,this.fs,this.fclr,this.fhclr,this.bg,this.bgh,this.halgn,this.valgn,this.pad,this.space,this.to,this.sx,this.sy,this.srel,this.opq,this.vert,this.idt,true,true);
mm_menu_clients.addMenuItem("Introduction","window.open('/groups/clientonly/index.html', '_self');");
mm_menu_clients.addMenuItem("Inland Revenue Forms","window.open('/groups/clientonly/revenue_forms.html', '_self');");
mm_menu_clients.addMenuItem("VAT Forms","window.open('/groups/clientonly/vat_forms.html', '_self');");
mm_menu_clients.addMenuItem("Companies House Forms","window.open('/groups/clientonly/companies_house_forms.html', '_self');");
mm_menu_clients.addMenuItem("Dividend Calculator","window.open('/groups/clientonly/dividend_calculator.html', '_self');");
mm_menu_clients.addMenuItem("Net to Gross PAYE Calculator","window.open('/groups/clientonly/net_gross_calculator.html', '_self');");
mm_menu_clients.addMenuItem("Secure Document Exchange","window.open('/groups/clientonly/sde.html', '_self');");
mm_menu_clients.hideOnMouseOut=true;