// Sandeep: Simplification of the attributes var topMenuBarsPositionFromLeft=15; var topMenuBarsPositionFromTop=207; var menuItemsheight=20; var menuItemsWidth = 235; menuDirection="left"; //Menu object creation oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname //Menu properties oCMenu.pxBetween=1 oCMenu.fromLeft=topMenuBarsPositionFromLeft oCMenu.fromTop=topMenuBarsPositionFromTop oCMenu.rows=1 oCMenu.menuPlacement=0 oCMenu.offlineRoot="" oCMenu.onlineRoot="" oCMenu.resizeCheck=1 oCMenu.wait=1000 oCMenu.fillImg="/menu/images/dot.gif" oCMenu.zIndex=0 //Background bar properties oCMenu.useBar=1 oCMenu.barWidth="menu" oCMenu.barHeight="menu" oCMenu.barClass="clBar" oCMenu.barX=topMenuBarsPositionFromLeft oCMenu.barY=topMenuBarsPositionFromTop 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=menuItemsWidth oCMenu.level[0].height=menuItemsheight oCMenu.level[0].regClass="clLevel0" oCMenu.level[0].overClass="clLevel0over" oCMenu.level[0].borderX=0 oCMenu.level[0].borderY=0 oCMenu.level[0].offsetX=0 oCMenu.level[0].offsetY=-1 oCMenu.level[0].borderClass="clLevel0border" oCMenu.level[0].rows=0 oCMenu.level[0].align="bottom" //EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify 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=menuItemsWidth-2 oCMenu.level[1].height=menuItemsheight oCMenu.level[1].regClass="clLevel1" oCMenu.level[1].overClass="clLevel1over" oCMenu.level[1].borderX=1 oCMenu.level[1].borderY=1 oCMenu.level[1].offsetX=0 oCMenu.level[1].offsetY=-1 oCMenu.level[1].borderClass="clLevel1border" oCMenu.level[1].align="right" oCMenu.level[1].arrow="/menu/ltr/images/link_button.gif" oCMenu.level[1].arrowAlways="/menu/images/dot.gif" oCMenu.level[1].arrowWidth=9 oCMenu.level[1].arrowHeight=7 /****************************************** 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( 'INSIDE', '', 'Informations Toshiba', '' ); oCMenu.makeMenu( 'PRODUCTS', '', 'Produits', 'http://be.computers.toshiba-europe.com/innovation/notebooks_desktops_servers_family_page.jsp?LNG=9&service=BE' ); oCMenu.makeMenu( 'SERVICES_SOLUTIONS', '', 'Services et Solutions', '' ); oCMenu.makeMenu( 'SUPPORT_DOWNLOAD', '', 'Support & Téléchargements', 'http://be.computers.toshiba-europe.com/innovation/generic_content.jsp?LNG=9&service=BE&ID=SUPPORT_PORTAL' ); oCMenu.makeMenu( 'ENVIRONMENTAL_INFO', 'INSIDE', 'Toshiba environmental', 'http://be.computers.toshiba-europe.com/innovation/generic_content.jsp?LNG=9&service=BE&ID=200711_ENVIRONMENTAL_be' ); oCMenu.makeMenu( 'NEWS_INSIDE', 'INSIDE', 'Toute l\'actualité', 'http://be.computers.toshiba-europe.com/innovation/news_article_index.jsp?LNG=9&service=BE' ); oCMenu.makeMenu( 'MEDIA_PRESS_CENTRE_INSIDE', 'INSIDE', 'Photos des produits', 'javascript:var w=window.open( "http://www.toshiba-europe.com/bv/press_DB/index.html", "Toshiba" )' ); oCMenu.makeMenu( 'MENU_ITEM3', 'INSIDE', 'Nos partenaires', 'http://be.computers.toshiba-europe.com/innovation/fr/generic/partners-be/' ); oCMenu.makeMenu( 'NEWSLETTERS_INSIDE', 'INSIDE', 'Lettres d\'information', 'http://be.computers.toshiba-europe.com/innovation/subscriber.jsp?LNG=9&service=BE?LNG=9&service=BE' ); oCMenu.makeMenu( 'MENU_ITEM1', 'INSIDE', 'Mini sites', '' ); oCMenu.makeMenu( 'INSIDE_TOSHIBA', 'INSIDE', 'A propos de Toshiba', '' ); oCMenu.makeMenu( 'NOTEBOOKS_B2B', 'PRODUCTS', 'Portables professionnels', 'http://be.computers.toshiba-europe.com/innovation/fr/generic/businesscomputing/' ); oCMenu.makeMenu( 'NOTEBOOKS_B2C', 'PRODUCTS', 'Portable particuliers', 'http://be.computers.toshiba-europe.com/innovation/fr/generic/homecomputing/' ); oCMenu.makeMenu( 'NOTEBOOKS', 'PRODUCTS', 'Tous portables', '' ); oCMenu.makeMenu( 'OPTIONS_2', 'PRODUCTS', 'Options & Accessoires', 'http://be.computers.toshiba-europe.com/innovation/fr/generic/pc-opties-accessories-be/' ); oCMenu.makeMenu( 'DISCONTINUED_MODELS_PRODUCTS', 'PRODUCTS', 'Modèles non récents', 'http://be.computers.toshiba-europe.com/innovation/discontinued_models.jsp?LNG=9&service=BE' ); oCMenu.makeMenu( 'PRODUCTS_MENU_ITEM2', 'PRODUCTS', 'Revendeurs', 'javascript:var w=window.open( "http://www.toshiba-web.com/be-reseller/index.php?lang=fr", "Toshiba" )' ); oCMenu.makeMenu( 'REGISTER_SERVICE', 'SERVICES_SOLUTIONS', 'Enregistrement garantie', 'http://be.computers.toshiba-europe.com/innovation/warranty_registration.jsp?LNG=9&service=BE' ); oCMenu.makeMenu( 'SERVICES_HOMEPAGE', 'SERVICES_SOLUTIONS', 'Garantie & Assurances', 'http://be.computers.toshiba-europe.com/innovation/generic_content.jsp?LNG=9&service=BE&ID=service_pagina_01_BE' ); oCMenu.makeMenu( 'SUPPORT_HOMEPAGE', 'SUPPORT_DOWNLOAD', 'Service & Support', 'http://be.computers.toshiba-europe.com/innovation/generic_content.jsp?LNG=9&service=BE&ID=SUPPORT_PORTAL', '', '', '', '', '', '', '', 'left' ); oCMenu.makeMenu( 'SUPPORT_FORUM_LINK', 'SUPPORT_DOWNLOAD', 'Support Forum (Anglais)', 'http://be.computers.toshiba-europe.com/innovation/go_to_forum.jsp?LNG=9&service=BE&nav_btn=no,toshiba_ext, scrollbars=yes,resizable=yes,toolbar=yes,width=980,height=735', '', '', '', '', '', '', '', 'left' ); oCMenu.makeMenu( 'SUPPORT_MENU_ITEM1', 'SUPPORT_DOWNLOAD', 'Les questions les plus courantes', 'http://be.computers.toshiba-europe.com/innovation/faq_selection.jsp?LNG=9&service=BE', '', '', '', '', '', '', '', 'left' ); oCMenu.makeMenu( 'SUPPORT_MENU_ITEM3', 'SUPPORT_DOWNLOAD', 'Service de garantie', 'http://be.computers.toshiba-europe.com/innovation/generic_content.jsp?LNG=9&service=BE&ID=OWS_SUPPORT', '', '', '', '', '', '', '', 'left' ); oCMenu.makeMenu( 'SUPPORT_MENU_ITEM2', 'SUPPORT_DOWNLOAD', 'Commandez votre Vista Recovery DVD', 'javascript:var w=window.open( "https://backupmedia.toshiba.eu/landing.aspx", "Toshiba", "nav_btn=no,toshiba_ext, scrollbars=yes,resizable=yes,toolbar=yes,menubar=yes" )', '', '', '', '', '', '', '', 'left' ); oCMenu.makeMenu( 'FIND_ASP', 'SUPPORT_DOWNLOAD', 'Tiers Mainteneurs Agréés', 'http://be.computers.toshiba-europe.com/innovation/fr/generic/ASP_SUPPORT/', '', '', '', '', '', '', '', 'left' ); oCMenu.makeMenu( 'ABOUT_TOSHIBA_INSIDE_TOSHIBA', 'INSIDE_TOSHIBA', 'A propos de Toshiba', 'http://be.computers.toshiba-europe.com/innovation/about_toshiba.jsp?LNG=9&service=BE' ); oCMenu.makeMenu( 'CONTACT_TOSHIBA_INSIDE_TOSHIBA', 'INSIDE_TOSHIBA', 'Contactez-nous', 'http://be.computers.toshiba-europe.com/innovation/generic_content.jsp?LNG=9&service=BE&ID=routebeschrijvingen_be' ); oCMenu.makeMenu( 'MINISITE1_MENU_ITEM1', 'MENU_ITEM1', 'Les nouveaux pc portable Satellite', 'http://be.computers.toshiba-europe.com/innovation/fr/generic/satellite_launch09_main2/' ); oCMenu.makeMenu( 'MINISITE8_MENU_ITEM1', 'MENU_ITEM1', 'Conçu pour vos doigts - NB200', 'http://be.computers.toshiba-europe.com/innovation/fr/generic/nb200/' ); oCMenu.makeMenu( 'MINISITE9_MENU_ITEM1', 'MENU_ITEM1', 'Legèreté et solidité - Portégé R600', 'http://be.computers.toshiba-europe.com/innovation/fr/generic/portege_r600/' ); oCMenu.makeMenu( 'MINISITE4_MENU_ITEM1', 'MENU_ITEM1', 'Caméscope HD - Camileo P30', 'javascript:var w=window.open( "http://www.toshiba-multimedia.com/?location=12&level0=3&level1=19", "Toshiba" )' ); oCMenu.makeMenu( 'MINISITE5_MENU_ITEM1', 'MENU_ITEM1', 'Maître Shogun - Qosmio X300', 'javascript:var w=window.open( "http://www.mastershogun.com/be-fr", "Toshiba" )' ); oCMenu.makeMenu( 'MINISITE7_MENU_ITEM1', 'MENU_ITEM1', 'Toshiba EasyMedia', 'http://be.computers.toshiba-europe.com/innovation/fr/generic/easymedia_home/' ); oCMenu.makeMenu( 'MINISITE3_MENU_ITEM1', 'MENU_ITEM1', 'Toshiba EasyGuard', 'http://be.computers.toshiba-europe.com/innovation/fr/generic/TOSHIBA_EASYGUARD_08/' ); oCMenu.makeMenu( 'MINISITE2_MENU_ITEM1', 'MENU_ITEM1', 'Toshiba Centre de Sécurité', 'http://be.computers.toshiba-europe.com/innovation/fr/generic/security-center_be/' ); oCMenu.makeMenu( 'MINISITE6_MENU_ITEM1', 'MENU_ITEM1', 'Produits Multimédia Toshiba', 'javascript:var w=window.open( "http://www.toshiba-multimedia.com/?location=4", "Toshiba" )' ); oCMenu.makeMenu( 'NB100_NOTEBOOKS', 'NOTEBOOKS', 'Toshiba mini-notebook', 'http://be.computers.toshiba-europe.com/innovation/fr/family/Netbook-NB100/1058018/' ); oCMenu.makeMenu( 'PORTEGE_NOTEBOOKS', 'NOTEBOOKS', 'Portégé', 'http://be.computers.toshiba-europe.com/innovation/fr/family/Portege/2329/' ); oCMenu.makeMenu( 'TECRA_NOTEBOOKS', 'NOTEBOOKS', 'Tecra', 'http://be.computers.toshiba-europe.com/innovation/fr/family/Tecra/2328/' ); oCMenu.makeMenu( 'SATELLITE_PRO_NOTEBOOKS', 'NOTEBOOKS', 'Satellite Pro', 'http://be.computers.toshiba-europe.com/innovation/fr/family/Satellite-Pro/2327/' ); oCMenu.makeMenu( 'SATELLITE_NOTEBOOKS', 'NOTEBOOKS', 'Satellite', 'http://be.computers.toshiba-europe.com/innovation/fr/family/Satellite/2326/' ); oCMenu.makeMenu( 'QOSMIO_NOTEBOOKS', 'NOTEBOOKS', 'Qosmio', 'http://be.computers.toshiba-europe.com/innovation/fr/family/Qosmio/96787/' ); oCMenu.makeMenu( 'OPTIONS_HOME_PAGE_OPTIONS_2', 'OPTIONS_2', 'Options & Accessoires', 'http://be.computers.toshiba-europe.com/innovation/fr/generic/pc-opties-accessories-be/' ); oCMenu.makeMenu( 'OPTIONS_SUPPORT_SECTION_OPTIONS_2', 'OPTIONS_2', 'Opties & Accessoires supportpage', 'http://be.computers.toshiba-europe.com/innovation/generic_content.jsp?LNG=9&service=BE&ID=200705_OPTIONS_SUPPORT_HOME' ); //Leave this line - it constructs the menu oCMenu.construct()