<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS


var bottomspace		= "40"		// MENU BOTTOM SPACE
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "10"		// MENU TOP SPACING

var showimage		= "yes"			// SHOW FIRST SIDEBAR IMAGE
var linkimage		= "index.htm"	// LINK FOR IMAGE 1





document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.htm" class="menu" onMouseover="Sound()">HOME</a>');


// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu" onMouseover="Sound()">ABOUT US</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="services.htm" class="menu" onMouseover="Sound()">ACCOMMODATION</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="trips.htm" class="menu" onMouseover="Sound()">DAILY TRIPS</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="jerusalem.htm" class="menu" onMouseover="Sound()">SPECIAL OFFERS</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="dive.htm" class="menu" onMouseover="Sound()">DIVING </a>');




document.write('</td></tr><tr><td nowrap>');
document.write('<a href="photos.htm" class="menu" onMouseover="Sound()">PHOTO GALLREY</a>');

/*

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="videos.htm" class="menu" onMouseover="Sound()">VIDEO GALLREY</a>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu" onMouseover="Sound()">SAFARI PROGRAMS</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK

/*
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="paypal.htm" class="menu" onMouseover="Sound()">Custom Payments</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="privacy.htm" class="menu" onMouseover="Sound()">Privacy Policy</a>');*/


// END TOP LINKS //



document.write('</td></tr><tr><td align="center">');


// MENU IMAGE 1
   if (showimage == "yes") {
document.write('<a href="'+linkimage+'"><img src="logo2.gif" border="0" class="sideborder" width="175" height="65"></a><br>');
}





// START BOTTOM LINKS //


/*document.write('</td></tr><tr><td nowrap class="topline">');
document.write('<a href="products.htm" class="menu" onMouseover="Sound()">Store Directory</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="testimonials.htm" class="menu" onMouseover="Sound()">Testimonials</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="site_map.htm" class="menu" onMouseover="Sound()">Site Map</a>');
*/

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu" onMouseover="Sound()">CONTACT US</a>');


// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center" class="bottomline">');

/*document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');
*/







document.write('</td></tr></table>');

//  End -->