//ARRAYS for GALLERIES- gallery_jewelry_p1.shtml

//A1 div
jewelry_thumbnails=new Array (
	"images_david/gallery_jewelry/1ctemeralds/3stnemer18K1cttmb.jpg", //[0]						
	"images_david/gallery_jewelry/1ctovals/3stnoval18K1cttmb.jpg", //[1]						
	"images_david/gallery_jewelry/1ctprince/3stnprin18K1cttmb.jpg", //[2]						
	"images_david/gallery_jewelry/1ctrnds/3strnd18k1cttmb.jpg", //[3]						
							  
//OLD -KEEP----  //
	"images_david/gallery_jewelry/1.5ctemeralds/3stnemer18K1.5cttmb.jpg", //[0].src
	"images_david/gallery_jewelry/1.5ctemeralds/3stnemerplat1.5cttmb.jpg", //[1].src
	"images_david/gallery_jewelry/1.5ctovals/3stnoval18K1cttmb.jpg", //[2]
	"images_david/gallery_jewelry/1.5ctovals/3stnovalplat1cttmb.jpg", //[3]
	"images_david/gallery_jewelry/1.5ctprince/3stnprin18K1cttmb.jpg", //[4]
	"images_david/gallery_jewelry/1.5ctprince/3stnprinplat1cttmb.jpg", //[5]
	"images_david/gallery_jewelry/1.5ctrnds/3strnd18k1cttmb.jpg", //[6]
	"images_david/gallery_jewelry/1.5ctrnds/3stnrnd1ctplattmb.jpg", //[7]
	
	"images_david/gallery_jewelry/1ctemeralds/3stnemer18K1cttmb.jpg", //[8]
	"images_david/gallery_jewelry/1ctemeralds/3stnemerplat1cttmb.jpg", //[9]
	"images_david/gallery_jewelry/1ctovals/3stnoval18K1cttmb.jpg", //[10]
	"images_david/gallery_jewelry/1ctovals/3stnovalplat1cttmb.jpg", //[11]
	"images_david/gallery_jewelry/1ctprince/3stnprin18K1cttmb.jpg", //[12]
	"images_david/gallery_jewelry/1ctprince/3stnprinplat1cttmb.jpg", //[13]
	"images_david/gallery_jewelry/1ctrnds/3stnrnd1ctplattmb.jpg", //[14]
	"images_david/gallery_jewelry/1ctrnds/3strnd18k1cttmb.jpg" //[15]
	
	
	)

//A2 div
jewelry_captions=new Array (
							
	"3 stone emerald cut 1ctw diamond ring<br/>Set in 18kt white gold", //caption[0]
	"3 stone oval cut 1ctw diamond ring<br/>Set in 18kt white gold", //caption[1]
	"3 stone princess cut 1ctw diamond ring<br/>Set in 18kt white gold", //caption[2]
	"3 stone round cut 1ctw diamond ring<br/>Set in 18kt white gold", //caption[3]							

//OLD -KEEP----  //

	"3stnemer18K1.5cttmb.jpg", //artcaption[0]
	"3stnemerplat1.5cttmb.jpg", //artcaption[1]
	"3stnoval18K1cttmb.jpg", //artcaption[2]
	"3stnovalplat1cttmb.jpg", //artcaption[3]
	"3stnprin18K1cttmb.jpg",//4
	"3stnprinplat1cttmb.jpg",//5
	"3strnd18k1cttmb.jpg",//6
	"3stnrnd1ctplattmb.jpg",//7
	
	"3stnemer18K1cttmb.jpg",//8
	"3stnemerplat1cttmb.jpg",//9
	"3stnoval18K1cttmb.jpg",//10
	"3stnovalplat1cttmb.jpg",//11
	"3stnprin18K1cttmb.jpg",//12
	"3stnprinplat1cttmb.jpg",//13
	"3stnrnd1ctplattmb.jpg",//14
	"3strnd18k1cttmb.jpg"//15
	
	)

//A3 div
jewelry_prices=new Array (
	"From $750.00", //[0]
	"From $750.00", //[1]
	"From $750.00", //[2]
	"From $750.00", //[3]					  
						  
						  
//OLD -KEEP----  //

	"$1,000", //[0]
	"$2,000", //[1]
	"$3,000", //[2]
	"$4,000", //[3]
	"$5,000", //4
	"$6,000", //5
	"$7,000", //6
	"$8,000", //7
	
	"$9,000", //8
	"$10,000", //9
	"$11,000", //10
	"$12,000", //11
	"$13,000", //12
	"$14,000", //13
	"$15,000", //14
	"$16,000" //15
	)

/*
jewelry_href=new Array (
	"whatif", //[0]
	"summary", //[1]
	"3stnoval18K1cttmb", //[2]
	"3stnovalplat1cttmb", //[3]
	"3stnprin18K1cttmb", //[4]
	"3stnprinplat1cttmb", //[5]
	"3stnrnd1ctplattmb", //[6]
	"3strnd18k1cttmb" //[7]	
)*/

function init_jewelrythumbs_p1 () {
	load_jewelrythumbs('A1','A2','A3','0');
	load_jewelrythumbs('B1','B2','B3','1');
//	load_jewelrythumbs('C1','C2','C3','2');
//	load_jewelrythumbs('D1','D2','D3','3');
	load_jewelrythumbs('E1','E2','E3','2');
	load_jewelrythumbs('F1','F2','F3','3');
//	load_jewelrythumbs('G1','G2','G3','6');
//	load_jewelrythumbs('H1','H2','H3','7');
}

