<!-- Begin

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



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



if (showimages1 == "yes") {
document.write('<a href="http://www.onlineseaglassstudio.com" target="_blank"><img src="picts/sidebar-1.jpg" border="0" onmouseover="alert_msg(\'Sea Glass and Jewellery\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


  // if (showimages2 == "yes") {
//document.write('<a href="http://www.onlineseaglassstudio.com" target="_blank"><img src="picts/sidebar-2.jpg" border="0" onmouseover="alert_msg(\'Sea Glass and Jewellery\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
//document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
//}


 //  if (showimages3 == "yes") {
//document.write('<a href="http://www.onlineseaglassstudio.com" target="_blank"><img src="picts/sidebar-3.jpg" border="0" onmouseover="alert_msg(\'Sea Glass and Jewellery\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
//}




//  End -->