<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'





var paypal		= "yes"				// SHOW VIEW CART BUTTON
var paypalemail		= "paypal@info@riogumbo.com"	// EDIT WITH YOUR PAYPAL E-MAIL
var paypallogo		= "yes"				// SHOW PAYPAL LOGO AND CARDS


var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "175"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "100"		// ADD HEIGHT TO ALL PAGES

var imagewidth		= "125"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "83"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "6"		// SPACING BETWEEN IMAGES




document.write('<br>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');



// You can add images with an imagetag in the areas where I have text


// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('STOWAWAY<br></legend>');

document.write('PianoBack Faux Piano<br>');
document.write('keyboard cover<br>');

document.write('<a href="contact.htm">Contact STOWAWAY</a><br>');

document.write('</fieldset>');
document.write('<br>');
}








// SIDEBAR IMAGES //

document.write('<a href="gallery.htm"><img src="picts/sidebar-1.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<p><a href="install.htm"><img src="picts/install_th.jpg" border="0" alt="" /></a><br />');
document.write('<a href="install.htm" class="homelinks">Watch Video</a></p>');









// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Customer Promise<br></legend>');

document.write('Simulates the look of a real piano.  Sets up in 17 seconds!  Weighs just 3 lbs. &nbsp;<br /><a href="gallery.htm">LEARN MORE</a><br>');

document.write('</fieldset>');
document.write('<br>');
}
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


//STOWAWAY   F  A  U  X   P  I  A  N  O  S   logo
document.write('<a href="gallery.htm"><img src="picts/sidebar-2.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" ></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


// SURVEY
document.write('<p><a href="survey.htm" ><img src="picts/survey.jpg" border="0" alt="survey" ></a>');
document.write('<a href="survey.htm" class="homelinks" ><br />Complete <br />The Survey</a></p>');




// PAYPAL CC LOGO
   if (paypallogo == "yes") {
document.write('<img src="picts/cart-paypal.gif" alt="Order Through Paypal" vspace="0"><br>');
}




//Guarantee

document.write('<img src="picts/guarantee_ribbon.jpg"  alt="guarantee"><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 -->
