/**
 * menu 24FEB2005 Version 1.0
 * Søren Eskildsen, Agilo
 */
<!--
function ViewImage8x6(ifile, ititle) {
var w8x6 ;
w8x6 = window.open(ifile,"imageviewer","left=20,top=20,width=800,height=621,menubar=no,toolbar=no");
w8x6.document.open();
w8x6.document.write("<html><head><title>KOMPROMENT - "+ititle+"</title>");
w8x6.document.write("</head><body>");
w8x6.document.write('<div style="position:absolute;width:800px;height:600px;left:2px;top:2px">');
w8x6.document.write('<img  align="center" src='+ifile+'>');
w8x6.document.write('<br><a align="center" href="#" onMouseUp="window.close()" style="font-family: Comic Sans MS;text-decoration:none;font-size:10pt;color: #00247e">Luk vindue [x]</p><br>');
w8x6.document.write("</div></body></html>");
w8x6.document.close();
w8x6.document.focus();
}

function mmLoadMenus() {
  if (window.mm_menu_filer) return;

window.mm_menu_filer = new Menu("root",170,16,"Verdana",10,"#455D83","#FFFFFF","#FFFFFF","#455D83","left","middle",2,0,300,-5,7,true,true,true,0,true,true);
  mm_menu_filer.addMenuItem("Havnen","location='/index.php?c=havnen'");
  mm_menu_filer.addMenuItem("Klubbladet","location='/index.php?c=klubblad'");
  mm_menu_filer.addMenuItem("Billeder","location='/index.php?c=billeder'");
  mm_menu_filer.addMenuItem("Videoer","location='/index.php?c=videoer'");
  mm_menu_filer.addMenuItem("Vedtægter","location='/index.php?c=vedtaegter'");
  mm_menu_filer.addMenuItem("Ordensregler","location='/index.php?c=ordensregler'");
  mm_menu_filer.addMenuItem("Forretningsorden","location='/index.php?c=forretningsorden'");
  mm_menu_filer.addMenuItem("Bestemmelser for bådplads","location='/index.php?c=bestemmelser'");
  mm_menu_filer.addMenuItem("Fjordordningen","location='/index.php?c=fjordordning'");
  mm_menu_filer.addMenuItem("Ishakkerliste","location='/index.php?c=ishakkerliste'");
  mm_menu_filer.addMenuItem("Venteliste","location='/index.php?c=venteliste'");
  mm_menu_filer.addMenuItem("Checklister","location='/index.php?c=checkliste'");
  mm_menu_filer.addMenuItem("Bloggen","location='http://hoellet.blogspot.com'");
  mm_menu_filer.addMenuItem("Links","location='/index.php?c=links'");
  mm_menu_filer.bgColor='#455D83';
  mm_menu_filer.menuLiteBgColor='#455D83';
  mm_menu_filer.menuBorderBgColor='#455D83';

window.mm_menu_tools = new Menu("root",170,16,"Verdana",10,"#455D83","#FFFFFF","#FFFFFF","#455D83","left","middle",2,0,300,-5,7,true,true,true,0,true,true);
  mm_menu_tools.addMenuItem("Bliv medlem","location='/index.php?c=blivmedlem'");
//  mm_menu_tools.addMenuItem("Meld en fejl","location='/index.php?c=meldfejl'");
  mm_menu_filer.bgColor='#455D83';
  mm_menu_filer.menuLiteBgColor='#455D83';
  mm_menu_filer.menuBorderBgColor='#455D83';
   
window.mm_menu_kontakt = new Menu("root",170,16,"Verdana",10,"#455D83","#FFFFFF","#FFFFFF","#455D83","left","middle",2,0,300,-5,7,true,true,true,0,true,true);
  mm_menu_kontakt.addMenuItem("Bestyrelsen","location='/index.php?c=bestyrelsen'");
  mm_menu_kontakt.addMenuItem("Havnefoged","location='/index.php?c=havnefoged'");
  mm_menu_kontakt.addMenuItem("Medlemmer","location='/index.php?c=medlemmer'");
  mm_menu_kontakt.addMenuItem("Vores venner","location='/index.php?c=venner'");
  mm_menu_kontakt.addMenuItem("Webmaster","location='/index.php?c=webmaster'");
  mm_menu_filer.bgColor='#455D83';
  mm_menu_filer.menuLiteBgColor='#455D83';
  mm_menu_filer.menuBorderBgColor='#455D83';

mm_menu_filer.writeMenus();
} // mmLoadMenus()
//-->
