<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4TH PARAGRAPH
var paragraph_5 	= "yes"		// SHOW THE 5TH PARAGRAPH
var paragraph_6 	= "yes"		// SHOW THE 6TH PARAGRAPH
var paragraph_7 	= "no"		// SHOW THE 7TH PARAGRAPH
var paragraph_8 	= "no"		// SHOW THE 8TH PARAGRAPH
var paragraph_9 	= "yes"		// SHOW THE 9TH PARAGRAPH
var paragraph_10 	= "yes"		// SHOW THE 10TH PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE


var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "150"		// 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('Notes<br></legend>');

document.write('Group & Company Rates. <a href="/contact.htm">Contact us...</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/FMS-SOLAS-200.gif" 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('January 30-February 3<br></legend>');
document.write('Basic and Advanced Firefighting; U.S. Navy Firefighting');
document.write('</fieldset>');
document.write('<br><br>');}


// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('February 6-10<br></legend>');
document.write('Basic Safety Training; Foss Mariner Safety Training Program (Portland); Dunlap Safety Management System Seminar (Everett); U.S. Navy Firefighting');
document.write('</fieldset>');
document.write('<br><br>');}


// END RIGHT SIDEBAR AREA PARAGRAPH 3

// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('February 13-17<br></legend>');
document.write('Basic and Advanced Firefighting; U.S. Navy Firefighting; Foss Mariner Safety Training Program (Portland)');
document.write('</fieldset>');
document.write('<br><br>');}


// END RIGHT SIDEBAR AREA PARAGRAPH 4

// START RIGHT SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_5 == "yes") {

document.write('<fieldset><legend>');

document.write('February 20-24<br></legend>');
document.write('Administartive Stand Down');
document.write('</fieldset>');
document.write('<br><br>');}


// END RIGHT SIDEBAR AREA PARAGRAPH 5

// START RIGHT SIDEBAR AREA PARAGRAPH 6 EDIT THIS AREA

   if (paragraph_6 == "yes") {

document.write('<fieldset><legend>');

document.write('February 27-March 2<br></legend>');
document.write('Basic Safety Training; Foss Mariner Safety Training Program (Seattle); Harley Marine Safety Seminar (Seattle)');
document.write('</fieldset>');
document.write('<br><br>');}

// END RIGHT SIDEBAR AREA PARAGRAPH 6

// START RIGHT SIDEBAR AREA PARAGRAPH 7 EDIT THIS AREA

   if (paragraph_7 == "yes") {

document.write('<fieldset><legend>');

document.write('BST Refresher Coming Soon<br></legend>');
document.write('We will be offering the BST Refresher in the very near future, First Class scheduled for January 28th-30th, 2011!');
document.write('</fieldset>');
document.write('<br><br>');}


// END RIGHT SIDEBAR AREA PARAGRAPH 7

// START RIGHT SIDEBAR AREA PARAGRAPH 8 EDIT THIS AREA

   if (paragraph_8 == "yes") {

document.write('<fieldset><legend>');

document.write('June 19<br></legend>');
document.write('Norwegian Cruise Lines Firefighting');
document.write('</fieldset>');
document.write('<br><br>');}


// END RIGHT SIDEBAR AREA PARAGRAPH 8

// START RIGHT SIDEBAR AREA PARAGRAPH 9 EDIT THIS AREA

   if (paragraph_9 == "yes") {




document.write('<fieldset><legend>');

document.write('Facebook<br></legend>');

document.write('Follow Fremont Maritime on Facebook <a href="http://www.facebook.com/pages/Seattle-WA/Fremont-Maritime-Services/90763270739">Visit...</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 9


// START RIGHT SIDEBAR AREA PARAGRAPH 10 EDIT THIS AREA

   if (paragraph_10 == "yes") {

document.write('<fieldset><legend>');

document.write('Twitter<br></legend>');

document.write('Follow Fremont Maritime on Twitter <a href="http://www.twitter.com/FremontMaritime">Visit...</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 10




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



// -- END --
