<!-- Begin

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




var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "200"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "100"		// ADD HEIGHT TO ALL PAGES

var imagewidth		= "196"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "125"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "12"		// SPACING BETWEEN IMAGES




document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');


document.write('<a href="http://www.resavenue.com/servlet/checkAvailable.resBookings?regCode=GARA0418&showPkg=Y"><img src="picts/instant_booking.gif" alt="Instant Booking" width="186" height="70" border="0"></a><br><br>');

// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset style="width:175px"><legend>');

document.write('Off-Season Discounts<br></legend>');

document.write('To avail Special Off-Season discount, just Call or SMS <b>+91.9816699663</b> and mention code <i>web-08-c</i>. <a href="booking.htm">Click here for details...</a><br>');

document.write('</fieldset>');
document.write('<br>');
}



document.write('<a href="sightseeing.htm" title="Adventures in Manali - trekking, skiing, paragliding..."><img src="picts/adventures.jpg" alt="adventures"  border="0"></a><br><br><a href="location.htm" title="Location of Casa Bella Vista in Manali - see Guide Map and Guide Video"><img src="picts/locations.jpg"  alt="location" border="0"></a>');




// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<br><br><fieldset style="width:175px;"><legend>');

document.write('Packages & Reservation<br></legend>');

document.write('Just select one of our cottages or rooms packages and we will see to it that your stay with us is most enjoyable and satisfying! <a href="booking.htm">Click here</a> for Packages...<br>');

document.write('</fieldset>');
document.write('<br><br>');
}








// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

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


//  End -->




