function SiteFishMenu(){
 var wwwurl = 'http://www.'+OODESK_HTTP_DOMAIN;
 var myFishEye = new ntbFishEye('sitefishmenu', 200, 'down', 'RIGHT', 32, 'fishcontainer',64);
 //myFishEye.addMenuItem("ouverture/64x64/apps/kfm_home.png", "Acceuil");
 myFishEye.addMenuItem(STYLE_DIR+"/images/icone_home2.png", "OOdesk","location.href = '"+wwwurl+"/index.php';");
 myFishEye.addMenuItem(STYLE_DIR+"/images/icone_lm2.png", "Login manager","location.href = '"+wwwurl+"/desktop/logmanager.php';");
 myFishEye.addMenuItem(STYLE_DIR+"/images/icone_blog2.png", "Blog","location.href = /'");
 //myFishEye.addMenuItem(STYLE_DIR+"/images/icone_aide2.png", "Aide","location.href = '"+wwwurl+"/page.php?page=aide';");
 myFishEye.addMenuItem(STYLE_DIR+"/images/icone_aide2.png", "Aide","location.href = 'http://forum.zebulon.fr/index.php?showforum=80';");
 //myFishEye.addMenuItem(STYLE_DIR+"/images/icone_communaute2.png", "Communauté","location.href = '"+wwwurl+"/page.php?page=communaute';");
 //myFishEye.addMenuItem(STYLE_DIR+"/images/icone_about2.png", "A propos","location.href = '"+wwwurl+"/page.php?page=about';");
 //myFishEye.addMenuItem(STYLE_DIR+"/images/icone_tours2.png", "Tours","location.href= '"+wwwurl+"/page.php?page=tours';"); 
 myFishEye.render();
}
