if (document.images) {
image0 = new Image;
image1 = new Image;
image2 = new Image;
image3 = new Image;
image4 = new Image;

image5 = new Image;
image6 = new Image;
image7 = new Image;
image8 = new Image;


image0.src = 'graphics/rollover_images/26_a.gif';
image1.src = 'graphics/rollover_images/19_b.gif';
image2.src = 'graphics/rollover_images/60_c.gif';
image3.src = 'graphics/rollover_images/59_d.gif';
image4.src = 'graphics/rollover_images/73_f.gif';

image5.src = 'graphics/rollover_images/72_g.gif';
image6.src = 'graphics/rollover_images/68_h.gif';
image7.src = 'graphics/rollover_images/70_i.gif';
image8.src = 'graphics/rollover_images/74_j.gif';


} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
image4 = '';

image5 = '';
image6 = '';
image7 = '';
image8 = '';


document.rollimg = '';
}
var cap = ['<font face="Arial, Helvetica, Sans Serif" size="3" color="#000000"><b>Petal Valance</b><br></font><img src="graphics/space.gif" border="0" width="1" height="8"><br><font face="Arial, Helvetica, Sans Serif" size="2" color="#000000">Contrasting fabrics used in conjunction with a layered design creates interest to what would otherwise be a simple treatment.<br></font><img src="graphics/space.gif" border="0" width="1" height="15"><br><font face="Arial, Helvetica, Sans Serif" size="1" color="#666666">[ Item #V-26 ]<br></font>',

'<font face="Arial, Helvetica, Sans Serif" size="3" color="#000000"><b>Swag Teardrop Valance with&nbsp;Rosetttes</b><br></font><img src="graphics/space.gif" border="0" width="1" height="8"><br><font face="Arial, Helvetica, Sans Serif" size="2" color="#000000">Enhance soft fabrics with the help of texture created by including swags and rosettes.<br></font><img src="graphics/space.gif" border="0" width="1" height="15"><br><font face="Arial, Helvetica, Sans Serif" size="1" color="#666666">[ Item #V-19 ]<br></font>',

'<font face="Arial, Helvetica, Sans Serif" size="3" color="#000000"><b>Gathered Swags with&nbsp;Fringe</b><br></font><img src="graphics/space.gif" border="0" width="1" height="8"><br><font face="Arial, Helvetica, Sans Serif" size="2" color="#000000">Accent and soften the hard lines of multiple window areas by adding shaped sheers.<br></font><img src="graphics/space.gif" border="0" width="1" height="15"><br><font face="Arial, Helvetica, Sans Serif" size="1" color="#666666">[ Item #S-60 ]<br></font>',

'<font face="Arial, Helvetica, Sans Serif" size="3" color="#000000"><b>Gathered Swags with&nbsp;Fringe</b><br></font><img src="graphics/space.gif" border="0" width="1" height="8"><br><font face="Arial, Helvetica, Sans Serif" size="2" color="#000000">Accent and soften the hard lines of multiple window areas by adding shaped sheers.<br></font><img src="graphics/space.gif" border="0" width="1" height="15"><br><font face="Arial, Helvetica, Sans Serif" size="1" color="#666666">[ Item #S-59 ]<br></font>',

'<font face="Arial, Helvetica, Sans Serif" size="3" color="#000000"><b>Kingston&nbsp;Valance, Chair&nbsp;Pads, Placemats&nbsp;&amp;&nbsp;Napkins</b><br></font><img src="graphics/space.gif" border="0" width="1" height="8"><br><font face="Arial, Helvetica, Sans Serif" size="2" color="#000000">The addition of coordinating pieces like the chair pads, placemats and napkins, pull the rooms look together.<br></font><img src="graphics/space.gif" border="0" width="1" height="15"><br><font face="Arial, Helvetica, Sans Serif" size="1" color="#666666">[ Item #V-73 ]<br></font>',

'<font face="Arial, Helvetica, Sans Serif" size="3" color="#000000"><b>Swags &amp; Jabots, 1&nbsp;left,&nbsp;1&nbsp;right.</b><br></font><img src="graphics/space.gif" border="0" width="1" height="8"><br><font face="Arial, Helvetica, Sans Serif" size="2" color="#000000">Combining swags with jabots, provide a simple but still elegant appearance that blends well with multi-room, open floor plans.<br></font><img src="graphics/space.gif" border="0" width="1" height="15"><br><font face="Arial, Helvetica, Sans Serif" size="1" color="#666666">[ Item #SJ-72 ]<br></font>',

'<font face="Arial, Helvetica, Sans Serif" size="3" color="#000000"><b>Swag Valance with&nbsp;Knots</b><br></font><img src="graphics/space.gif" border="0" width="1" height="8"><br><font face="Arial, Helvetica, Sans Serif" size="2" color="#000000">Strong colored Swag Valances helps to bridge the spacious vaulted ceiling with the sitting area while still preserving the views.<br></font><img src="graphics/space.gif" border="0" width="1" height="15"><br><font face="Arial, Helvetica, Sans Serif" size="1" color="#666666">[ Item #V-68 ]<br></font>',

'<font face="Arial, Helvetica, Sans Serif" size="3" color="#000000"><b>Swag Valance with&nbsp;Knots</b><br></font><img src="graphics/space.gif" border="0" width="1" height="8"><br><font face="Arial, Helvetica, Sans Serif" size="2" color="#000000">The well placed knots anchor the strong colored Swag Valances with the architectural details that frame the exspansive views.<br></font><img src="graphics/space.gif" border="0" width="1" height="15"><br><font face="Arial, Helvetica, Sans Serif" size="1" color="#666666">[ Item #V-70 ]<br></font>',

'<font face="Arial, Helvetica, Sans Serif" size="3" color="#000000"><b>Stretch Sheer (side light)</b><br></font><img src="graphics/space.gif" border="0" width="1" height="8"><br><font face="Arial, Helvetica, Sans Serif" size="2" color="#000000">Custom made sheers fit the need to provide some privacy while still allowing bright light into the foyer.<br></font><img src="graphics/space.gif" border="0" width="1" height="15"><br><font face="Arial, Helvetica, Sans Serif" size="1" color="#666666">[ Item #SH-74 ]<br></font>',

];

function rollover(n) {
document.rollimg.src = window['image'+n].src;
document.getElementById('caption').innerHTML
 = cap[n];
} 