<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "center"	// MENU SIDE | left, right or center
var menuspace	= "25"		// MENU END SPACING



document.write('<div class="printhide"><table cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
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>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON

document.write('</td><td>');
document.write('<a href="index.html" class="menu">HOME</a>');

document.write('</td><td>');
document.write('<a href="virtual_tour.htm" class="menu">VIRTUAL TOUR</a>');
//http://ny.imagetrack.tv/pv/view.php?sc=3119a08d78



document.write('</td><td>');
document.write('<a href="house_information.htm" class="menu">HOUSE INFORMATION</a>');


document.write('</td><td>');
document.write('<a href="gallery_toc.html" class="menu">GALLERIES</a>');

//code.php?type=gallery_around_full

document.write('</td><td>');
document.write('<a href="contact.htm" class="menu">CONTACT</a>');



// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');


//  End -->
