<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bgcolor="#e3c17a" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "no"		// SHOW 2ND NOTES
var notes3		= "yes"		// SHOW 3RD NOTES
var notes4		= "yes"		// SHOW 4TH NOTES
var notes5		= "yes"		// SHOW 5TH NOTES
var notes6		= "yes"		// SHOW 6TH NOTES
var notes7		= "yes"		// SHOW 7TH NOTES

var sidewidth		= "225"		// SIDEBAR WIDTH		
var pageheight		= "40"		// 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		= "5"		// phone Y LOCATION

// 1ST NOTES AREA
   if (notes1 == "yes") {

document.write('<a href="http://www.surveymonkey.com/s/manuelscsr" target="_blank"><img src="../picts/surveyMkysm.png" alt="Take the CSR Camp Survey!"  border="0" vspace="2">');
document.write('</a>');
document.write('<br>');
document.write('Click sign to take Summer Camp Survey<br>');
document.write('<br>');
} 

// 2nd NOTES AREA
   if (notes2 == "yes") {
document.write('<br>');
document.write('<legend>');
document.write('<p align="center">');
document.write('<a href="https://www.csranch.ca/registrations/manuels_2010reg.html" target="_blank"><img src="../picts/register.png" alt="Register Online!" border="0" vspace="2"><br>');
document.write('</a>');
document.write('</legend>');
document.write('<br><br>');
}

// 3rd NOTES AREA
   if (notes3 == "yes") {
document.write('<legend>');
document.write('<br>');
document.write('<strong>Support CSR...</strong><br>');
document.write('<a href="javascript:Start(\'https://www.csranch.ca/registrations/gift_camp_donation.htm\')"><img src="../picts/CFundsm.jpg" alt="Give the Gift of Camp" border="0" vspace="2"><br>');
document.write('</a>');
document.write('Make a difference in a child\'s life.');
document.write('</legend>');
document.write('<br>');
}

// 4th NOTES AREA
   if (notes4 == "yes") {
document.write('<br>');
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" type="application/x-shockwave-flash" width="200px" height="223px" id="InsertWidget_9cf8eb84-2865-4805-b1a9-c76b1a33654d" align="middle"><param name="movie" value="http://widgetserver.com/syndication/flash/wrapper/InsertWidget.swf"/><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="menu" value="false" /><param name="flashvars" value="r=2&appId=9cf8eb84-2865-4805-b1a9-c76b1a33654d" /> <embed src="http://widgetserver.com/syndication/flash/wrapper/InsertWidget.swf"  name="InsertWidget_9cf8eb84-2865-4805-b1a9-c76b1a33654d"  width="200px" height="223px" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" align="middle" flashvars="r=2&appId=9cf8eb84-2865-4805-b1a9-c76b1a33654d" ></embed></object>');
document.write('<br>');
}

// 5th NOTES AREA
   if (notes5 == "yes") {
document.write('<contacttext>');
document.write('<br>');
document.write( '<a <strong>ACROSS CANADA</strong></a><br>');
document.write(' <a href="http://www.csranch.ca/arden" class="content">Arden, ON</a><br>');
document.write(' <a href="http://www.csranch.ca/austin" class="content">Austin, MB</a><br>');
document.write(' <a href="http://www.csranch.ca/brantford" class="content">Brantford, ON</a><br>');
document.write(' <a href="http://www.csranch.ca/halkirk" class="content">Halkirk, AB</a><br>');
document.write(' <a href="http://www.csranch.ca/manuels" class="content">Manuels, NF</a><br>');
document.write(' <a href="http://www.csranch.ca/severn" class="content">Severn Bridge, ON</a><br>');
document.write(' <a href="http://www.csranch.ca/sussex" class="content">Sussex, NB</a><br>');
document.write(' <a href="http://www.csranch.ca/wolfcreek" class="content">Wolf Creek, SK</a><br>');
document.write('<br><br>');
document.write( '<a <strong>NATIONAL OFFICE</strong></a><br>');
document.write('<a href="http://www.csranch.ca" class="content">Box 5100<br>1295 North Service Rd<br>Burlington, ON<br>L7R 4M2</a>');
document.write('</contacttext>');
document.write('<br><br>');
}


// 6TH NOTES AREA
   if (notes6 == "yes") {
document.write('<legend>');
document.write('<strong>Member of:</strong><br>');
document.write('<a href="http://www.cci-canada.org/" target="_blank"><img src="picts/CCI.jpg" alt="Christian Camping International"> ');
document.write('<br>');
}


// START SIDEBAR MENU //

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

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

// END SIDEBAR MENU //










// START PHONE NUMBER IN TOP MENU

   if (phone == "yes") {
document.write('<div id="phone-location" style="'+phoneLR+': '+phoneX+'px; POSITION: absolute; BOTTOM: '+phoneY+'px" class="menu-note">');


document.write('<A HREF="http://www.crossroads.ca/index.html" target="_blank">Crossroads Family of Ministries<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 -->