<!-- 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">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "no"		// SHOW 2ND NOTES
var sidewidth		= "250"		// SIDEBAR WIDTH		
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

var phone		= "yes"		// SHOW PHONE NUMBER
var phoneLR		= "left"	// phone LEFT OR RIGHT
var phoneX		= "5"		// phone X LOCATION
var phoneY		= "5"		// phone Y LOCATION






// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Qualifications<br></legend>');

document.write('Dip Marriage Celebrancy<br>Dip Funeral Celebrancy<br> Dip Visual Art <br> Graduate of International College of Celebrancy <br> Member Humanist Celebrant Network<br> <a href="contact.htm">Contact me for more info</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}









// START SIDEBAR MENU //


document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');


document.write('<a href="wedding.htm" class="menuSidebar">Trad & Short\'nSweet Weddings</a>');
document.write('<a href="small.htm" class="menuSidebar">Small No-Fuss Weddings</a>');
document.write('<a href="elopement_weddings.htm" class="menuSidebar">Elopements</a>');
document.write('<a href="child_incl.htm" class="menuSidebar">Child Inclusive Weddings</a>');
document.write('<a href="far_away.htm" class="menuSidebar">Overseas & Interstate Couples</a>');
document.write('<a href="visa_weddings.htm" class="menuSidebar">Fiance Visa Weddings</a>');
document.write('<a href="surprise.htm" class="menuSidebar">Surprise Weddings</a>');
document.write('<a href="legal_req.htm" class="menuSidebar">Legal Musts - Weddings</a>');
document.write('<a href="commitment.htm" class="menuSidebar">Gay Commitments</a>');
document.write('<a href="renewal.htm" class="menuSidebar">Renewal of Vows</a>');
document.write('<a href="naming.htm" class="menuSidebar">Naming Ceremonies</a>');
document.write('<a href="funeral.htm" class="menuSidebar">Funerals</a>');
document.write('</td></tr></table><br>');
document.write('<a href="links.htm" class="menuSidebar">Wedding Service Providers</a>');


// END SIDEBAR MENU //




// START PHONE NUMBER IN TOP MENU

   if (phone == "yes") {
document.write('<div id="phone-location" style="'+phoneLR+': '+phoneX+'px; POSITION: absolute; TOP: '+phoneY+'px" class="menu-note">');

document.write('Ph: (03) 5342 4113<br>');

document.write('</div>');
}









// 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 -->
