/*
Data used for the scope summary table.  Will be included in summary.html and order.html
to display list of available scopes.
The "bdelim" array indicates "1" to 
have the alternate background color for that row.
*/

var scopes = new Array();
var scopelinks = new Array();
var prices = new Array();
var bdelim = new Array();
var descs = new Array();
//var qtys = new Array();
var qtynames = new Array();

var idx = 0;

scopes[idx] = "Up From the Skies";
bdelim[idx] = "1"
qtynames[idx] = "qty_upskies"
scopelinks[idx] = "upskies.html"
prices[idx] = "$2600";			
descs[idx] = "Cherry and Bloodwood; 4 mirrors, 2 object cells; <br> very 3D; limited edition of 17"
idx++

scopes[idx] = "Impulse!";
bdelim[idx] = "0"
qtynames[idx] = "qty_impulse"
scopelinks[idx] = "impulse.html"
prices[idx] = "$850";			
descs[idx] = "Birdeye Maple and Bubinga; 3 mirrors with a 17 point center"
idx++

scopes[idx] = "Cuckoo Cocoon";
bdelim[idx] = "1"
qtynames[idx] = "qty_cuckoo"
scopelinks[idx] = "cuckoo.html"
prices[idx] = "$2000";			
descs[idx] = "Cherry and Santos Rosewood; 4 tapered mirrors; <br>LE 18" 
idx++

scopes[idx] = "Tower II";
bdelim[idx] = "0"
qtynames[idx] = "qty_tower2"
scopelinks[idx] = "tower2.html"
prices[idx] = "$950";			
descs[idx] = "Bubinga and Peruvian Walnut; 4 mirrors 2 tapered"  
idx++

scopes[idx] = "Koool, Man";
bdelim[idx] = "1"
qtynames[idx] = "qty_kooolman"
scopelinks[idx] = "koool.html"
prices[idx] = "$240";			
descs[idx] = "Lacewood - 3 mirrors, 5 point center"  
idx++

scopes[idx] = "Koool, Man/S";
bdelim[idx] = "1"
qtynames[idx] = "qty_kooolman_s"
scopelinks[idx] = "koool.html"
prices[idx] = "$310";			
descs[idx] = "Lacewood - 3 mirrors, 5 point center"  
idx++

scopes[idx] = "Koool, Bro'";
bdelim[idx] = "1"
qtynames[idx] = "qty_kooolbro"
scopelinks[idx] = "koool.html"
prices[idx] = "$240";			
descs[idx] = "Cherry, Maple, Bubinga, Peruvian Walnut - 3 mirrors, 5 point center"  
idx++

scopes[idx] = "HX3";
bdelim[idx] = "0"
qtynames[idx] = "qty_hx3"
scopelinks[idx] = "hx3.html"
prices[idx] = "$320";			
descs[idx] = "Bubinga with Birdseye Maple  - Three mirrors with a 12 point center"  
idx++

scopes[idx] = "ParkAve";
bdelim[idx] = "1"
qtynames[idx] = "qty_parkave"
scopelinks[idx] = "parkave.html"
prices[idx] = "$320";			
descs[idx] = "Bloodwood and Peruvian Walnut - Two mirrors with a 9 point manadala"  
idx++

scopes[idx] = "Young Mingus";
bdelim[idx] = "0"
qtynames[idx] = "qty_youngmingus"
scopelinks[idx] = "young_jazz3.html"
prices[idx] = "$140";			
descs[idx] = "Cherry - 2 mirrors, 7 point mandala "  
idx++

scopes[idx] = "Young Monk";
bdelim[idx] = "0"
qtynames[idx] = "qty_youngmonk"
scopelinks[idx] = "young_jazz3.html"
prices[idx] = "$140";			
descs[idx] = "Walnut - 2 mirrors, 7 point mandala "  
idx++

scopes[idx] = "Young Miles";
bdelim[idx] = "0"
qtynames[idx] = "qty_youngmiles"
scopelinks[idx] = "young_jazz3.html"
prices[idx] = "$140";			
descs[idx] = "Maple - 2 mirrors, 7 point mandala "  
idx++


// last increment of idx above, sets idx equal to array length

