<!-- 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		= "yes"		// SHOW 2ND NOTES
var notes3		= "no"		// SHOW 3rd NOTES
var notes4		= "yes"		// SHOW 4th NOTES
var sidewidth		= "175"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES
var imagewidth		= "115"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "50"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "20"		// SPACING BETWEEN IMAGES

document.write('<br>');



// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');
document.write('Membership Form<br></legend>');
document.write('Please click on the link below for the *COLOR* ICWDA MEMBERSHIP APPLICATION FORM. <a href="ICWDA membership form.pdf">COLOR Form...</a><br>');
document.write('Please click on the link below for the PLAIN ICWDA MEMBERSHIP APPLICATION FORM. <a href="ICWDA membership form std.pdf">Black and White Form...</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}



// SIDEBAR IMAGES //

document.write('<a href="events.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('<a href="contact.htm"><img src="picts/mailbox sm.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<br>');



// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');
document.write('Contact Us<br></legend>');
document.write('If you wish to contact us via e-mail please click on the icon above, or the word "E-MAIL" at the end of this message.<a href="contact.htm">    <br>E-MAIL...</a><br>');
document.write('</fieldset>');
document.write('<br><br><br>');



// 3rd NOTES AREA

   if (notes3 == "yes") {
document.write('<fieldset><legend>');
document.write('Workshop Flyer<br></legend>');
document.write('Please click on the word "flyer" to see April 2009s Workshop Agenda.<a href="APR 09 Workshop.pdf">    <br>FLYER...</a><br>');
document.write('</fieldset>');
document.write('<br><br><br>');
}



// 4th NOTES AREA

   if (notes4 == "yes") {
document.write('<fieldset><legend>');
document.write('NFDA Newsletter<br></legend>');
document.write('The National FastDance Assiciation has a Quarterly Newsletter.  Please click on the link below to view.  <a href="NFDA Newsletter 3rd qtr.pdf">    <br>NFDA 3rd Qtr</a><br>');
document.write('</fieldset>');
document.write('<br><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 -->