var offleft=0; function getAnchorPosition(anchorname) { // This function will return an Object with x and y properties var useWindow=false; var coordinates=new Object(); var x=0,y=0; // Browser capability sniffing var use_gebi=false, use_css=false, use_layers=false; if (document.getElementById) { use_gebi=true; } else if (document.all) { use_css=true; } else if (document.layers) { use_layers=true; } // Logic to find position if (use_gebi && document.all) { x=AnchorPosition_getPageOffsetLeft(document.all[anchorname]); y=AnchorPosition_getPageOffsetTop(document.all[anchorname]); } else if (use_gebi) { var o=document.getElementById(anchorname); x=AnchorPosition_getPageOffsetLeft(o); y=AnchorPosition_getPageOffsetTop(o); } else if (use_css) { x=AnchorPosition_getPageOffsetLeft(document.all[anchorname]); y=AnchorPosition_getPageOffsetTop(document.all[anchorname]); } else if (use_layers) { var found=0; for (var i=0; i";_d.write(mt)} //Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack. //////////////////////////////////// // Editable properties START here // //////////////////////////////////// // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters if(navigator.appVersion.indexOf("MSIE 6.0")>0) { effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)" } else { effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter } timegap=500 // The time delay for menus to remain visible followspeed=5 // Follow Scrolling speed followrate=40 // Follow Scrolling Rate suboffset_top=10; // Sub menu offset Top position suboffset_left=10; // Sub menu offset Left position style1a=[ // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style. "fffbae", // Mouse Off Font Color "ae3657", // Mouse Off Background Color "ae3657", // Mouse On Font Color "fffbae", // Mouse On Background Color "fffbae", // Menu Border Color 12, // Font Size in pixels "normal", // Font Style (italic or normal) "bold", // Font Weight (bold or normal) "verdana, arial, helvetica", // Font Name 1, // Menu Item Padding "", // Sub Menu Image (Leave this blank if not needed) "", // 3D Border & Separator bar "ffffff", // 3D High Color "", // 3D Low Color "", // Current Page Item Font Color (leave this blank to disable) "", // Current Page Item Background Color (leave this blank to disable) , // Top Bar image (Leave this blank to disable) "", // Menu Header Font Color (Leave blank if headers are not needed) "", // Menu Header Background Color (Leave blank if headers are not needed) "", // Menu Item Separator Color ] style1b=[ // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style. "fffbae", // Mouse Off Font Color "d4829d", // Mouse Off Background Color "ae3657", // Mouse On Font Color "fffbae", // Mouse On Background Color "fffbae", // Menu Border Color 11, // Font Size in pixels "normal", // Font Style (italic or normal) "bold", // Font Weight (bold or normal) "verdana, arial, helvetica", // Font Name 1, // Menu Item Padding "", // Sub Menu Image (Leave this blank if not needed) "", // 3D Border & Separator bar "ffffff", // 3D High Color "", // 3D Low Color "", // Current Page Item Font Color (leave this blank to disable) "", // Current Page Item Background Color (leave this blank to disable) , // Top Bar image (Leave this blank to disable) "", // Menu Header Font Color (Leave blank if headers are not needed) "", // Menu Header Background Color (Leave blank if headers are not needed) "", // Menu Item Separator Color ] addmenu(menu=["home",20,0,70,1,,style1a,1,"left",,,1,,,,,,,,,,," Accueil","index.html",,,1]) addmenu(menu=["bijoux",20,70,90,1,,style1a,1,"left",,,1,,,,,,,,,,," Les bijoux","show-menu=menu1",,,1]) addmenu(menu=["menu1",0,,360,1,"",style1b,,"left",effect,,,,,,,,,,,, ,"> La conception d\'un bijou","bijoux/conception.htm",,,1 ,"> Les pierres et leurs significations","bijoux/pierres.htm",,,1 ,"> Les colliers","bijoux/colliers.htm",,,1 ,"> Les boucles d\'oreilles, bracelets, bagues et broches","bijoux/bagues.htm",,,1 ,"> Les nouveautés","bijoux/news.htm",,,1 ]) addmenu(menu=["soie",20,160,80,1,,style1a,1,"left",,,1,,,,,,,,,,," La soie","show-menu=menu2",,,1]) addmenu(menu=["menu2",0,,200,1,"",style1b,,"left",effect,,,,,,,,,,,, ,"> Ma peinture sur soie","soie/peinture.htm",,,1 ,"> Les modèles","soie/modeles.htm",,,1 ]) addmenu(menu=["creations",20,240,130,1,,style1a,1,"left",,,1,,,,,,,,,,," Autres créations","crea/autres.htm",,,1]) addmenu(menu=["boutique",20,370,285,1,,style1a,1,"left",,,1,,,,,,,,,,," Soleil de la création : boutique artisanale ","boutique/soleil.htm",,,1]) addmenu(menu=["contact",20,656,100,1,,style1a,1,"left",,,1,,,,,,,,,,," Contact","contact/contact.htm",,,1]) dumpmenus();