<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center" valign="middle">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "no"		// SHOW 2ND NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH		
var pageheight		= "150"		// ADD HEIGHT TO ALL PAGES





// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Contact Information<br></legend>');
document.write('</a><br></legend>');
document.write('Eden West Weddings on Maui</a><br></legend>');
document.write('PO Box 1587</a><br></legend>');
document.write('Lahaina, HI. 96767</a><br><br></legend>');
document.write('Toll Free: (877) 454-2054</a><br><br></legend>');
document.write('Sheree Giegling | Wedding Planner</a><br></legend>');
document.write('Vicki Habib | Wedding Planner</a><br></legend>');
document.write('Anna Johnson | Office Manager</a><br></legend>');
document.write('</a><br></legend>');
document.write('</fieldset>');
document.write('<br><br>');
}



// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('</td></tr></table>');


//  End -->