<!-- 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 	= "no"		// 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('July 26-28<br></legend>');
document.write('Ruby Marine Safety Seminar - Nenana, Alaska');
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('July 26-27<br></legend>');
document.write('Crowley Safety Program');
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('July 29<br></legend>');
document.write('U.S. Navy Firefighting');
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('July 29-30<br></legend>');
document.write('Harley Marine Safety Seminar');
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('July 15<br></legend>');
document.write('U.S. Navy Firefighting');
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('July 16-17<br></legend>');
document.write('Foss RCP Plus Training - San Diego, California');
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 --