<!-- Begin

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

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "no"		// SHOW 1ST SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showlinks		= "yes"		// SHOW GALLERY LINKS
var movedown		= "2"		// SIDEBAR SPACE FROM TOP
var sidewidth		= "200"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "150"		// ADD EXTRA HEIGHT TO ALL PAGES WITH A SIDEBAR


document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="'+sidewidth+'"><br><br>');




// 2ND NOTES AREA
   if (showarea_2 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">IMAGE SEARCH</span></legend>');

document.write('<a href="SEARCH/search/search.html" class="sidelink">CLICK HERE</a>');
document.write('</fieldset>');

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

{

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">SLIDESHOWS</span></legend>');

document.write('<a href="slideshows.html" class="sidelink">CLICK HERE</a>');
document.write('</fieldset>');

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

// END SECOND NOTES AREA


// 1ST NOTES AREA

   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">VIEW GALLERIES</span></legend>');
document.write('<div id="menu_parent" class="sample_attach"><font color="#CCFFCC">SELECT HERE</font></div>');
document.write('<div id="menu_child" style="position: absolute; visibility: hidden;">');
document.write('<a class="sample_attach"><font color="#370C06">.</font><br></a>');
document.write('<a class="sample_attach" style="border-bottom: 1px solid black;"><font color="#FFD700">VINTAGE</font><font color="#370C06">_</font><font color="#FFD700">GALLERIES</font><br></a>');
document.write('<a class="sample_attach" href="gallery1.htm"><font color="#EEAD0E">Nature<font color="#370C06">_</font><font color="#EEAD0E">Gallery</font></a><br>');
document.write('<a class="sample_attach" href="galleryx1.htm"><font color="#EEAD0E">Nude<font color="#370C06">_</font><font color="#EEAD0E">Gallery</font></a><br>');
document.write('<a class="sample_attach" href="gallerya.htm"><font color="#EEAD0E">Novel<font color="#370C06">_</font><font color="#EEAD0E">Gallery</font></a><br>');
document.write('<a class="sample_attach" style="border-bottom: 1px solid black;"><font color="#FEE5AC">MODERN</font><font color="#370C06">_</font><font color="#FEE5AC">GALLERIES</font><br></a>'); 
document.write('<a class="sample_attach" href="gallery7.htm"><font color="#E8C782">Nature<font color="#370C06">_</font><font color="#E8C782">Gallery</font></a><br>');
document.write('<a class="sample_attach" href="galleryx10.htm"><font color="#E8C782">Nude<font color="#370C06">_</font><font color="#E8C782">Gallery</font></a><br>');
document.write('<a class="sample_attach" href="galleryf.htm"><font color="#E8C782">Novel<font color="#370C06">_</font><font color="#E8C782">Gallery</font></a><br>');
document.write('</div>');



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

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

// END FIRST NOTES AREA














document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="130"><br>');




// 1ST NOTES AREA

   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">Join Mailing List<br>to find out about<br>New Items &amp; Sales</span></legend>');

document.write('<form method="POST" action="http://www.3d-stereoview-photography.com/cgi-bin/proautoreply/autoresponder.cgi"><input type="hidden" name="mode" value="register"><input type="hidden" name="ar" value=_real_3d_><div align="center"><center><table border="1" cellSpacing="0" bgcolor="#C0C0C0" cellpadding="2"><tr><td align="right"><font face="Tahoma" size="2">Name:</font></td><td><font face="Tahoma" size="2"><input type="text" name="user" size="14"></font></td></tr><tr><td align="right"><font face="Tahoma" size="2">Email:</font></td><td><font face="Tahoma" size="2"><input type="text" name="email" size="14"></font></td></tr><tr><td align="right" colspan="2"><div align="center"><center><p><font face="Verdana" size="2"><input type="submit" value="Subscribe" name="B1"></font></td></tr></table></center></div></form>' 
);




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

// END FIRST NOTES AREA



//  End -->