 
 // preload for gallery page
 if (document.images) {
image0 = new Image;
image1 = new Image;
image2 = new Image;
image3 = new Image;
image0.src = 'images\/collections_kensington.jpg';
image1.src = 'images\/collections_crownheights.jpg';
image2.src = 'images\/collections_bedstuy.jpg';
image3.src = 'images\/collections_brooklyn.jpg';
} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
document.rollimg = '';
} 

var cap = ['Kensington Classics designer handbags and accessories are versatile and functional. This line includes duffel handbags, satchels, the weekenders handbag, and small leather goods handbags.',
'The Crown Heights Couture designer handbags, designer belts, designer hip bags, and fashion jewelry are made with genuine leather.',
'The Bed-Stuy designer hobos handbags, purses, and backpacks are made with denim and suede.',
'The Brooklyn Botanical designer handbags, purses, clutches, and pillows are made from rich silk, the inner includes a small pouch and glasses case.'];

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

// more preload for gallery page
var picture1 = new Image();
picture1.src= "images/gallery/1.jpg";

var picture2 = new Image();
picture2.src= "images/gallery/2.jpg";

var picture3 = new Image();
picture3.src= "images/gallery/3.jpg";

var picture4 = new Image();
picture4.src= "images/gallery/4.jpg";

var picture5 = new Image();
picture5.src= "images/gallery/5.jpg";

var picture6 = new Image();
picture6.src= "images/gallery/6.jpg";

var picture7 = new Image();
picture7.src= "images/gallery/7.jpg";

var picture8 = new Image();
picture8.src= "images/gallery/8.jpg";

var picture9 = new Image();
picture9.src= "images/gallery/9.jpg";

var picture10 = new Image();
picture10.src= "images/gallery/10.jpg";

var picture11 = new Image();
picture11.src= "images/gallery/11.jpg";

var picture12 = new Image();
picture12.src= "images/gallery/12.jpg";

var picture13 = new Image();
picture13.src= "images/gallery/13.jpg";

var picture14 = new Image();
picture14.src= "images/gallery/14.jpg";

function selectPicture(name)
{
   document.images.bigPicture.src = name;
}


// preload for collections page
rollover1 = new Image();
rollover1.src = "images/btnKensington_on.gif";

rollover2 = new Image();
rollover2.src = "images/btnCrownHeights_on.gif";

rollover3 = new Image();
rollover3.src = "images/btnBedStuy_on.gif";

rollover4 = new Image();
rollover4.src = "images/btnBrooklynBotanical_on.gif";


