<!-- 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 sidewidth		= "200"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

var phone		= "no"		// SHOW PHONE NUMBER
var phoneLR		= "left"	// phone LEFT OR RIGHT
var phoneX		= "5"		// phone X LOCATION
var phoneY		= "4"		// phone Y LOCATION



document.write('<br>');




// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('<br>Want to be a Sponsor?</legend>');

document.write('Interested in becoming a Sponsor for this great annual event?. <a href="contact.htm">Contact us...</a><br>');

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







// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('<br>Want to be an Exhibitor?</legend>');

document.write('Are you a Vendor who would like to show your wares at the Trade Show portion of this great event?. <a href="contact.htm">Contact us...</a><br>');

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









// START SIDEBAR MENU //


document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');

document.write('<a href="welcome.htm" class="menuSidebar">Conference Committee</a>');


document.write('<a href="http://dfwphilanthropyconference.com/docs/AFPBrochure_R7.pdf" class="menuSidebar">Conference Program</a>');

document.write('<a href="http://dfwphilanthropyconference.com/mailman/listinfo/enews_dfwphilanthropyconference.com" class="menuSidebar">eNews Sign-up Here</a>');


document.write('<a href="sponsorinfo10.htm" class="menuSidebar">Sponsor Opportunities</a>');

document.write('<a href="volunteers.htm" class="menuSidebar">Volunteer Opportunities</a>');

document.write('<a href="presenterinfo.htm" class="menuSidebar">Info for Presenters</a>');

document.write('<a href="scholarships.htm" class="menuSidebar">Scholarships</a>');


document.write('<a href="http://www.afpnet.org" class="menuSidebar">AFP International</a>');


document.write('<a href="http://www.afpfortworth.org" class="menuSidebar">AFP Fort Worth</a>');

document.write('<a href="http://www.afpdallas.org" class="menuSidebar">AFP Greater Dallas</a>');

document.write('<a href="http://www.cfre.org" class="menuSidebar">CFRE International</a>');

document.write('<a href="http://www.arlingtoncc.com/Default.aspx?tabid=123" class="menuSidebar">Arlington Convention Center</a>');

document.write('<a href="directions.htm" class="menuSidebar">Directions to the Conference</a>');

document.write('<a href="http://www.starwoodmeeting.com/StarGroupsWeb/booking/reservation?id=0912044784&key=89439" class="menuSidebar">Book Your Room</a>');


document.write('<a href="http://stadium.dallascowboys.com" class="menuSidebar">Cowboy Stadium Live</a>');

document.write('<a href="privacy.htm" class="menuSidebar">Privacy Statement</a>');

document.write('<a href="termsofuse.htm" class="menuSidebar">Terms of Use</a>');


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


// END SIDEBAR MENU //




XXXdocument.write('<a href="gallery1.htm" class="menuSidebar">2008 Photo Gallery</a>');


XXXdocument.write('<a href="committee.htm" class="menuSidebar">Conference Committee</a>');


XXXdocument.write('<a href="http://www.arlington.org/accommodations/preferred_partner_hotels" class="menuSidebar">Arlington Hotels</a>');


// 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('<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 -->