<!--/*Copyright © MaXimuS 2000-2001, All Rights Reserved.Site: http://www.absolutegb.com/maximusE-mail: maximus@nsimail.comVersion: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)*/// Permission granted to SimplytheBest.net to feature script in its // DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html// Positioning and speedYOffset=250; // no quotes!!staticYOffset=250; // no quotes!!slideSpeed=40 // no quotes!!waitTime=90; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.// For the menu tablemenuBGColor="black";menuIsStatic="yes";menuWidth=120; // Must be a multiple of 10! no quotes!!// For the menu headers and horizontal barshdrFontFamily="arial, sans serif";hdrFontSize="2";hdrFontColor="#ffffff";hdrBGColor="gray";hdrAlign="center";hdrVAlign="center";hdrHeight="19";// For the linkslinkFontFamily="Verdana";linkFontSize="1";linkBGColor="#fffff0";linkOverBGColor="#D7EBFF";linkTarget="_top";linkAlign="center";// For the vertical menu barbarBGColor="#4372A2";barFontFamily="arial, sans serif";barFontSize="2";barFontColor="#ffffff";barVAlign="center";barWidth=30; // no quotes!!// Define the links in the menu:startMenu("Menu", "M E N U")addItem("Home", "index.html", "");addItem("Who are we", "whoarewe.html", "");addItem("Contact Us", "identity.html", "");addHdr("Pauwels Travel");addItem("Incentives", "incentives.html", "");addItem("Own Flights", "ownflights.html", "");addItem("Sport Event", "sportevents1.html", "");addItem("Ticketing", "ticketing.html", "");addItem("Incoming", "incoming.html", "");addItem("Congresses", "congress.html", "");addHdr("Destinations");addItem("Asia", "asia.html", "");addItem("Africa", "africa.html", "");addItem("Cruises", "cruises.html", "");addItem("Europe", "europe.html", "");addItem("America", "america.html", "");addItem("World Map", "worldmap.html", "");addHdr("Gallery");addItem("Gallery Index", "pg_index.html", "");endMenu()//-->