<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW 3RD SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 3RD PARAGRAPH
var showarea_4		= "yes"		// SHOW THE 4TH PARAGRAPH
var noteborder		= "DBBB17"	// BORDER COLOR AROUND THE NOTES

var showpaypal		= "no"			// SHOW A VIEW CART BUTTON
var paypalemail		= "your@email.com"	// YOUR PAYPAL E-MAIL







document.write('<TABLE cellpadding="5" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');


// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<IMG SRC="picts/sidebar-3.jpg" border="0" width="150" height="100" class="borders"><br>');
}




// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Wedding Offers:</span></legend>');

document.write('View Special Offers - Check Availability & let us spoil you and your guests on your very special day.<br>');

document.write('<a href="weddingavail.htm">See Dates & Offers');

document.write('<img src="picts/arrowsmall.gif" border="0" align="middle" hspace="5"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}

// END FIRST TEXT AREA







// START VIEW CART AREA

   if (showpaypal == "yes") {
document.write('<form target="_blank" action="https://www.paypal.com/cgi-bin/webscr" method="post" style="margin: 0px">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="'+paypalemail+'">');
document.write('<input type="submit" VALUE="View Cart" name="submit"  onmouseover="this.className=\'buttonon-order\'" onmouseout="this.className=\'button-order\'" class="button-order" style="width:150"><br>');
document.write('<input type="hidden" name="display" value="1">');
document.write('</form>');
document.write('<img src="picts/paypal-sidebar.gif" alt="image"><br><br>');
}

// END VIEW CART AREA





// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<IMG SRC="picts/sidebar-2.jpg" border="0" width="150" height="100" class="borders"><br>');
}






// START SECOND TEXT AREA

   if (showarea_2 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Conferences:</span></legend>');

document.write('Take care of business in conference centres offering state of the art facilities.<br>');

document.write('<a href="conferences.htm">View Facilities');

document.write('<img src="picts/arrowsmall.gif" border="0" align="middle" hspace="5"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}

// END SECOND TEXT AREA








// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/sidebar-1.jpg" border="0" width="150" height="100" class="borders"><br>');
}






// START THIRD TEXT AREA

   if (showarea_3 == "yes") {


document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Book Online:</span></legend>');

document.write('Convenient and easy . . check room availabililty and make reservations online.<br>');

document.write('<a href="http://www.bookin1.com/bookingEngine/new_stage1.jsp?id=BAL">Online Reservations');

document.write('<img src="picts/arrowsmall.gif" border="0" align="middle" hspace="5"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}

// END THIRD TEXT AREA




// START FOURTH TEXT AREA

   if (showarea_4 == "yes") {


document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Gift Vouchers:</span></legend>');

document.write('Great Gift Idea . . gift vouchers available for all occasions.<br>');

document.write('<a href=http://www.bookin1.com/voucherEngine2/vouchers.jsp?ID=BAL>Purchase Now');

document.write('<img src="picts/arrowsmall.gif" border="0" align="middle" hspace="5"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}

// END FOURTH TEXT AREA










document.write('</td></tr></table>');
//  End -->