<!-- Begin





var imagewidth		= "70"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "70"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE 1st  IMAGE
var showimages2		= "yes"		// SHOW THE 2nd  IMAGE
var showimages3		= "yes"		// SHOW THE 3rd  IMAGE
var showimages4		= "yes"		// SHOW THE 4th  IMAGE
var showimages5		= "yes"		// SHOW THE 5th  IMAGE
var showimages6		= "yes"		// SHOW THE 6th  IMAGE
var showimages7		= "yes"		// SHOW THE 7th  IMAGE
var showimages8		= "yes"		// SHOW THE 8th  IMAGE
var showimages9		= "yes"		// SHOW THE 9th  IMAGE


   if (showimages1 == "yes") {
document.write('<a href="index.php"><img src="images/sailing-away-home-page-thumb.jpg" class="hover-border" border="0" height="70" hspace="3" width="70" onmouseover="alert_msg(\'The Sailing Story Home Page\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br><b>Site Home</b></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

   if (showimages5 == "yes") {
document.write('<a href="sailing-adventure.php"><img src="images/sailing-adventure-thumb.jpg" class="hover-border" border="0" height="70" hspace="3" width="70" onmouseover="alert_msg(\'Our Sailing Adventure Stories\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br><b>Adventure</b></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

   if (showimages6 == "yes") {
document.write('<a href="sailing-story-galleries.php"><img src="images/sailing-story-galleries-thumb.jpg" class="hover-border" border="0" height="70" hspace="3" width="70" onmouseover="alert_msg(\'View Our Galleries\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br><b>Galleries</b></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

   if (showimages2 == "yes") {
document.write('<a href="whimoway-about-us.php"><img src="images/whimoway-about-us-thumb.jpg" class="hover-border" border="0" height="70" hspace="3" width="70" onmouseover="alert_msg(\'Something About Us - Our Story\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br><b>About Us</b></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

   if (showimages3 == "yes") {
document.write('<a href="our-home-cruising-ground.php"><img src="images/our-home-thumb.jpg" class="hover-border" border="0" height="70" hspace="3" width="70" onmouseover="alert_msg(\'Our Homes in Tasmania\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br><b>Our Home</b></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

   if (showimages4 == "yes") {
document.write('<a href="tasmania-australia.php"><img src="images/our-tasmania-australia-thumb.jpg" class="hover-border" border="0" height="70" hspace="3" width="70" onmouseover="alert_msg(\'Our Beautiful Tasmania\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br><b>Tasmania</b></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

   if (showimages7 == "yes") {
document.write('<a href="sailing-story-extra-bits.php"><img src="images/sailing-story-extra-bits-thumb.jpg" class="hover-border" border="0" height="70" hspace="3" width="70" onmouseover="alert_msg(\'Some Interesting Extra Bits!\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br><b>Extra Bits!</b></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

   if (showimages8 == "yes") {
document.write('<a href="sailing-story-handy-links.php"><img src="images/sailing-story-handy-links-thumb.jpg" class="hover-border" border="0" height="70" hspace="3" width="70" onmouseover="alert_msg(\'Handy Sailing Links\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br><b>Sailing Links</b></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

   if (showimages8 == "yes") {
document.write('<a href="sailing-story-tasmanian-links.php"><img src="images/sailing-story-tasmanian-links-thumb.jpg" class="hover-border" border="0" height="70" hspace="3" width="70" onmouseover="alert_msg(\'Tasmanian Links\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br><b>Tassie Links</b></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

   if (showimages9 == "yes") {
document.write('<a href="sailing-story-site-map.php"><img src="images/site-map-thumb.jpg" class="hover-border" border="0" height="70" hspace="3" width="70" onmouseover="alert_msg(\'The Sailing Story Site Map\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br><b>Site Map</b></a><br>');
document.write('<a href="#pagetop1"><br><br><br><b>Top of Page</b></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}




//  End -->
