<!-- Begin

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


var menuside		= "left"	// MENU SIDE | left, right or center
var menuspace		= "245"		// MENU END SPACING
var dropselect		= "no"		// SHOW MENU DROP SELECT
var showmenu		= "yes"		// SHOW OTHER MENU BUTTONS


document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="navbackground"><tr><td align="'+menuside+'"><br>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
   if (showmenu == "yes") {



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON

/*
document.write('</td><td class="bluetitle">');
document.write('<img src="picts/spacer.gif" width="75" height="5">Services: <img src="picts/spacer.gif" width="7" height="5">');
*/

document.write('</td><td class="bluetitle">');
document.write('<a href="web-strategy-marin.htm" >SERVICES</a><img src="picts/spacer.gif" width="15" height="1"> &gt;');


/*
document.write('</td><td><img src="picts/spacer.gif" width="15" height="1">');
document.write('<a href="marin-website-design-development-starter-site.htm" class="gallerytitle">Starter Site</a>');
*/


document.write('</td><td><img src="picts/spacer.gif" width="15" height="1">');
document.write('<a href="web-strategy-marin.htm" class="gallerytitle">Web Strategy</a>');

document.write('</td><td><img src="picts/spacer.gif" width="15" height="1">');
document.write('<a href="web-strategy-marin.htm" class="gallerytitle">|</a>');





document.write('</td><td><img src="picts/spacer.gif" width="15" height="1">');
document.write('<a href="marin-website-design-development-full-brochure-site.htm" class="gallerytitle">Websites</a>');

document.write('</td><td><img src="picts/spacer.gif" width="15" height="1">');
document.write('<a href="marin-website-design-development-full-brochure-site.htm" class="gallerytitle">|</a>');







document.write('</td><td><img src="picts/spacer.gif" width="15" height="1">');
document.write('<a href="search-engine-optimization-services-seo.htm" class="gallerytitle">SEO</a>');

/*

document.write('</td><td>');
document.write('<a href="gallery4.htm" class="menu-nav">Updates</a>');



document.write('</td><td>');
document.write('<a href="slideshow.htm" class="menu-nav">Hosting</a>');

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

   if (dropselect == "yes") {
document.write('</td><td valign="middle" align="right" class="selecttable">');
document.write('<form action="#" method="post" class="formmargin">');
document.write('<select name="choice" size="1" onChange="jump(this.form)" class="selectmenu">');




// START DROP SELECT LINKS - COPY AND PASTE A LINE TO ADD NEW LINKS


document.write('<option value="">Select a Page --------&gt;</option>');

document.write('<option value="gallery1.htm">Products 1</option>');

document.write('<option value="gallery2.htm">Products 2</option>');

document.write('<option value="gallery3.htm">Products 3</option>');

document.write('<option value="gallery4.htm">Products 4</option>');

document.write('<option value="gallery.htm">Products Gallery</option>');





document.write('</select></form>');
}
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table>');

//  End -->