<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "550"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');








// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');
document.write('OnLine Courses/Workshops<br></legend>');

document.write('<fieldset><legend>');
document.write('Click the 2 Minute Video<br></legend>');

document.write('<a href="contact.htm">1.On-Line Course: Managing the Film Budget</a><br>');
document.write(' </a><br>');
document.write('<a href="contact.htm">2.On-Line Course: Managing the Weekly Cost Report</a><br>');
document.write(' </a><br>');
document.write('<a href="contact.htm">3.Workshop: Intro Level Film Budgeting For Film Directors, Students, etc.</a><br>');
document.write(' </a><br>');
document.write('<a href="contact.htm">4.Workshop: Middle Level Film Budgeting For Film Production</a><br>');
document.write(' </a><br>');
document.write('<a href="contact.htm">5.Workshop: Senior Level Film Budgeting For Film Professionals</a><br>');
document.write(' </a><br>');
document.write('<a href="contact.htm">6.Workshop: Managing the Weekly Cost Report</a><br>');
document.write(' </a><br>');
document.write('<a href="contact.htm">7.Workshop: Intro Level Production Accounting</a><br>');
document.write(' </a><br>');
document.write('<a href="contact.htm">8.Workshop: Senior Level Production Accounting</a><br>');
document.write(' </a><br>');
document.write('<a href="contact.htm">9.Workshop: How to Calculate Payroll for ATL and BTL</a><br>');
document.write(' </a><br>');
document.write('<a href="contact.htm">10.Workshops: Other Ideas In Development...Any Suggestions?</a><br>');



document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/MFB1.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('FilmProductionArticles<br></legend>');

document.write('<fieldset><legend>');
document.write('Click To Read<br></legend>');

document.write('<a href="http://knol.google.com/k/john-gaskin/john-gaskin/1ox3yjvtwgh79/1#">
1.MAKING IT  in Film Production</a><br>');
document.write(' </a><br>');
document.write('<a href="http://knol.google.com/k/john-gaskin/making-it-in-film-production-1-of-7/1ox3yjvtwgh79/2#">
2.Introduction to Directing the Money</a><br>');
document.write(' </a><br>');
document.write('<a href="http://knol.google.com/k/john-gaskin/film-production-directing-the-money-2/1ox3yjvtwgh79/3#">
3.Translating Script Ideas Into Money Talk</a><br>');
document.write(' </a><br>');
document.write('<a href="http://knol.google.com/k/john-gaskin/translating-film-scripts-into-money/1ox3yjvtwgh79/4#">
4.A Producer Favorite - Above-the-Line Film Budgeting</a><br>');
document.write(' </a><br>');
document.write('<a href="http://knol.google.com/k/john-gaskin/a-producer-favorite-above-the-line/1ox3yjvtwgh79/5#">
5.A Director’s Tool - Below-the-Line Budgeting</a><br>');
document.write(' </a><br>');
document.write('<a href="http://knol.google.com/k/john-gaskin/below-the-line-film-budgeting-5-of-7/1ox3yjvtwgh79/6#">
6.The Film Production Report Card – The Weekly Cost Report</a><br>');
document.write(' </a><br>');
document.write('<a href="http://knol.google.com/k/john-gaskin/the-film-production-report-card-6-of-7/1ox3yjvtwgh79/7#">
7.The Art of Presenting the Film Production’s Weekly Cost Report</a><br>');
document.write(' </a><br>');
document.write('<a href="http://knol.google.com/k/john-gaskin/presenting-the-films-weekly-cost-report/1ox3yjvtwgh79/8#">
8.Screenwriters and Filmmakers – Pitching The Cold Heart of a Banker</a><br>');
document.write(' </a><br>');
document.write('<a href="http://ezinearticles.com/?Film-Financing---Can-Film-Graduates-Take-the-Challenge?&id=103951">
9.Film Financing  – Are Film Graduates Prepared To Take the Challenge?</a><br>');
document.write(' </a><br>');
document.write('<a href="http://ezinearticles.com/?Screenwriters-and-Filmmakers---Pitching-the-Cold-Heart-of-the-Banker&id=72411">
10.Film Budgeting – Insider Tips For Film Students</a><br>');
document.write(' </a><br>');
document.write('<a href="http://ezinearticles.com/?Film-Directors---Direct-the-Money-Before-the-Money-Directs-You&id=103952">
11.Film Directors-Direct the Money Before the Money Directs You</a><br>');
document.write(' </a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->