<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuimage 	= "no" 		// SHOW IMAGE AT TOP OF MENU  | no | yes |
var spacemenu	= "5"		// MOVE MENU DOWN
var space	= "yes"		// MENU TOP SPACE | no | yes |
space_bottom	= "75"		// MENU BOTTOM SPACE in pixels


document.write('<div id="menulocation" class="printhide">');

document.write('<table cellpadding="0" cellspacing="0" border="0" width="150" class="menu-background"><tr><td>');

   	if (menuimage == "yes") {
document.write('<img src="http://www.sgcpc.org/picts/menu-top.jpg" width="150" height="126" class="menutrans"></a><br>');
	}
   	if (space == "yes") {
document.write('<img src="http://www.sgcpc.org/picts/spacer.gif" width="150" height="'+spacemenu+'"></a><br>');
}

// MENU LINKS

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.sgcpc.org/index.html" class="menu">Home</a>');

// MENU SEPARATOR 1

document.write('</td></tr><tr><td align="center">');
document.write('<hr class="menuseparator">');

// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.sgcpc.org/about.htm" class="menu">About Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.sgcpc.org/news.htm" class="menu">News</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.sgcpc.org/events.htm" class="menu">Events</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.sgcpc.org/membership.htm" class="menu">Membership</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.sgcpc.org/contact.htm" class="menu">Contact</a>');



// MENU SEPARATOR 2

document.write('</td></tr><tr><td align="center">');
document.write('<hr class="menuseparator">');

//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="http://www.sgcpc.org/czmp.htm" class="menu">CZMP Information</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.sgcpc.org/gallery.htm" class="menu">Photo Gallery</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<br><br>');

// MENU SEPARATOR 3

document.write('</td></tr><tr><td align="center">');
document.write('<hr class="menuseparator"><br><br>');

//document.write('</td></tr><tr><td align="center">');
//document.write('<hr class="menuseparator">');




document.write('</td></tr><tr><td class="menu-bottomline">');
document.write('<img src="http://www.sgcpc.org/picts/spacer.gif" width="10" height="'+space_bottom+'"></a><br>');
document.write('</td></tr></table></div>');

//  End -->
