<!--
//-- Copyright 2000 David Thomas, http://www.jewels.co.uk email:dave@jewels.co.uk

// 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.50
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 = 350
var silverbaseused = 4

var goldperamountup = 10
var goldperamountdown = 10
var platperamountup = 3.5
var platperamountdown = 3.5
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, 3mm Flat-B/Edge, heavy",15.10,1);
category[1].product[2] = new Product("Ladies, 9ct yellow gold, 4mm Flat-B/Edge, heavy",17.90,1);
category[1].product[3] = new Product("Ladies, 9ct yellow gold, 5mm Flat-B/Edge, heavy",22.40,1);
category[1].product[4] = new Product("Ladies, 9ct yellow gold, 6mm Flat-B/Edge, heavy",25.50,1);
category[1].product[5] = new Product("Ladies, 9ct yellow gold, 7mm Flat-B/Edge, heavy",28.60,1);
category[1].product[6] = new Product("Ladies, 9ct yellow gold, 8mm Flat-B/Edge, heavy",32.70,1);
category[1].product[7] = new Product("Ladies, 9ct white gold, 3mm Flat-B/Edge, heavy",21.10,1);
category[1].product[8] = new Product("Ladies, 9ct white gold, 4mm Flat-B/Edge, heavy",23.80,1);
category[1].product[9] = new Product("Ladies, 9ct white gold, 5mm Flat-B/Edge, heavy",31.80,1);
category[1].product[10] = new Product("Ladies, 9ct white gold, 6mm Flat-B/Edge, heavy",33.50,1);
category[1].product[11] = new Product("Ladies, 18ct yellow gold, 3mm Flat-B/Edge, heavy",40.30,1);
category[1].product[12] = new Product("Ladies, 18ct yellow gold, 4mm Flat-B/Edge, heavy",47.20,1);
category[1].product[13] = new Product("Ladies, 18ct yellow gold, 5mm Flat-B/Edge, heavy",58.00,1);
category[1].product[14] = new Product("Ladies, 18ct yellow gold, 6mm Flat-B/Edge, heavy",67.90,1);
category[1].product[15] = new Product("Ladies, 18ct yellow gold, 7mm Flat-B/Edge, heavy",80.70,1);
category[1].product[16] = new Product("Ladies, 18ct yellow gold, 8mm Flat-B/Edge, heavy",93.50,1);
category[1].product[17] = new Product("Ladies, 18ct white gold, 3mm Flat-B/Edge, heavy",46.60,1);
category[1].product[18] = new Product("Ladies, 18ct white gold, 4mm Flat-B/Edge, heavy",54.30,1);
category[1].product[19] = new Product("Ladies, 18ct white gold, 5mm Flat-B/Edge, heavy",67.60,1);
category[1].product[20] = new Product("Ladies, 18ct white gold, 6mm Flat-B/Edge, heavy",76.50,1);
category[1].product[21] = new Product("Gents, 9ct yellow gold, 3mm Flat-B/Edge, heavy",16.90,1);
category[1].product[22] = new Product("Gents, 9ct yellow gold, 4mm Flat-B/Edge, heavy",20.10,1);
category[1].product[23] = new Product("Gents, 9ct yellow gold, 5mm Flat-B/Edge, heavy",25.00,1);
category[1].product[24] = new Product("Gents, 9ct yellow gold, 6mm Flat-B/Edge, heavy",28.20,1);
category[1].product[25] = new Product("Gents, 9ct yellow gold, 7mm Flat-B/Edge, heavy",33.20,1);
category[1].product[26] = new Product("Gents, 9ct yellow gold, 8mm Flat-B/Edge, heavy",36.80,1);
category[1].product[27] = new Product("Gents, 9ct white gold, 3mm Flat-B/Edge, heavy",24.20,1);
category[1].product[28] = new Product("Gents, 9ct white gold, 4mm Flat-B/Edge, heavy",25.90,1);
category[1].product[29] = new Product("Gents, 9ct white gold, 5mm Flat-B/Edge, heavy",33.50,1);
category[1].product[30] = new Product("Gents, 9ct white gold, 6mm Flat-B/Edge, heavy",36.10,1);
category[1].product[31] = new Product("Gents, 18ct yellow gold, 3mm Flat-B/Edge, heavy",40.30,1);
category[1].product[32] = new Product("Gents, 18ct yellow gold, 4mm Flat-B/Edge, heavy",53.20,1);
category[1].product[33] = new Product("Gents, 18ct yellow gold, 5mm Flat-B/Edge, heavy",63.00,1);
category[1].product[34] = new Product("Gents, 18ct yellow gold, 6mm Flat-B/Edge, heavy",75.70,1);
category[1].product[35] = new Product("Gents, 18ct yellow gold, 7mm Flat-B/Edge, heavy",94.40,1);
category[1].product[36] = new Product("Gents, 18ct yellow gold, 8mm Flat-B/Edge, heavy",106.30,1);
category[1].product[37] = new Product("Gents, 18ct white gold, 4mm Flat-B/Edge, heavy",61.00,1);
category[1].product[38] = new Product("Gents, 18ct white gold, 5mm Flat-B/Edge, heavy",74.20,1);
category[1].product[39] = new Product("Gents, 18ct white gold, 6mm Flat-B/Edge, heavy",86.40,1);
//-->
















