/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=3
oCMenu.fromLeft=2 
oCMenu.fromTop=0   
oCMenu.rows=1 
oCMenu.menuPlacement="left"

oCMenu.offlineRoot="file:///C|/Mes documents/Mes sites Web/LESouHk/" 
oCMenu.onlineRoot=""   
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="100%"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=0 
oCMenu.barY=0
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=90
oCMenu.level[0].height=18 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=108
oCMenu.level[1].height=20
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2-25
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"

//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=85
oCMenu.level[2].height=17
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
oCMenu.makeMenu('top0','','&nbsp;- MENU - ')
oCMenu.makeMenu('sub00','top0','Accueil','http://www.lesouhk.ch')
oCMenu.makeMenu('sub01','top0','Plan du site','http://www.lesouhk.ch/plansite.htm','_blank')
oCMenu.makeMenu('sub02','top0','Nouveautés','http://ww2.lesouhk.ch/?page_id=212','_blank')
oCMenu.makeMenu('sub03','top0','Carnet de bord','http://www.lesouhk.ch/CarnetBord.htm','_blank')
oCMenu.makeMenu('top1','','&nbsp;SÉRIEUX 1')
oCMenu.makeMenu('sub10','top1','Astronomie')
oCMenu.makeMenu('sub100','sub10','Jour - Nuit','http://www.fourmilab.ch/cgi-bin/uncgi/Earth/action?opt=-p','_blank')
oCMenu.makeMenu('sub101','sub10','Image du jour','http://antwrp.gsfc.nasa.gov/apod/astropix.html','_blank')
oCMenu.makeMenu('sub102','sub10','Nouvelles Ciel','http://ww2.lesouhk.ch/?page_id=6742','_blank')
oCMenu.makeMenu('sub11','top1','Bizarre','http://ww2.lesouhk.ch/?page_id=6867')
oCMenu.makeMenu('sub12','top1','Citations','http://ww2.lesouhk.ch/?page_id=1504','_blank')
oCMenu.makeMenu('sub13','top1','Centre culturel','http://ww2.lesouhk.ch/?page_id=5536','_blank')
oCMenu.makeMenu('sub14','top1','Poésie','http://ww2.lesouhk.ch/?page_id=6790','_blank')
oCMenu.makeMenu('top2','','&nbsp;SÉRIEUX 2')
oCMenu.makeMenu('sub20','top2','Pseudos','http://ww2.lesouhk.ch/?page_id=3350','_blank')
oCMenu.makeMenu('sub21','top2','Qu\'en penses-tu ?','http://ww2.lesouhk.ch/?page_id=5074','_blank')
oCMenu.makeMenu('sub22','top2','Récompenses','http://www.lesouhk.ch/Recompenses.htm','_blank')
oCMenu.makeMenu('sub23','top2','Visiland','http://ww2.lesouhk.ch/?page_id=5339','_blank')
oCMenu.makeMenu('top3','','&nbsp;FUN 1')
oCMenu.makeMenu('sub30','top3','Backgrounds','http://www.lesouhk.ch/Backgrounds.htm','_blank')
oCMenu.makeMenu('sub31','top3','WallSouHk','http://ww2.lesouhk.ch/?page_id=6326','_blank')
oCMenu.makeMenu('sub32','top3','All Stars','http://www.lesouhk.ch/AllStars.htm','_blank')
oCMenu.makeMenu('sub33','top3','Scripts-Parade','http://www.lesouhk.ch/EffetsSpéciaux.htm','_blank')
oCMenu.makeMenu('sub34','top3','Galerie Visiteurs','http://ww2.lesouhk.ch/?page_id=2702','_blank')
oCMenu.makeMenu('sub35','top3','Illusions','http://www.lesouhk.ch/Illusions.htm','_blank')
oCMenu.makeMenu('sub36','top3','Régie Photos','http://ww2.lesouhk.ch/?page_id=2017','_blank')
oCMenu.makeMenu('top4','','&nbsp;FUN 2')
oCMenu.makeMenu('sub40','top4','Avatars LS','http://www.lesouhk.ch/Avatars.htm','_blank')
oCMenu.makeMenu('sub41','top4','Coin des Jeux','http://ww2.lesouhk.ch/?page_id=3205','_blank')
oCMenu.makeMenu('sub42','top4','Musique','http://www.lesouhk.ch/Musique.htm','_blank')
oCMenu.makeMenu('sub43','top4','Cool Web','http://ww2.lesouhk.ch/?page_id=4481','_blank')
oCMenu.makeMenu('sub44','top4','Physionomies')
oCMenu.makeMenu('sub440','sub44','Tronches du Net','http://ww2.lesouhk.ch/?page_id=2541','_blank')
oCMenu.makeMenu('sub441','sub44','Attitudes','http://ww2.lesouhk.ch/?page_id=2655','_blank')
oCMenu.makeMenu('sub45','top4','Créations JD','http://ww2.lesouhk.ch/?page_id=3558','_blank')
oCMenu.makeMenu('sub46','top4','LooHky Blog','http://joomla.lesouhk.ch','_blank')
oCMenu.makeMenu('top5','','&nbsp;HUMOUR 1')
oCMenu.makeMenu('sub50','top5','Blague du Jour','http://ww2.lesouhk.ch/?page_id=661','_blank')
oCMenu.makeMenu('sub51','top5','Boîte à malices','http://ww2.lesouhk.ch/?page_id=4045','_blank')
oCMenu.makeMenu('sub52','top5','Anecdotes','http://ww2.lesouhk.ch/?page_id=5760','_blank')
oCMenu.makeMenu('sub53','top5','Dessins')
oCMenu.makeMenu('sub530','sub53','Page à Ydel','http://ww2.lesouhk.ch/?page_id=1807','_blank')
oCMenu.makeMenu('sub531','sub53','BD Phare Feluz','http://ww2.lesouhk.ch/?page_id=5595','_blank')
oCMenu.makeMenu('sub532','sub53','Phenomanon','http://www.lesouhk.ch/phenomanon.htm','_blank')
oCMenu.makeMenu('sub533','sub53','Mixtures','http://ww2.lesouhk.ch/?page_id=5729','_blank')
oCMenu.makeMenu('sub534','sub53','Dessins presse','http://www.lesouhk.ch/DessinsPresse.htm','_blank')
oCMenu.makeMenu('sub54','top5','Cartoons','http://ww2.lesouhk.ch/?page_id=2027','_blank')	
oCMenu.makeMenu('sub55','top5','Devinettes')
oCMenu.makeMenu('sub550','sub55','Diverses','http://ww2.lesouhk.ch/?page_id=4126','_blank')
oCMenu.makeMenu('sub551','sub55','Sur le Showbiz','http://www.lesouhk.ch/Chaudbiscuit.htm','_blank')
oCMenu.makeMenu('sub56','top5','GrafikHumour','http://ww2.lesouhk.ch/?page_id=2729','_blank')
oCMenu.makeMenu('top6','','&nbsp;HUMOUR 2')
oCMenu.makeMenu('sub60','top6','Jeux de Mots')
oCMenu.makeMenu('sub600','sub60','A peu près','http://ww2.lesouhk.ch/?page_id=4781','_blank')
oCMenu.makeMenu('sub601','sub60','Dico en folie','http://ww2.lesouhk.ch/?page_id=1756"','_blank')
oCMenu.makeMenu('sub602','sub60','C\'est logique','http://ww2.lesouhk.ch/?page_id=4090','_blank')
oCMenu.makeMenu('sub603','sub60','M. &amp; Madame','http://ww2.lesouhk.ch/?page_id=4511','_blank')
oCMenu.makeMenu('sub604','sub60','Nom de Nom','http://ww2.lesouhk.ch/?page_id=4602','_blank')
oCMenu.makeMenu('sub61','top6','Annonces','http://ww2.lesouhk.ch/?page_id=4852','_blank')
oCMenu.makeMenu('sub62','top6','Collier de Perles','http://ww2.lesouhk.ch/?page_id=4657','_blank')
oCMenu.makeMenu('sub63','top6','LE SouHk-Pub','http://ww2.lesouhk.ch/?page_id=3564','_blank')
oCMenu.makeMenu('sub64','top6','Les Insouhlites','http://ww2.lesouhk.ch/?page_id=366','_blank')
oCMenu.makeMenu('sub65','top6','Loufoqueries','http://ww2.lesouhk.ch/?page_id=1530','_blank')
oCMenu.makeMenu('top7','','&nbsp;SERVICES 1')	
oCMenu.makeMenu('sub70','top7','Annuaires','http://www.lesouhk.ch/listeannu.htm','_blank')
oCMenu.makeMenu('sub71','top7','E-Cards LS','http://www.ecarteweb.com/carte/selection.php?n=1205&nc=AFOJ9vEIAG2yE','_blank')
oCMenu.makeMenu('sub72','top7','Trucs & Combines','http://www.lesouhk.ch/Combines.htm','_blank')
oCMenu.makeMenu('sub73','top7','Funny Services','http://www.lesouhk.ch/FunnyServices.htm','_blank')
oCMenu.makeMenu('sub74','top7','Contacts','http://ww2.lesouhk.ch/?page_id=1953','_blank')
oCMenu.makeMenu('sub75','top7','Site du jour','http://ww2.lesouhk.ch/html/SiteJour.htm','_blank')
oCMenu.makeMenu('top8','','&nbsp;SERVICES 2')
oCMenu.makeMenu('sub80','top8','Bonnes adresses','http://www.lesouhk.ch/Utilitaires.htm','_blank')
oCMenu.makeMenu('sub81','top8','Root-TOP JD','http://www.root-top.com/topsite/jdh14/','_blank')
oCMenu.makeMenu('sub83','top8','Web et Sécurité','http://ww2.lesouhk.ch/?page_id=6873','_blank')
oCMenu.makeMenu('sub84','top8','PlugBoards')
oCMenu.makeMenu('sub840','sub84','UPlugboard','http://www.lesouhk.ch/Plugboard.htm','_blank')
oCMenu.makeMenu('sub841','sub84','EsaPlugboard','http://www.lesouhk.ch/Plugboard2.htm','_blank')
oCMenu.makeMenu('sub842','sub84','Plug-Banner','http://www.lesouhk.ch/plugban468x60.htm','_blank')
oCMenu.makeMenu('sub843','sub84','LE PlouHg','http://www.lesouhk.ch/Plugboard3.htm','_blank')
oCMenu.makeMenu('sub85','top8','Tagboard','http://www.lesouhk.ch/BlablaBox.htm','_blank')
oCMenu.makeMenu('top9','','&nbsp;SERVICES 3')
oCMenu.makeMenu('sub90','top9','Services visiteurs','http://www.lesouhk.ch/PublicRelation.htm','_blank')
oCMenu.makeMenu('sub91','top9','Echanges de liens')
oCMenu.makeMenu('sub910','sub91','Bannières','http://www.lesouhk.ch/EchBan.htm','_blank')
oCMenu.makeMenu('sub911','sub91','Logos 88x31','http://www.lesouhk.ch/BoutonsEchanges.htm','_blank')
oCMenu.makeMenu('sub912','sub91','Divers liens','http://www.lesouhk.ch/PartenariatsDivers.htm','_blank')
oCMenu.makeMenu('sub92','top9','BlouHking Blogs','http://www.lesouhk.ch/blouhk.htm','_blank')
oCMenu.makeMenu('sub93','top9','Hébergement','http://www.sysco.ch','_blank')
oCMenu.makeMenu('sub94','top9','Votez LE SouHk','http://www.lesouhk.ch/Votes.htm','_blank')
//Leave this line - it constructs the menu

oCMenu.construct()		

