<!-- Begin

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

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

// FLASH CHANGER OPTIONS

var notes1		= "no"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH		
var pageheight		= "150"		// ADD HEIGHT TO ALL PAGES

var phone		= "yes"		// 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('<fieldset><legend>');

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

document.write('Styret i Småbåtlaget og andre sentrale personer. Dette er informasjon som går igjen på hver side.</a><br>');

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







// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

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

document.write('<b>Styret Sandane Småbåtlag</b><br>');
document.write('-----------------<br>');
document.write('Leiar<br>');
document.write('Sven Tideman Rylandsholm<br>');
document.write('<a href="mailto:sven.t.rylandsholm@sfauto.no">sven.t.rylandsholm@sfauto.no</a><br>');
document.write('Tel.priv. <br>');
document.write('Tel.mob. 95 13 60 14<br>');
document.write('-----------------<br>');
document.write('Styremedlem/Kasserar<br>');
document.write('Olav Søreide<br>');
document.write('<a href="mailto:olav.soreide@enivest.net">olav.soreide@enivest.net</a><br>');
document.write('Tel.priv. 57 86 94 37<br>');
document.write('Tel.mob. 90 05 38 39<br>');
document.write('-----------------<br>');
document.write('Hamnesjef<br>');
document.write('Fridjof Ulleland<br>');
document.write('<a href="mailto:joffenjr@live.no">joffenjr@live.no</a><br>');
document.write('Tel.priv. <br>');
document.write('Tel.mob. 91 64 14 51<br>');
document.write('-----------------<br>');
document.write('Styremedlem<br>');
document.write('Sigmund Arild Vereide<br>');
document.write('<a href="mailto:sariv@online.no">sariv@online.no</a><br>');
document.write('Tel.priv. <br>');
document.write('Tel.mob. 90 07 08 48<br>');
document.write('-----------------<br>');
document.write('Styremedlem/Sekretær<br>');
document.write('Per Rune Vereide<br>');
document.write('<a href="mailto:per.rune@vereide.no">per.rune@vereide.no</a><br>');
document.write('Tel.priv. <br>');
document.write('Tel. mob. 97 70 68 84<br>');
document.write('-----------------<br>');
document.write('Styremedlem<br>');
document.write('Ragnald Søreide<br>');
document.write('<a href="mailto:rsoreide@hotmail.com">rsoreide@hotmail.com</a><br>');
document.write('Tel.priv. 57 86 59 68<br>');
document.write('Tel.jobb  57 86 80 00<br>');
document.write('-----------------<br>');
document.write('Revisor<br>');
document.write('Kristin Fjellestad<br>');
document.write('<a href="mailto:kristin.fjellestad@sfauto.no">kristin.fjellestad@sfauto.no</a><br>');
document.write('Tel. mob.<br>');
document.write('-----------------<br>');
document.write('</fieldset>');
document.write('<br><br>');
}









// START SIDEBAR MENU //


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


document.write('<a href="gallery1.htm" class="menuSidebar">Pinseturen 2004</a>');


document.write('<a href="gallery2.htm" class="menuSidebar">Pinseturen 2005</a>');


document.write('<a href="gallery3.html" class="menuSidebar">Pinseturen 2006</a>');


document.write('<a href="javascript:popUpSlideshow(\'slideshow.htm\')" class="menuSidebar">Lysbildeshow</a>');


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

document.write('Webmaster<br>');
document.write('Eyolf Johnsen<br>');
document.write('<a href="mailto:eyolf.johnsen@nordfjord.net">eyolf.johnsen@nordfjord.net</a><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; TOP: '+phoneY+'px" class="menu-note">');

document.write('www.ssl.nordfjord.net<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 -->