<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS


var bottomspace		= "40"		// MENU BOTTOM SPACE
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "10"		// MENU TOP SPACING

var showimage		= "yes"			// SHOW FIRST SIDEBAR IMAGE
var linkimage		= "products.htm"	// LINK FOR IMAGE 1





document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.htm" class="menu" onMouseover="Sound()">Home</a>');


// START LINKS //




document.write('</td></tr><tr><td nowrap>');
document.write('<a href="selling-photos-online.htm" class="menu" onMouseover="Sound()">Sell Photos Online</a>');
// OLD products.htm - Store Directory


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="online-proofing-features.htm" class="menu" onMouseover="Sound()">System Features</a>');
// OLD services.htm

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="sample-proofing-gallery.htm" class="menu" onMouseover="Sound()">Sample Proofing Galleries</a>');
// OLD resources.htm

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="order_free_trial.htm" class="menu" onMouseover="Sound()">Order Free Trial</a>');
// OLD PDFgallery.htm



// document.write('</td></tr><tr><td nowrap>');
// document.write('<a href="links.htm" class="menu" onMouseover="Sound()">Links</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK





// document.write('</td></tr><tr><td nowrap>');
// document.write('<a href="paypal.htm" class="menu" onMouseover="Sound()">Custom Payments</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="privacy.htm" class="menu" onMouseover="Sound()">Privacy Policy</a>');


// END TOP LINKS //



document.write('</td></tr><tr><td align="center">');


// MENU IMAGE 1
   if (showimage == "yes") {
document.write('<a href="'+linkimage+'"><img src="picts/UK-London-Big-Ben.jpg" border="0" class="sideborder" alt="South Africa"></a><br>');
}





// START BOTTOM LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.photopreviews.net/cgi-bin/shop/admin/-admin.tam" class="menu" onMouseover="Sound()">Photographer\'s Admin Area</a>');
// OLD paypal.htm


// document.write('</td></tr><tr><td nowrap class="topline">');
// document.write('<a href="products.htm" class="menu" onMouseover="Sound()">Store Directory</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="testimonials.htm" class="menu" onMouseover="Sound()">Testimonials</a>');


// document.write('</td></tr><tr><td nowrap>');
// document.write('<a href="site_map.htm" class="menu" onMouseover="Sound()">Site Map</a>');

// document.write('</td></tr><tr><td nowrap>');
// document.write('<a href="about.htm" class="menu" onMouseover="Sound()">About Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu" onMouseover="Sound()">Contact</a>');


// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center" class="bottomline">');

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');








document.write('</td></tr></table>');

//  End -->