function TopLinks() { document.write('') } function SubMenuLinks() { document.write('') } function FlagLinks(link) { document.write('');document.write('  ');document.write('');document.write('  ');document.write('');document.write('  ');document.write('');document.write('  ');document.write('');document.write('  ');document.write('');document.write('  ');document.write('');document.write('  ');document.write('');document.write('  ');document.write('');document.write('  ');document.write('');document.write('  ');document.write('');document.write('  '); } function BottomLinks() { document.write('· Privacy Policy') document.write(' · Terms Of Use') document.write(' · Feedback') document.write(' · Hotel/Suppliers') document.write(' ·') } function bookSubmit(frm, id, hotelurl) { if (hotelurl) { window.location = hotelurl; return; } frm.hotelid.value = id; frm.submit(); } function chooseDatesClick(el) { var elObj = document.getElementById(el) elObj.style.height = '58px'; } function bookMark(url, title) { document.write('Bookmark this page via Socializer'); } //---------------------------------------- // image preloading and swappage var aryImages = new Array(2); aryImages[0] = "/sitegen/images/bookmark.gif"; aryImages[1] = "/sitegen/images/bookmarkhover.gif"; for (i=0; i < aryImages.length; i++) { var preload = new Image(); preload.src = aryImages[i]; } function swap(imgElement, imgIndex) { imgElement.src = aryImages[imgIndex]; } //----------------------------------------