<!--
//-- Copyright 2000 David Thomas, http://www.jewels.co.uk email:dave@jewels.co.uk

// Details are taken from 44fancyg8.js.

// Profit is the amount of profit you wish to calculate if cost price is used, set as "1" if not used. 
// Profit set in the file 44plain.js will affect all calculated prices for that price list.  

var goldprofit = 1.90
var platprofit = 1.75
var silverprofit = 3.00
metal = 1

if (metal == 1)
{
//  Important Note!! The varaiable metal=0 or metal=1 is set in nogold.js & yesgold.js files, and in 
//  price list items within the price list settings as the final setting. 
//  Important Note!! Metal Fluctuation control only applies to manufacturer price list items. 
//  Important Note!! Metal Fluctuation applies price control for all precious metals within each supplier 
//  in price lists you input "product description", "price", "metal type". 1=gold, 2=platinum, 3=silver  
//  You must use the files yesgold.js or nogold.js to set metal pricing functioning or non-functioning.
//  Supplier files such as 44fancy.js, 44plain.js, or 63.js overide default settings of the base precious
//  metal settings in nogold.js & yesgold.js, price lists do not use file types nogold00.js or yesgold10.js. 

var goldbaseused = 200
var platbaseused = 400
var silverbaseused = 4

var goldperamountup = 10
var goldperamountdown = 10
var platperamountup = 10
var platperamountdown = 10
var silverperamountup = 10
var silverperamountdown = 10

var goldpercentperamountup = 4
var goldpercentperamountdown = 4
var platpercentperamountup = 4
var platpercentperamountdown = 4
var silverpercentperamountup = 4
var silverpercentperamountdown = 4

// All configurable variables are above this line.

}  else {var percentup=0; var percentdown=0}


//No rightclick script
function click(){
if(event.button==2){
alert('No Access.')
}}
document.onmousedown=click

var onoff = 1

var category = new createArray(1);
color1 = "#ebcc94";
color2 = "#ebcc94";
category[1] = new Category("Please Select From this List");


function Category(name) {
 this.title = name;
 this.product = new createArray(1);
 this.product[0] = new Product("Please Select From List",0.00,1);
  }

// Input product description, price, metal type. 1=gold, 2=platinum, 3=silver   


