﻿
var sect = "bsjade";
var def = " ";
var nm = " ";
var img = 'RM000';
var x = 1;
var y = 1;
var newGoob = new String();

var pages = 1;

// this is where the piece's name goes
// RM### is the only usage that will work
// the second slot in the arrays is for
// the availability of the piece
// 'Yes' or 'No' 

var stuff1 = new Array();
stuff1[0] = "space";
stuff1[1] = "space";
stuff1[2] = "space";
stuff1[3] = "space";
stuff1[4] = "space";
stuff1[5] = "space";
stuff1[6] = "space";
stuff1[7] = "space";

//**********

/* example arrays
var stuff1 = new Array();
stuff1[0] = new Array("XX001","No","bsjade");
stuff1[1] = new Array("XX002","No","bsjade");
stuff1[2] = new Array("XX003","No","bsjade");
stuff1[3] = new Array("XX004","No","bsjade");
stuff1[4] = new Array("XX005","No","bsjade");
stuff1[5] = new Array("XX006","No","bsjade");
stuff1[6] = new Array("space","No","space");
stuff1[7] = new Array("space","No","space");
*/


//**********


// the elements


function r024() {
titl = "Necklace";
avl = "Yes";
prc = "125";
sett = "No";
desc = "Big Sur jade (side drilled by Terry), strung with amethyst and adventurine and silver";
}



//  *** Examples 

function r001() {
titl = "Necklace";
avl = "No";
prc = "N/A";
sett = "-";
desc = "3 strand native Goddess piece";
}

function r002() {
titl = "Necklace";
avl = "No";
prc = "N/A";
sett = "-";
desc = "Big Sur jade and green labradorite";
}

function r003() {
titl = "Necklace";
avl = "No";
prc = "N/A";
sett = "-";
desc = "Big Sur jade with chrysacolla and amazonite";
}

function r004() {
titl = "Necklace";
avl = "No";
prc = "N/A";
sett = "-";
desc = "green Big Sur jade w green turquoise";
}

function r005() {
titl = "Necklace";
avl = "No";
prc = "N/A";
sett = "-";
desc = "peyote stitch Big Sur mutton jade with labradorite";
}

function r006() {
titl = "Necklace";
avl = "No";
prc = "N/A";
sett = "-";
desc = "subdued rainbow Big sur jade necklace";
}