function init_jewelrythumbs_p2 () {
	load_jewelrythumbs('A1','A2','A3','8');
	load_jewelrythumbs('B1','B2','B3','9');
	load_jewelrythumbs('C1','C2','C3','10');
	load_jewelrythumbs('D1','D2','D3','11');
	load_jewelrythumbs('E1','E2','E3','12');
	load_jewelrythumbs('F1','F2','F3','13');
	load_jewelrythumbs('G1','G2','G3','14');
	load_jewelrythumbs('H1','H2','H3','15');
}


function load_jewelrythumbs (identity1,identity2,identity3,num) {
	//alert(identity1);
	document.images[identity1].src=jewelry_thumbnails[num];

	if(document.getElementById) {
		document.getElementById(identity2).innerHTML=jewelry_captions[num];
		document.getElementById(identity3).innerHTML=jewelry_prices[num];
		}
	}


jewelry_bigpic_title=new Array (
	"bigpic_0", //[0]
	"bigpic_1", //[1]
	"bigpic_2", //[2]
	"bigpic_3", //[3]
	"bigpic_4", //[4]
	"bigpic_5", //[5]
	"bigpic_6", //[6]
	"bigpic_7", //[7]
	
	"bigpic_8", //[8]
	"bigpic_9", //[9]
	"bigpic_10", //[10]
	"bigpic_11", //[11]
	"bigpic_12", //[12]
	"bigpic_13", //[13]
	"bigpic_14", //[14]
	"bigpic_15" //[15]
)	

//load bigpic popup	
function href_bigpic_jewelry(number) {
	//alert(number);
	window.location.href='jewelry_big/' + jewelry_bigpic_title[number] + '.shtml';
	}
	




//ARRAYS for BIGPICS - /jewelry_big/popups

//A1 div
jewelry_bigpicture=new Array (
	"../images_david/gallery_jewelry/1ctemeralds/3stnemer18K1ctzm.jpg", //[0]						
	"../images_david/gallery_jewelry/1ctovals/3stnoval18K1ctzm.jpg", //[1]						
	"../images_david/gallery_jewelry/1ctprince/3stnprin18K1ctzm.jpg", //[2]						
	"../images_david/gallery_jewelry/1ctrnds/3strnd18k1ctzm.jpg", //[3]	

//OLD -KEEP----  //							  
							  
	"../images_david/gallery_jewelry/1.5ctemeralds/3stnemer18K1.5ctzm.jpg", //[0].src
	"../images_david/gallery_jewelry/1.5ctemeralds/3stnplatemerplat1.5ctzm.jpg", //[1].src
	"../images_david/gallery_jewelry/1.5ctovals/3stnoval18K1ctzm.jpg", //[2]
	"../images_david/gallery_jewelry/1.5ctovals/3stnovalplat1ctzm.jpg", //[3]
	"../images_david/gallery_jewelry/1.5ctprince/3stnprin18K1ctzm.jpg", //[4]
	"../images_david/gallery_jewelry/1.5ctprince/3stnprinplat1ctzm.jpg", //[5]
	"../images_david/gallery_jewelry/1.5ctrnds/3strnd18k1ctzm.jpg", //[6]
	"../images_david/gallery_jewelry/1.5ctrnds/3stnrnd1ctplatzm.jpg", //[7]
	
	"../images_david/gallery_jewelry/1ctemeralds/3stnemer18K1ctzm.jpg", //[8]
	"../images_david/gallery_jewelry/1ctemeralds/3stnplatemerplat1ctzm.jpg", //[9]
	"../images_david/gallery_jewelry/1ctovals/3stnoval18K1ctzm.jpg", //[10]
	"../images_david/gallery_jewelry/1ctovals/3stnovalplat1ctzm.jpg", //[11]
	"../images_david/gallery_jewelry/1ctprince/3stnprin18K1ctzm.jpg", //[12]
	"../images_david/gallery_jewelry/1ctprince/3stnprinplat1ctzm.jpg", //[13]
	"../images_david/gallery_jewelry/1ctrnds/3stnrnd1ctplatzm.jpg", //[14]
	"../images_david/gallery_jewelry/1ctrnds/3strnd18k1ctzm.jpg" //[15]
	)	
	


//A2 see GALLERIES array
//A3 see GALLERIES array


/*function init_bigpic () {
	load_bigpic();
}
*/

function load_bigpic (identity1,identity2,identity3,num) {
	//alert(num);

	document.images[identity1].src=jewelry_bigpicture[num];

	if(document.getElementById) {
		document.getElementById(identity2).innerHTML=jewelry_captions[num];
		document.getElementById(identity3).innerHTML=jewelry_prices[num];
		}
	scroll(0,350);	
	}


//previous / next load next bigpic popup
function href_bigpic_jewelry2(number) {
	//alert(number);
	window.location.href=jewelry_bigpic_title[number] + '.shtml';
	}




/* JUNK
		
function load_bigpic(number) {
	alert(number);
	window.location.href=jewelry_href[number] + '.shtml';

	}

	
function newWindow(theURL,winName,features) {
	var newWindow=window.open(theURL,winName,features);
	alert(theURL);
	newWindow.focus();
	}	
	


function popupOver (identity,identityover) {
	alert(identity,identityover);
	document.images[identity].src='images_david/gallery_jewelry/' + identityover + '.jpg';
	}

*/