<!-- TWO STEPS TO INSTALL IMAGE PREVIEWER:

<!-- Original:  Ronnie T. Moore, Editor -->
<!-- Idea and images by:  Stuart King (stuart@ciceron.com) -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function previewPic(sel) {
document.previewpic.src = "" + sel.options[sel.selectedIndex].value;
}
function showPic(sel) {
images = new Array();
images[1] = "color2a.gif";
images[2] = "color3a.gif";
images[3] = "color4a.gif";
images[4] = "color5a.gif";
images[5] = "color6a.gif";
images[6] = "color7a.gif";
window.location.href = images[sel.selectedIndex+1];
}
//  End -->