<!-- 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 3RD PARAGRAPH
var paragraph_5 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_6 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_7 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_8 	= "yes"		// SHOW THE 3RD 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('March 2010 <br></legend>');
document.write('STCW, Crowley CSP, Basic Safety Training, Kirkland Fire Department, Foss Portland, Cruise West, Crowley Petro Ops, VSO Refresher, Crowley Nenana, Dunlap,');
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('March- Week 1<br></legend>');
document.write('March 1st to 5th, STCW Basic Safety Training, Kirkland Fire, Crowley CSP.');
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('March- Week 2<br></legend>');
document.write('March 8th to 12th, Basic and Advanced Fire Fighting, Foss Portland, Crowley Petro Ops,.');
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('March- Week 3<br></legend>');
document.write('March 15th to 21st, Kirkland Fire, Crowley CSP, Cruise West BFF.');
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('March- Week 4<br></legend>');
document.write('March 22nd to 31st, Vessel Security Officer Refresher, Crowley CSP, Kirkland Fire, Crowley Petro and Crowley CSP, Cruise West BFF');
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('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 7


// START RIGHT SIDEBAR AREA PARAGRAPH 8 EDIT THIS AREA

   if (paragraph_8 == "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 8




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



// -- END --