/*
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] = "$2800";			
descs[idx] = "Cherry and Bloodwood; 4 mirrors, 2 object cells; <br> very 3D; limited edition of 17"
idx++

scopes[idx] = "Inukshuk";
bdelim[idx] = "0"
qtynames[idx] = "qty_inukshuk"
scopelinks[idx] = "inukshuk.html"
prices[idx] = "$2100";			
descs[idx] = "Look in both ends of mirrors for different images; <br> 4 mirrors; various woods; limited to 12"
idx++

scopes[idx] = "Impulse!";
bdelim[idx] = "1"
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] = "Nauticus";
bdelim[idx] = "0"
qtynames[idx] = "qty_nauticus"
scopelinks[idx] = "nauticus.html"
prices[idx] = "$1400";			
descs[idx] = "Bubinga and Cherry; 2 mirror, 12 point image" 
idx++
*/

scopes[idx] = "Tall Tail";
bdelim[idx] = "1"
qtynames[idx] = "qty_talltail"
scopelinks[idx] = "talltail.html"
prices[idx] = "$1100";			
descs[idx] = "Two mirror systems, one with 2 mirrors, one with 3; <br> Cherry and Bloodwood; limited to 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] = "Tower III";
bdelim[idx] = "0"
qtynames[idx] = "qty_tower3"
scopelinks[idx] = "tower3.html"
prices[idx] = "$495";			
descs[idx] = "Bloodwood and East Indian Rosewood; 4 mirrors, 'tower' image; view with both eyes; handheld; limited to 25"
idx++
*/
scopes[idx] = "Octafire";
bdelim[idx] = "1"
qtynames[idx] = "qty_octafire"
scopelinks[idx] = "octafire.html"
prices[idx] = "$360";			
descs[idx] = "Cherry and Santos Rosewood; 'octafire' image, 2+ mirrors, handheld version"  
idx++

scopes[idx] = "Octafire Parlor";
bdelim[idx] = "1"
qtynames[idx] = "qty_octparlor"
scopelinks[idx] = "octafire.html"
prices[idx] = "$520";			
descs[idx] = "Cherry and Santos Rosewood; 'octafire' image, 2+ mirrors, parlor version"  
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] = "Hipster";
bdelim[idx] = "0"
qtynames[idx] = "qty_hipster"
scopelinks[idx] = "hipster.html"
prices[idx] = "$250";			
descs[idx] = "Cherry and Peruvian Walnut  - Three mirrors with a 6 point center"  
idx++

scopes[idx] = "Young Mingus";
bdelim[idx] = "1"
qtynames[idx] = "qty_youngmingus"
scopelinks[idx] = "young_jazz3.html"
prices[idx] = "$145";			
descs[idx] = "Cherry - 2 mirrors, 7 point mandala "  
idx++

scopes[idx] = "Young Monk";
bdelim[idx] = "1"
qtynames[idx] = "qty_youngmonk"
scopelinks[idx] = "young_jazz3.html"
prices[idx] = "$145";			
descs[idx] = "Walnut - 2 mirrors, 7 point mandala "  
idx++

scopes[idx] = "Young Miles";
bdelim[idx] = "1"
qtynames[idx] = "qty_youngmiles"
scopelinks[idx] = "young_jazz3.html"
prices[idx] = "$145";			
descs[idx] = "Maple - 2 mirrors, 7 point mandala "  
idx++


// last increment of idx above, sets idx equal to array length


