/***********************************************************************************
* (c) Ger Versluis 2000 version simple 4 April 2002 *
* You may use this script on non commercial sites. *
* For info write to menus@burmees.nl *
* You may remove all comments for faster loading *
***********************************************************************************/
var URL=location.href;
var pos_1=URL.lastIndexOf('/'); //position of last slash
var sub1=URL.substring(0,pos_1); //substring, strip off filename
var fileName=URL.substring(pos_1+1,URL.length);
var NoOffFirstLineMenus=7; // Number of main menu items
// Colorvariables:
// Color variables take HTML predefined color names or "#rrggbb" strings
//For transparency make colors and border color ""
var LowBgColor="white"; // Background color when mouse is not over
var HighBgColor="#DBEBFA"; // Background color when mouse is over
var FontLowColor="#000066"; // Font color when mouse is not over
var FontHighColor="#000066"; // Font color when mouse is over
var BorderColor="#999999"; // Border color
var BorderWidth=1; // Border width
var BorderBtwnElmnts=0; // Border between elements 1 or 0
var FontFamily="verdana,arial,sans-serif" // Font family menu items
var FontSize=8; // Font size menu items
var FontBold=0; // Bold menu items 1 or 0
var FontItalic=0; // Italic menu items 1 or 0
var MenuTextCentered="left"; // Item text position left, center or right
var MenuCentered="center"; // Menu horizontal position can be: left, center, right, justify,
// leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
var MenuVerticalCentered="top"; // Menu vertical position top, middle,bottom or static
var ChildOverlap=0; // horizontal overlap child/ parent
var ChildVerticalOverlap=0; // vertical overlap child/ parent
if (fileName == "home.htm") var StartTop = 201;
else var StartTop = 141;
// var StartTop=141; // Menu offset x coordinate
var StartLeft=0; // Menu offset y coordinate
var VerCorrect=0; // Multiple frames y correction
var HorCorrect=0; // Multiple frames x correction
var LeftPaddng=15; // Left padding
var TopPaddng=2; // Top padding
var FirstLineHorizontal=1; // First level items layout horizontal 1 or 0
var MenuFramesVertical=1; // Frames in cols or rows 1 or 0
var DissapearDelay=1000; // delay before menu folds in
var TakeOverBgColor=1; // Menu frame takes over background color subitem frame
var FirstLineFrame="navig"; // Frame where first level appears
var SecLineFrame="space"; // Frame where sub levels appear
var DocTargetFrame="space"; // Frame where target documents appear
var TargetLoc=""; // span id for relative positioning
var UnfoldsOnClick=0; // Level 1 unfolds onclick/ onmouseover
var BaseHref=""; // BaseHref lets you specify the root directory for relative links.
var BaseHref="http://www.diving.ca/francais/html/";
// The script precedes your relative links with BaseHref
// For instance:
// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
// Can also be used when you use images in the textfields of the menu
// "MenuX=new Array("
"
// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"
// var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5];
var Arrws=[BaseHref+"",5,10,BaseHref+"",10,5];
// Arrow source, width and height.
// If arrow images are not needed keep source ""
var MenuUsesFrames=0; // MenuUsesFrames is only 0 when Main menu, submenus,
// document targets and script are in the same frame.
// In all other cases it must be 1
var PartOfWindow=.8; // PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to
// Below some pretty useless effects, since only IE5+ supports them
// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
// If you don't need MenuSlide just leave in the line var MenuSlide="";
// delete the other MenuSlide statements
// In general leave the MenuSlide you need in and delete the others.
// Above is also valid for MenuShadow and MenuOpacity
// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
// You can add more filters by concanating the strings
var MenuSlide="";
// var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.3, wipeStyle=1)";
var MenuShadow="";
// var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
// var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";
var MenuOpacity="";
// var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=85)";
function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}
// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width);
Menu1=new Array("À propos","","",4,16,80);
Menu1_1=new Array("Nos objectifs","about.htm","",0,16,180);
Menu1_2=new Array("Répertoire de DPC","","",3,16,0);
Menu1_2_1=new Array("Le personnel","staff.htm","",0,16,170);
Menu1_2_2=new Array("Conseil d’administration","directors.htm","",0,16,0);
Menu1_2_3=new Array("Comités","committees.htm","",0,16,0);
Menu1_3=new Array("Procès-verbaux du conseil/ des comités","","",0,32,0);
Menu1_4=new Array("Assemblée générale annuelle","agm/2009/agm09.htm","",0,16,0);
Menu2=new Array("Athlètes et entraîneurs","","",6,0,162);
Menu2_1=new Array("Équipe nationale senior ","senior2011.htm","",0,16,240);
Menu2_2=new Array("Équipe nationale junior ","junior2011.htm","",0,16,0);
Menu2_3=new Array("Classement des athlètes","ranking.htm","",0,16,0);
Menu2_4=new Array("Entraîneurs","coaches.htm","",0,16,0);
Menu2_5=new Array("Qualification senior","seniorQual.htm","",0,16,0);
Menu2_6=new Array("Qualification junior","juniorQual.htm","",0,16,0);
Menu3=new Array("Compétitions","","",5,16,106);
Menu3_1=new Array("2012","","",3,16,100);
Menu3_1_1=new Array("Programmes internationaux
et nationaux","2012_I&N_S.htm","",0,32,200);
Menu3_1_2=new Array("Programmes provinciaux","2012_P&L.htm","",0,16,180);
Menu3_1_3=new Array("Normes de qualification","natQual.htm","",0,16,200);
Menu3_2=new Array("2011","","",2,16,100);
Menu3_2_1=new Array("Programmes internationaux
et nationaux","2011_I&N_S.htm","",0,32,200);
Menu3_2_2=new Array("Programmes provinciaux","2011_P&L.htm","",0,16,0);
Menu3_2_3=new Array("Normes de qualification","natQual.htm","",0,16,200);
Menu3_3=new Array("2013-2016","","",1,16,100);
Menu3_3_1=new Array("Programmes internationaux
et nationaux","2013-2016_I&N_S.htm","",0,32,200);
Menu3_4=new Array("Archives","","",16,16,100);
Menu3_4_1=new Array("2010 Programmes internationaux
et nationaux","2010_I&N_S.htm","",0,32,200);
Menu3_4_2=new Array("2010 Programmes provinciaux","2010_P&L.htm","",0,16,0);
Menu3_4_3=new Array("2009 Programmes internationaux
et nationaux","2009_I&N_S.htm","",0,32,200);
Menu3_4_4=new Array("2009 Programmes provinciaux","2009_P&L.htm","",0,16,0);
Menu3_4_5=new Array("2008 Programmes internationaux
et nationaux","2008_I&N_S.htm","",0,32,200);
Menu3_4_6=new Array("2008 Programmes provinciaux","2008_P&L.htm","",0,16,0);
Menu3_4_7=new Array("2007 Programmes internationaux
et nationaux","2007_I&N_S.htm","",0,32,200);
Menu3_4_8=new Array("2007 Programmes provinciaux","2007_P&L.htm","",0,16,0);
Menu3_4_9=new Array("2006 Programmes internationaux
et nationaux","2006_I&N_S.htm","",0,32,200);
Menu3_4_10=new Array("2006 Programmes provinciaux","2006_P&L.htm","",0,16,0);
Menu3_4_11=new Array("2005 Programmes internationaux
et nationaux","2005_I&N_S.htm","",0,32,200);
Menu3_4_12=new Array("2005 Programmes provinciaux","2005_P&L.htm","",0,16,0);
Menu3_4_13=new Array("2004 Programmes internationaux et nationaux","2004_I&N_S.htm","",0,32,200);
Menu3_4_14=new Array("2004 Programmes provinciaux","2004_P&L.htm","",0,16,0);
Menu3_4_15=new Array("2003","2003Competitions.htm","",0,16,100);
Menu3_4_16=new Array("2002","2002Competitions.htm","",0,16,100);
Menu3_5=new Array("Résultats","results.htm","",0,16,100);
Menu4=new Array("Ressources","","",3,16,100);
Menu4_1=new Array("Ressources destinée aux membres","","",8,16,235);
Menu4_1_1=new Array("Prix sportifs de DPC","awards.htm","",0,16,200);
Menu4_1_2=new Array("Manuel des athlètes","athletesmanual.htm","",0,16,0);
Menu4_1_3=new Array("Possibilités d’emploi","jobs.htm","",0,16,0);
Menu4_1_4=new Array("Politiques et Formulaires","policies.htm","",0,16,0);
Menu4_1_5=new Array("Santé et de bien-etre","health.htm","",0,16,0);
Menu4_1_6=new Array("Certification des entraîneurs","nccp.htm","",0,16,0);
Menu4_1_7=new Array("Officiels","officials.htm","",0,16,180);
Menu4_1_8=new Array("Livre de règlements 2011-2012","RuleBook.htm","",0,16,180);
Menu4_2=new Array("Nouvelles de nos ancien(ne)s
et de nos membres","alumni.htm","",0,32,45);
Menu4_3=new Array("Plongeon 101","","",2,16,0);
Menu4_3_1=new Array("Hier et aujourd’hui","past.htm","",0,16,185);
Menu4_3_2=new Array("Guide aux spectateurs","spectatorguide.htm","",0,16,185);
Menu5=new Array("Média","","",5,16,70);
Menu5_1=new Array("Bios","senior.htm","",0,16,180);
Menu5_2=new Array("Prix sportifs","awardsRCVD.htm","",0,16,120);
Menu5_3=new Array("Records du plongeon canadien","records.htm","",0,16,120);
Menu5_4=new Array("Photos","","",8,16,200);
Menu5_4_1=new Array("Juniors 2007","events/jr07pics.htm","",0,16,200);
Menu5_4_2=new Array("Coupe Canada 2007","events/cc07pics.htm","",0,16,200);
Menu5_4_3=new Array("FINA 2007","events/worldspics.htm","",0,16,200);
Menu5_4_4=new Array("Essais du Monde 2007","events/wsn07pics.htm","",0,16,200);
Menu5_4_5=new Array("Juniors 2006","agnpics.htm","",0,16,140);
Menu5_4_6=new Array("Coupe Canada 2006","CanadaCup/ccpics.htm","",0,16,200);
Menu5_4_7=new Array("Commonwealth 2006","cwgphoto.htm","",0,16,200);
Menu5_4_8=new Array("FINA 2005","competitionshots.htm","",0,16,200);
Menu5_5=new Array("Communiqués","","",2,16,120);
Menu5_5_1=new Array("2011","release_2011.htm","",0,16,120);
Menu5_5_2=new Array("Archive","","",9,16,0);
Menu5_5_2_1=new Array("2010","release_2010.htm","",0,16,180);
Menu5_5_2_2=new Array("2009","release_2009.htm","",0,16,180);
Menu5_5_2_3=new Array("2008","release_2008.htm","",0,16,180);
Menu5_5_2_4=new Array("2007","release_2007.htm","",0,16,180);
Menu5_5_2_5=new Array("2006","release_2006.htm","",0,16,180);
Menu5_5_2_6=new Array("2005","release_2005.htm","",0,16,180);
Menu5_5_2_7=new Array("2004","release_2004.htm","",0,16,180);
Menu5_5_2_8=new Array("2003","release_2003.htm","",0,16,180);
Menu5_5_2_9=new Array("2002","release_2002.htm","",0,16,180);
Menu6=new Array("Commanditaires","sponsors.htm","",0,16,120);
Menu7=new Array("Partenaires et liens","","",2,16,136);
Menu7_1=new Array("Organismes affiliés","affiliated.htm","",0,16,200);
Menu7_2=new Array("Organismes provinciaux
du plongeon et club membres","provOrg.htm","",0,32,0);