<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var spacerheight	= "45"		// MENU SPACING TOP TO BOTTOM
var menu_width		= "150"		// WIDTH OF MENU AREA

document.write('<DIV id="menucode">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="menu-bottom-line"><tr><td>');
document.write('<img src="http://www.scenechasers.com/site_picts/spacer.gif" width="1" height="1"><br>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td>');
document.write('<a href="http://www.scenechasers.com/index.htm" class="menu">HOME</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.scenechasers.com/about_us.htm" class="menu">ABOUT US</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.scenechasers.com/gallery_pages/" class="menu">GALLERIES</a>');

document.write('</td></tr><tr><td>');
document.write('<span class ="menu">PHOTOGRAPHERS:</a>');

document.write('</td></tr><tr><td ALIGN=left VALIGN=center background="#000000" height="3">');
document.write('<img src="http://scenechasers.com/site_picts/red_space.gif" HEIGHT=3 WIDTH=35>• <a href="http://www.scenechasers.com/photographers_pages/glenn_mellen/">Glenn S. Mellen</a><br>');

document.write('</td></tr><tr><td ALIGN=left VALIGN=center background="#000000" height="3">');
document.write('<img src="http://scenechasers.com/site_picts/red_space.gif" HEIGHT=3 WIDTH=35>• <a href="http://www.scenechasers.com/photographers_pages/mark_mellen/">Mark K. Mellen</a><br>');

document.write('</td></tr><tr><td ALIGN=left VALIGN=center background="#000000" height="3">');
document.write('<img src="http://scenechasers.com/site_picts/red_space.gif" HEIGHT=3 WIDTH=35>• <a href="http://www.scenechasers.com/photographers_pages/michael_mellen/">Michael T. Mellen</a><br>');

document.write('</td></tr><tr><td ALIGN=left VALIGN=center background="#000000" height="3">');
document.write('<img src="http://scenechasers.com/site_picts/red_space.gif" HEIGHT=3 WIDTH=35>• <a href="http://www.scenechasers.com/photographers_pages/justin_mellen/">Justin C. Mellen</a><br>');


document.write('</td></tr><tr><td>');
document.write('<a href="http://www.scenechasers.com/products.htm" class="menu">PRODUCTS</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.scenechasers.com/warranty.htm" class="menu">OUR WARRANTY</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.scenechasers.com/links.htm" class="menu">LINKS</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="http://www.scenechasers.com/contact.htm" class="menu">CONTACT</a>');



// END FIRST GROUP OF LINKS //




document.write('</td></tr></table></DIV>');
document.write('<img src="http://www.scenechasers.com/site_picts/spacer.gif" width="50" height="'+spacerheight+'">');
document.write('<DIV id="menucode">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="menu-bottom-line"><tr><td>');
document.write('<img src="http://www.scenechasers.com/site_picts/spacer.gif" width="1" height="1"><br>');




// END LINKS //

document.write('</td></tr></table></DIV>');


// MENU WIDTH SPACER //

document.write('<IMG SRC="http://www.scenechasers.com/site_picts/spacer.gif" HEIGHT="10" WIDTH="'+menu_width+'" border="0" alt="image"><br>');


//  End -->