function DoSlide(which){

thisImage=which;
newImage= thisImage;

document.loopImage.src=newImage;

        document.getElementById('SideShow').innerHTML='<img src='+thisImage+' border=0 hspace=0 vspace=0 NAME="loopImage" style="filter:revealTrans(duration=1, transition=12);border-color:white;">';
loopImage.filters.revealTrans.apply()
loopImage.filters.revealTrans.play()
        document.getElementById('SideShow').style.display="";
        }

document.write('<DIV NAME="TopThumb" ID="TopThumb" style="position:absolute;top:210px;left:729px;z-index:445;">');
document.write('<A HREF="specialty_shapes.htm"><IMG SRC=button_SpecialtyShapes.gif border=0 vspace=0 hspace=0 height=39 onmouseover=DoSlide("SpecialtyShapes.jpg"); style=border-color:white;></A><BR>');
document.write('<A HREF="transom_windows.htm"><IMG SRC=button_TransomWindows.gif border=0 vspace=0 hspace=0 height=39 onmouseover=DoSlide("TransomWindows.jpg"); style=border-color:white;></A><BR>');
document.write('<A HREF="skylights.htm"><IMG SRC=button_Skylights.gif border=0 vspace=0 hspace=0 height=39 onmouseover=DoSlide("Skylights.jpg"); style=border-color:white;></A><BR>');
document.write('<A HREF="skylights.htm"><IMG SRC=button_SunRooms.gif border=0 vspace=0 hspace=0 height=39 onmouseover=DoSlide("SunRooms.jpg"); style=border-color:white;></A><BR>');
document.write('<A HREF="patio_garden.htm"><IMG SRC=button_PatioSliderDoors.gif border=0 vspace=0 hspace=0 height=39 onmouseover=DoSlide("PatioSliderDoors.jpg"); style=border-color:white;></A><BR>');
document.write('<A HREF="patio_garden.htm"><IMG SRC=button_GardenDoors.gif border=0 vspace=0 hspace=0 height=39 onmouseover=DoSlide("GardenDoors.jpg"); style=border-color:white;></A><BR>');
document.write('<A HREF="transom_windows.htm"><IMG SRC=button_SideLights.gif border=0 vspace=0 hspace=0 height=39 onmouseover=DoSlide("SideLights.jpg"); style=border-color:white;></A><BR>');
document.write('</DIV>');


document.write('<DIV NAME="SideShow" ID="SideShow" style="position:absolute;top:199px;left:380px;z-index:400;background-color:white;padding:0px;">');
document.write('<IMG SRC="SpecialtyShapes.jpg" border=0 vspace=0 hspace=0 name=loopImage style="filter:revealTrans(duration=1, transition=12);">');
document.write('</DIV>');