category[1].product[1] = new Product("Ladies, 9ct yellow gold, 4mm D-shape, medium",30.50,1)
category[1].product[2] = new Product("Ladies, 9ct yellow gold, 4mm D-shape, heavy",35.50,1) 
category[1].product[3] = new Product("Ladies, 9ct yellow gold, 5mm D-shape, medium",32.30,1)
category[1].product[4] = new Product("Ladies, 9ct yellow gold, 5mm D-shape, heavy",37.80,1)
category[1].product[5] = new Product("Ladies, 9ct yellow gold, 4mm Court, medium",36.60,1)
category[1].product[6] = new Product("Ladies, 9ct yellow gold, 4mm Court, heavy",41.10,1)
category[1].product[7] = new Product("Ladies, 9ct yellow gold, 5mm Court, medium",41.10,1)
category[1].product[8] = new Product("Ladies, 9ct yellow gold, 5mm Court, heavy",46.60,1)
category[1].product[9] = new Product("Ladies, 9ct yellow gold, 6mm Court, medium",44.00,1)
category[1].product[10] = new Product("Ladies, 9ct yellow gold, 6mm Court, heavy",50.80,1)
category[1].product[11] = new Product("Ladies, 9ct yellow gold, 7mm Court, medium",48.20,1)
category[1].product[12] = new Product("Ladies, 9ct yellow gold, 7mm Court, heavy",54.20,1)
category[1].product[13] = new Product("Ladies, 9ct yellow gold, 8mm Court, medium",57.70,1)
category[1].product[14] = new Product("Ladies, 9ct yellow gold, 8mm Court, heavy",66.40,1)
category[1].product[15] = new Product("Ladies, 9ct yellow gold, 6mm D-shape, medium",35.00,1)
category[1].product[16] = new Product("Ladies, 9ct yellow gold, 6mm D-shape, heavy",40.20,1)
category[1].product[17] = new Product("Ladies, 9ct yellow gold, 7mm D-shape, medium",37.50,1)
category[1].product[18] = new Product("Ladies, 9ct yellow gold, 7mm D-shape, heavy",41.00,1)
category[1].product[19] = new Product("Ladies, 9ct yellow gold, 8mm D-shape, medium",42.50,1)
category[1].product[20] = new Product("Ladies, 9ct yellow gold, 8mm D-shape, heavy",47.70,1)
category[1].product[21] = new Product("Ladies, 18ct yellow gold, 4mm D-shape, medium",53.00,1)
category[1].product[22] = new Product("Ladies, 18ct yellow gold, 4mm D-shape, heavy",67.80,1)
category[1].product[23] = new Product("Ladies, 18ct yellow gold, 5mm D-shape, medium",57.90,1)
category[1].product[24] = new Product("Ladies, 18ct yellow gold, 5mm D-shape, heavy",74.80,1)
category[1].product[25] = new Product("Ladies, 18ct yellow gold, 4mm Court, medium",69.90,1)
category[1].product[26] = new Product("Ladies, 18ct yellow gold, 4mm Court, heavy",83.60,1)
category[1].product[27] = new Product("Ladies, 18ct yellow gold, 5mm Court, medium",83.60,1)
category[1].product[28] = new Product("Ladies, 18ct yellow gold, 5mm Court, heavy",103.30,1)
category[1].product[29] = new Product("Ladies, 18ct yellow gold, 6mm Court, medium",90.60,1)
category[1].product[30] = new Product("Ladies, 18ct yellow gold, 6mm Court, heavy",110.30,1)
category[1].product[31] = new Product("Ladies, 18ct yellow gold, 6mm D-shape, medium",65.80,1)
category[1].product[32] = new Product("Ladies, 18ct yellow gold, 6mm D-shape, heavy",79.80,1)
category[1].product[33] = new Product("Ladies, 18ct yellow gold, 7mm D-shape, medium",82.50,1)
category[1].product[34] = new Product("Ladies, 18ct yellow gold, 7mm D-shape, heavy",89.00,1)
category[1].product[35] = new Product("Ladies, 18ct yellow gold, 8mm D-shape, medium",88.20,1)
category[1].product[36] = new Product("Ladies, 18ct yellow gold, 8mm D-shape, heavy",105.10,1)
category[1].product[37] = new Product("Gents, 9ct yellow gold, 4mm D-shape, medium",32.30,1)
category[1].product[38] = new Product("Gents, 9ct yellow gold, 4mm D-shape, heavy",37.80,1)
category[1].product[39] = new Product("Gents, 9ct yellow gold, 5mm D-shape, medium",35.00,1)
category[1].product[40] = new Product("Gents, 9ct yellow gold, 5mm D-shape, heavy",40.20,1)
category[1].product[41] = new Product("Gents, 9ct yellow gold, 4mm Court, medium",39.40,1)
category[1].product[42] = new Product("Gents, 9ct yellow gold, 4mm Court, heavy",44.30,1)
category[1].product[43] = new Product("Gents, 9ct yellow gold, 5mm Court, medium",44.30,1)
category[1].product[44] = new Product("Gents, 9ct yellow gold, 5mm Court, heavy",51.70,1)
category[1].product[45] = new Product("Gents, 9ct yellow gold, 6mm Court, medium",48.10,1)
category[1].product[46] = new Product("Gents, 9ct yellow gold, 6mm Court, heavy",57.20,1)
category[1].product[47] = new Product("Gents, 9ct yellow gold, 7mm Court, medium",56.10,1)
category[1].product[48] = new Product("Gents, 9ct yellow gold, 7mm Court, heavy",65.70,1)
category[1].product[49] = new Product("Gents, 9ct yellow gold, 8mm Court, medium",64.10,1)
category[1].product[50] = new Product("Gents, 9ct yellow gold, 8mm Court, heavy",71.50,1)
category[1].product[51] = new Product("Gents, 9ct yellow gold, 6mm D-shape, medium",37.30,1)
category[1].product[52] = new Product("Gents, 9ct yellow gold, 6mm D-shape, heavy",42.50,1)
category[1].product[53] = new Product("Gents, 9ct yellow gold, 7mm D-shape, medium",41.70,1)
category[1].product[54] = new Product("Gents, 9ct yellow gold, 7mm D-shape, heavy",46.30,1)
category[1].product[55] = new Product("Gents, 9ct yellow gold, 8mm D-shape, medium",46.10,1)
category[1].product[56] = new Product("Gents, 9ct yellow gold, 8mm D-shape, heavy",51.90,1)
category[1].product[57] = new Product("Gents, 18ct yellow gold, 4mm D-shape, medium",57.90,1)
category[1].product[58] = new Product("Gents, 18ct yellow gold, 4mm D-shape, heavy",74.80,1)
category[1].product[59] = new Product("Gents, 18ct yellow gold, 5mm D-shape, medium",66.90,1)
category[1].product[60] = new Product("Gents, 18ct yellow gold, 5mm D-shape, heavy",79.80,1)
category[1].product[61] = new Product("Gents, 18ct yellow gold, 4mm Court, medium",76.80,1)
category[1].product[62] = new Product("Gents, 18ct yellow gold, 4mm Court, heavy",91.50,1)
category[1].product[63] = new Product("Gents, 18ct yellow gold, 5mm Court, medium",91.50,1)
category[1].product[64] = new Product("Gents, 18ct yellow gold, 5mm Court, heavy",110.30,1)
category[1].product[65] = new Product("Gents, 18ct yellow gold, 6mm Court, medium",102.40,1)
category[1].product[66] = new Product("Gents, 18ct yellow gold, 6mm Court, heavy",130.00,1)
category[1].product[67] = new Product("Gents, 18ct yellow gold, 6mm D-shape, medium",73.70,1)
category[1].product[68] = new Product("Gents, 18ct yellow gold, 6mm D-shape, heavy",86.60,1)
category[1].product[69] = new Product("Gents, 18ct yellow gold, 7mm D-shape, medium",81.10,1)
category[1].product[70] = new Product("Gents, 18ct yellow gold, 7mm D-shape, heavy",96.00,1)
category[1].product[71] = new Product("Gents, 18ct yellow gold, 8mm D-shape, medium",94.20,1)
category[1].product[72] = new Product("Gents, 18ct yellow gold, 8mm D-shape, heavy",112.10,1)
category[1].product[73] = new Product("Ladies, 9ct white gold, 4mm D-shape, medium",34.00,1)
category[1].product[74] = new Product("Ladies, 9ct white gold, 4mm D-shape, heavy",42.20,1)
category[1].product[75] = new Product("Ladies, 9ct white gold, 5mm D-shape, medium",36.30,1)
category[1].product[76] = new Product("Ladies, 9ct white gold, 5mm D-shape, heavy",44.90,1)
category[1].product[77] = new Product("Ladies, 9ct white gold, 6mm D-shape, medium",42.20,1)
category[1].product[78] = new Product("Ladies, 9ct white gold, 6mm D-shape, heavy",48.70,1)
category[1].product[79] = new Product("Ladies, 9ct white gold, 7mm D-shape, medium",48.70,1)
category[1].product[80] = new Product("Ladies, 9ct white gold, 7mm D-shape, heavy",55.20,1)
category[1].product[81] = new Product("Ladies, 18ct white gold, 4mm D-shape, medium",61.40,1)
category[1].product[82] = new Product("Ladies, 18ct white gold, 4mm D-shape, heavy",76.90,1)
category[1].product[83] = new Product("Ladies, 18ct white gold, 5mm D-shape, medium",65.80,1)
category[1].product[84] = new Product("Ladies, 18ct white gold, 5mm D-shape, heavy",84.70,1)
category[1].product[85] = new Product("Ladies, 18ct white gold, 6mm D-shape, medium",78.00,1)
category[1].product[86] = new Product("Ladies, 18ct white gold, 6mm D-shape, heavy",92.40,1)
category[1].product[87] = new Product("Gents, 9ct white gold, 4mm D-shape, medium",34.00,1)
category[1].product[88] = new Product("Gents, 9ct white gold, 4mm D-shape, heavy",44.90,1)
category[1].product[89] = new Product("Gents, 9ct white gold, 5mm D-shape, medium",39.40,1)
category[1].product[90] = new Product("Gents, 9ct white gold, 5mm D-shape, heavy",48.20,1)
category[1].product[91] = new Product("Gents, 9ct white gold, 6mm D-shape, medium",43.80,1)
category[1].product[92] = new Product("Gents, 9ct white gold, 6mm D-shape, heavy",51.00,1)
category[1].product[93] = new Product("Gents, 9ct white gold, 7mm D-shape, medium",51.00,1)
category[1].product[94] = new Product("Gents, 9ct white gold, 7mm D-shape, heavy",58.70,1)
category[1].product[95] = new Product("Gents, 18ct white gold, 4mm D-shape, medium",62.50,1)
category[1].product[96] = new Product("Gents, 18ct white gold, 4mm D-shape, heavy",82.10,1)
category[1].product[97] = new Product("Gents, 18ct white gold, 5mm D-shape, medium",74.80,1)
category[1].product[98] = new Product("Gents, 18ct white gold, 5mm D-shape, heavy",92.40,1)
category[1].product[99] = new Product("Gents, 18ct white gold, 6mm D-shape, medium",85.90,1)
category[1].product[100] = new Product("Gents, 18ct white gold, 6mm D-shape, heavy",100.10,1)
category[1].product[101] = new Product("Ladies, Platinum, 4mm D-shape, medium",156.00,2)
category[1].product[102] = new Product("Ladies, Platinum, 4mm D-shape, heavy",193.60,2)
category[1].product[103] = new Product("Ladies, Platinum, 5mm D-shape, medium",177.10,2)
category[1].product[104] = new Product("Ladies, Platinum, 5mm D-shape, heavy",214.90,2)
category[1].product[105] = new Product("Ladies, Platinum, 6mm D-shape, heavy",236.10,2)
category[1].product[106] = new Product("Gents, Platinum, 4mm D-shape, medium",156.00,2)
category[1].product[107] = new Product("Gents, Platinum, 4mm D-shape, heavy",210.10,2)
category[1].product[108] = new Product("Gents, Platinum, 5mm D-shape, medium",177.10,2)
category[1].product[109] = new Product("Gents, Platinum, 5mm D-shape, heavy",236.10,2)
category[1].product[110] = new Product("Gents, Platinum, 6mm D-shape, heavy",257.30,2)


//-->


















