<!-- // START


var widthNB	= "30"		// NEXT - BACK BUTTON WIDTH
var widthA	= "70"		// AUTOPLAY BUTTON WIDTH


document.write('<table cellspacing="0" cellpadding="0" border="0" class="galmenuwidth"><tr><td align="left">');
document.write('<table cellspacing="3" cellpadding="0" border="0"><tr><td>');


document.write('<input type="button" onclick="previous();" value="&lt;&lt;" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'" class="slideshow" style="width:'+widthNB+'px;"><br>');
document.write('</td><td>');


document.write('<input type="button" name="slidebutton" onclick="ap(this.value);" value="autoplay" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'" class="slideshow" style="width:'+widthA+'px;"><br>');
document.write('</td><td>');


document.write('<input type="button" onclick="next();" value="&gt;&gt;" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'" class="slideshow" style="width:'+widthNB+'px;"><br>');
document.write('</td></tr></table>');
document.write('</td><td align="right">');
document.write('<table cellspacing="3" cellpadding="0" border="0"><tr><td>');


// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //


document.write('<input type="button" onclick="location.href=\'gallery1.htm\';" value="Hunter Douglas" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'" class="slideshow"><br>');
document.write('</td><td>');


document.write('<input type="button" onclick="location.href=\'gallery2.htm\';" value="Sun+Roller Screens" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'" class="slideshow"><br>');
document.write('</td><td>');

document.write('<input type="button" onclick="location.href=\'gallery3.htm\';" value="Motorization" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'" class="slideshow"><br>');
document.write('</td><td>');

document.write('<input type="button" onclick="location.href=\'gallery4.htm\';" value="Classic Gallery" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'" class="slideshow"><br>');
document.write('</td><td>');

document.write('<input type="button" onclick="location.href=\'gallery5.htm\';" value="Tile" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'" class="slideshow"><br>');
document.write('</td><td>');
document.write('<input type="button" onclick="location.href=\'gallery6.htm\';" value="Wood" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'" class="slideshow"><br>');
document.write('</td><td>');

document.write('<input type="button" onclick="location.href=\'gallery7.htm\';" value="Specialty" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'" class="slideshow"><br>');

document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->
