/******************************************
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('m1','m0','Aurelis','index1.php?lang=ES','',50);
oCMenu.makeMenu('m2','m0','Academía','ES/health/index.php','',70);
oCMenu.makeMenu('m3','m0','Produtos','ES/store/index.php','',70,'','','','AccentCSS');
oCMenu.makeMenu('m4','m0','AurelisOnLine','aurelis_online/index.php?lang=ES','',95);
oCMenu.makeMenu('m5','m0','Negocios','ES/business/index.php','',70);
oCMenu.makeMenu('m6','m3','Audio-CDs','store/audiocd.php?lang=ES','',130);
//oCMenu.makeMenu('m7','m3','Downloadables','downloads/Aurelis_download_list.php?AURELIS_lang=ES','',130);
oCMenu.makeMenu('m8','m3','Free  MiniMail','store/minimail/minimail.php?lang=ES','',130);
oCMenu.makeMenu('m15','m1','Home page','index1.php?lang=ES','',130);
oCMenu.makeMenu('m9','m1','Qué es Aurelis?','ES/Aurelis/whatisaurelis.php','',130);
oCMenu.makeMenu('m10','m1','Del autor','ES/Aurelis/TheAuthor.php','',130);
oCMenu.makeMenu('m11','m2','Qué es autosuggestion?','ES/Autosuggestion/WhatIsAutosuggestion.php','',150);
oCMenu.makeMenu('m12','m3','Free book (Inglés)','ES/store/index.php','',130);
oCMenu.makeMenu('m14','m2','MiniMail on-line','store/minitekst/minitekst.php?lang=ES','',150);
oCMenu.makeMenu('m15','m2','Indicaciones principales','ES/health/index.php','',150);
// oCMenu.makeMenu('m15','m2','Mind Body Science','EN/MindBodyArt/MindBodyArt.php','',150);
oCMenu.makeMenu('m16','m0','Forum','forum/index.php?lang=ES','',60);


//Leave this line - it constructs the menu
oCMenu.construct()
