// JavaScript Document
if (document.images) {

image1 = new Image;
image2 = new Image;
image3 = new Image;
image4 = new Image;
image5 = new Image;
image6 = new Image;
image7 = new Image;
image8 = new Image; 
image9 = new Image;
image10 = new Image;




image1.src = 'Images Sancturity Series/Sancturity Series 01 Large.jpg';
image2.src = 'Images Sancturity Series/Sancturity Series 02 Large.jpg';
image3.src = 'Images Sancturity Series/Sancturity Series 03 Large.jpg';
image4.src = 'Images Sancturity Series/Sancturity Series 04 Large.jpg';
image5.src = 'Images Sancturity Series/Sancturity Series 05 Large.jpg';
image6.src = 'Images Sancturity Series/Sancturity Series 06 Large.jpg';
image7.src = 'Images Sancturity Series/Sancturity Series 07 Large.jpg';
image8.src = 'Images Sancturity Series/Sancturity Series 08 Large.jpg';
image9.src = 'Images Sancturity Series/Sancturity Series 09 Large.jpg';
image10.src = 'Images Sancturity Series/Sancturity Series 10 Large.jpg';

} else {

image1 = '';
image2 = '';
image4 = '';
image5 = '';
image6 = '';
image7 = '';
image8 = '';
image9 = '';
image10 = '';

document.rollimg = '';
}
var cap = ['null',
'Sancturity Series Security Sliding Door',
'Sancturity Series Security Sliding Door',
'Sancturity Series Security Screen', 
'Sancturity Series Security Screen', 
'Sancturity Series Security Door for Pet durability', 
'Sancturity Series Security Door for Pet durability', 
'Sancturity Series Security Screens on Commercial Doors',
'Sancturity Series Security Screens on Commercial Doors',
'Sancturity Series Security Screen',
'Sancturity Series Security Screen',

];

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