//copyright (Montana Wooden Lettering Inc) 1/1/2004  All Rights Reserved 
<!--
// 1/8"
var dArr =new Array();
dArr[0]=new Array();
dArr[0][0] =new Array(1,2.7);
dArr[0][1] =new Array(2,3.3);
dArr[0][2] =new Array(3,3.7);
dArr[0][3] =new Array(4,4);
dArr[0][4] =new Array(5,4.4);
dArr[0][5] =new Array(6,5);
dArr[0][6] =new Array(7,5.9);
dArr[0][7] =new Array(8,7.1);
dArr[0][8] =new Array(9,8.3);
dArr[0][9] =new Array(10,9.5);
dArr[0][10] =new Array(11,10.5);
dArr[0][11] =new Array(12,11.6);
dArr[0][12] =new Array(13,13);
dArr[0][13] =new Array(14,14.8);
dArr[0][14] =new Array(15,16.9);
dArr[0][15] =new Array(16,18.6);
dArr[0][16] =new Array(17,20.6);
dArr[0][17] =new Array(18,22.6);
dArr[0][18] =new Array(19,24.6);
dArr[0][19] =new Array(20,26.8);
dArr[0][20] =new Array(21,28.9);
dArr[0][21] =new Array(22,31);
dArr[0][22] =new Array(23,33.2);
dArr[0][23] =new Array(24,35.4);

// 3/16"
dArr[1]=new Array();
dArr[1][0] =new Array(1,3.1);
dArr[1][1] =new Array(2,3.7);
dArr[1][2] =new Array(3,4);
dArr[1][3] =new Array(4,4.3);
dArr[1][4] =new Array(5,4.8);
dArr[1][5] =new Array(6,5.3);
dArr[1][6] =new Array(7,6.3);
dArr[1][7] =new Array(8,7.2);
dArr[1][8] =new Array(9,8.7);
dArr[1][9] =new Array(10,10.4);
dArr[1][10] =new Array(11,11.8);
dArr[1][11] =new Array(12,13.4);
dArr[1][12] =new Array(13,15);
dArr[1][13] =new Array(14,16.7);
dArr[1][14] =new Array(15,18.4);
dArr[1][15] =new Array(16,20.2);
dArr[1][16] =new Array(17,21.8);
dArr[1][17] =new Array(18,23.7);
dArr[1][18] =new Array(19,25.6);
dArr[1][19] =new Array(20,28.5);
dArr[1][20] =new Array(21,31.5);
dArr[1][21] =new Array(22,34.1);
dArr[1][22] =new Array(23,37);
dArr[1][23] =new Array(24,39.8);
dArr[1][24] =new Array(25,42.7);
dArr[1][25] =new Array(26,45.6);
dArr[1][26] =new Array(27,48.3);
dArr[1][27] =new Array(28,51.3);
dArr[1][28] =new Array(29,54.4);
dArr[1][29] =new Array(30,57.5);

// 1/4"
dArr[2]=new Array();
dArr[2][0] =new Array(1,3.7);
dArr[2][1] =new Array(2,4.4);
dArr[2][2] =new Array(3,5.1);
dArr[2][3] =new Array(4,6.1);
dArr[2][4] =new Array(5,6.5);
dArr[2][5] =new Array(6,7.3);
dArr[2][6] =new Array(7,9);
dArr[2][7] =new Array(8,10.7);
dArr[2][8] =new Array(9,12.6);
dArr[2][9] =new Array(10,14.6);
dArr[2][10] =new Array(11,16.4);
dArr[2][11] =new Array(12,18.4);
dArr[2][12] =new Array(13,20.6);
dArr[2][13] =new Array(14,23.8);
dArr[2][14] =new Array(15,26.2);
dArr[2][15] =new Array(16,28.9);
dArr[2][16] =new Array(17,31.6);
dArr[2][17] =new Array(18,34.3);
dArr[2][18] =new Array(19,37);
dArr[2][19] =new Array(20,39.6);
dArr[2][20] =new Array(21,42.8);
dArr[2][21] =new Array(22,49);
dArr[2][22] =new Array(23,52.7);
dArr[2][23] =new Array(24,56.3);
dArr[2][24] =new Array(25,60.2);
dArr[2][25] =new Array(26,64.5);
dArr[2][26] =new Array(27,68.5);
dArr[2][27] =new Array(28,71.4);
dArr[2][28] =new Array(29,73.3);
dArr[2][29] =new Array(30,78);


// 3/8"
dArr[3]=new Array();
dArr[3][0] =new Array(1,4.9);
dArr[3][1] =new Array(2,6.5);
dArr[3][2] =new Array(3,9);
dArr[3][3] =new Array(4,9.7);
dArr[3][4] =new Array(5,9.8);
dArr[3][5] =new Array(6,11.5);
dArr[3][6] =new Array(7,13.2);
dArr[3][7] =new Array(8,15.6);
dArr[3][8] =new Array(9,17.8);
dArr[3][9] =new Array(10,20.2);
dArr[3][10] =new Array(11,22.5);
dArr[3][11] =new Array(12,25.8);
dArr[3][12] =new Array(13,29.2);
dArr[3][13] =new Array(14,32.7);
dArr[3][14] =new Array(15,36.2);
dArr[3][15] =new Array(16,39.8);
dArr[3][16] =new Array(17,43.4);
dArr[3][17] =new Array(18,47.6);
dArr[3][18] =new Array(19,52);
dArr[3][19] =new Array(20,57);
dArr[3][20] =new Array(21,62.3);
dArr[3][21] =new Array(22,67.8);
dArr[3][22] =new Array(23,73.5);
dArr[3][23] =new Array(24,79.5);
dArr[3][24] =new Array(25,85.4);
dArr[3][25] =new Array(26,91.7);
dArr[3][26] =new Array(27,97.9);
dArr[3][27] =new Array(28,104.7);
dArr[3][28] =new Array(29,111.4);
dArr[3][29] =new Array(30,118.3);

// 1/2"
dArr[4]=new Array();
dArr[4][0] =new Array(2,7.9);
dArr[4][1] =new Array(3,9.1);
dArr[4][2] =new Array(4,10.8);
dArr[4][3] =new Array(5,11.8);
dArr[4][4] =new Array(6,13.8);
dArr[4][5] =new Array(7,16);
dArr[4][6] =new Array(8,18.9);
dArr[4][7] =new Array(9,21.5);
dArr[4][8] =new Array(10,24.4);
dArr[4][9] =new Array(11,27.1);
dArr[4][10] =new Array(12,31.2);
dArr[4][11] =new Array(13,35.2);
dArr[4][12] =new Array(14,39.4);
dArr[4][13] =new Array(15,41.6);
dArr[4][14] =new Array(16,45.7);
dArr[4][15] =new Array(17,49.8);
dArr[4][16] =new Array(18,54.5);
dArr[4][17] =new Array(19,59.7);
dArr[4][18] =new Array(20,65.5);
dArr[4][19] =new Array(21,71.5);
dArr[4][20] =new Array(22,77.9);
dArr[4][21] =new Array(23,84.3);
dArr[4][22] =new Array(24,91.2);
dArr[4][23] =new Array(25,98.1);
dArr[4][24] =new Array(26,105.2);
dArr[4][25] =new Array(27,112.4);
dArr[4][26] =new Array(28,120.1);
dArr[4][27] =new Array(29,127.9);
dArr[4][28] =new Array(30,135.7);


// 3/4"
dArr[5]=new Array();
dArr[5][0] =new Array(2,15.7);
dArr[5][1] =new Array(3,18.2);
dArr[5][2] =new Array(4,21.6);
dArr[5][3] =new Array(5,23.5);
dArr[5][4] =new Array(6,27.5);
dArr[5][5] =new Array(7,31.9);
dArr[5][6] =new Array(8,37.6);
dArr[5][7] =new Array(9,42.8);
dArr[5][8] =new Array(10,48.7);
dArr[5][9] =new Array(11,54.4);
dArr[5][10] =new Array(12,62.3);
dArr[5][11] =new Array(13,70.6);
dArr[5][12] =new Array(14,78.9);
dArr[5][13] =new Array(15,83.3);
dArr[5][14] =new Array(16,91.3);
dArr[5][15] =new Array(17,99.6);
dArr[5][16] =new Array(18,109.3);
dArr[5][17] =new Array(19,119.3);
dArr[5][18] =new Array(20,131.1);
dArr[5][19] =new Array(21,143);
dArr[5][20] =new Array(22,155.9);
dArr[5][21] =new Array(23,168.9);
dArr[5][22] =new Array(24,182.5);
dArr[5][23] =new Array(25,196.2);
dArr[5][24] =new Array(26,210.5);
dArr[5][25] =new Array(27,225);
dArr[5][26] =new Array(28,240.3);
dArr[5][27] =new Array(29,255.9);
dArr[5][28] =new Array(30,271.6);

// 1"
dArr[6]=new Array();
dArr[6][0] =new Array(2,22);
dArr[6][1] =new Array(3,25.5);
dArr[6][2] =new Array(4,30.3);
dArr[6][3] =new Array(5,32.9);
dArr[6][4] =new Array(6,38.5);
dArr[6][5] =new Array(7,44.7);
dArr[6][6] =new Array(8,52.7);
dArr[6][7] =new Array(9,60);
dArr[6][8] =new Array(10,68.2);
dArr[6][9] =new Array(11,76.2);
dArr[6][10] =new Array(12,87.3);
dArr[6][11] =new Array(13,98.9);
dArr[6][12] =new Array(14,110.5);
dArr[6][13] =new Array(15,116.70);
dArr[6][14] =new Array(16,127.9);
dArr[6][15] =new Array(17,139.5);
dArr[6][16] =new Array(18,153.1);
dArr[6][17] =new Array(19,167.1);
dArr[6][18] =new Array(20,183.6);
dArr[6][19] =new Array(21,200.2);
dArr[6][20] =new Array(22,218.3);
dArr[6][21] =new Array(23,236.5);
dArr[6][22] =new Array(24,255.5);
dArr[6][23] =new Array(25,274.7);
dArr[6][24] =new Array(26,294.7);
dArr[6][25] =new Array(27,315);
dArr[6][26] =new Array(28,336.5);
dArr[6][27] =new Array(29,358.3);
dArr[6][28] =new Array(30,380.3);



// new array for depths
var tArr =new Array();
tArr[0]=new Array();
tArr[0][0]=new Array('1/8');
tArr[0][1]=new Array('3/16');
tArr[0][2]=new Array('1/4');
tArr[0][3]=new Array('3/8');

tArr[1]=new Array();
tArr[1][0]=new Array('1/8');
tArr[1][1]=new Array('3/16');
tArr[1][2]=new Array('1/4');
tArr[1][3]=new Array('3/8');
tArr[1][4]=new Array('1/2');
tArr[1][5]=new Array('3/4');
tArr[1][6]=new Array('1');

// new array for templates
var pArr =new Array();
pArr[0] =new Array();
pArr[0][0] =new Array('No Template','0__mounts/yuk.png');
pArr[0][1] =new Array('Pounce Pattern','1__mounts/pouncepattern.png');
pArr[0][2] =new Array('Free Spacing Tape','2__mounts/spacingtape.png');

pArr[1] =new Array();
pArr[1][0] =new Array('No Template','0__mounts/yuk.png');
pArr[1][1] =new Array('Stud Template','3__mounts/studtemplate.png');
pArr[1][2] =new Array('Free Spacing Tape','2__mounts/spacingtape.png');

pArr[2] =new Array();
pArr[2][0] =new Array('Free Spacing Tape','2__mounts/spacingtape.png');


var S = 0 // global for getSwatch()


// less than 2' no hardware
var mtArr =new Array();
mtArr[0]=new Array();
mtArr[0][0]=new Array('Plain - No Mounts','00__mounts/acrylic/sm_plain.jpg')
mtArr[0][1]=new Array('Double Face Tape','01__mounts/acrylic/sm_dsTape.jpg')

//greater than 1' and less than 3/8' thick
mtArr[1]=new Array();
mtArr[1][0]=new Array('Plain - No Mounts','00__mounts/acrylic/sm_plain.jpg')
mtArr[1][1]=new Array('Double Face Tape','01__mounts/acrylic/sm_dsTape.jpg')
mtArr[1][2]=new Array('Pad Mount','02__mounts/acrylic/sm_pad.jpg')
mtArr[1][3]=new Array('Stud Mount','03__mounts/acrylic/sm_stud.jpg')
mtArr[1][4]=new Array('Combo Mount','04__mounts/acrylic/sm_combination.jpg')
mtArr[1][5]=new Array('Combo All Mount','05__mounts/acrylic/sm_combination_all.jpg')
//greater than 1' and 3/8' + thick
mtArr[2]=new Array();
mtArr[2][0]=new Array('Plain - No Mounts','00__mounts/acrylic/sm_plain.jpg')
mtArr[2][1]=new Array('Pad Mount','02__mounts/acrylic/sm_pad.jpg')
mtArr[2][2]=new Array('Stud Mount','03__mounts/acrylic/sm_stud.jpg')
mtArr[2][3]=new Array('Combo Mount','04__mounts/acrylic/sm_combination.jpg')
mtArr[2][4]=new Array('Combo All Mount','05__mounts/acrylic/sm_combination_all.jpg')
mtArr[2][5]=new Array('Flush Stud','06__mounts/acrylic/sm_flush_stud.jpg')
mtArr[2][6]=new Array('Keyholes','07__mounts/acrylic/keyhole.jpg')


var Fltr =
'architectural~10/'+
'barnum~10/'+
'barnum classic~10/'+
'bodoni condensed~10/'+
'century schoolbook bold~10/'+
'century bold condensed~10/'+
'clarion~10/'+
'cooper black italic~10/'+
'copperplate~10/'+
'eurostyle bold extended~10/'+
'friz quadrata~10/'+
'gemco~10/'+
'hoffman~10/'+
'kabel~10/'+
'microgramma extended~10/'+
'optima semi bold~10/'+
'playbill~10/'+
'ribbon~10/'+
'roman neo sb~10/'+
'sculptured~8/'+
'standard block condensed~10/'+
'stetler~10/'+
'times bold extended~10/'+
'trajan bold~10/'+
'turner script~7/'+
'venus~10';


var F =
'Americana Bold~americana bold/'+
'Antique Olive Medium~antique olive medium/'+
'ARCHITECTURAL~architectural/'+
'Arial~arial/'+
'Arial Bold~arial bold/'+
'Avant Extra Bold~avant extra bold/'+
'Avant Garde Medium~avant garde medium/'+
'BARNUM~barnum/'+
'BARNUM CLASSIC~barnum classic/'+
'Bauhaus~bauhaus/'+
'Benguiat~benguiat/'+
'BODONI CODENSED~bodoni condensed/'+
'Bodoni Italic~bodoni italic/'+
'Brush Script~brush script/'+
'Caslon Adbold~caslon adbold/'+
'Casual Italic Script~casual italic script/'+
'CENTURY SCHOOLBOOK BOLD~century schoolbook bold/'+
'CENTURY BOLD CONDENSED~century bold condensed/'+
'Clarendon Fortune Bold~clarendon fortune bold/'+
'Clarendon Medium~clarendon medium/'+
'CLARION~clarion/'+
'Clearview one - Gemini 0 Light~clearview one light/'+
'Clearview one - Gemini 2 Bold~clearview one bold/'+
'Commercial Script~commercial script/'+
'Consort~consort/'+
'Consort Condensed~consort condensed/'+
'Cooper Black~cooper black/'+
'COOPER BLACK ITALIC~cooper black italic/'+
'COPPERPLATE~copperplate/'+
'Craw Clarendon Condensed~craw clarendon condensed/'+
'EUROSTYLE BOLD EXTENDED~eurostyle bold extended/'+
'Eurostyle Bold Extended Italic~eurostyle bold extended italic/'+
'FRIZ QUADRATA~friz quadrata/'+
'Frutiger 65~frutiger 65/'+
'Futura~futura/'+
'Futura Demi Bold~futura demi bold/'+
'Futura Bold~futura bold/'+
'Futura Extra Bold Italic~futura extra bold italic/'+
'Garamond Book~garamond book/'+
'Garamond Regular~garamond regular/'+
'Garamond Italic~garamond italic/'+
'Garamond Bold~garamond bold/'+
'Garamond Bold Italic~garamond bold italic/'+
'GEMCO~gemco/'+
'Gill Sans Bold~gill sans bold/'+
'Goudy~goudy/'+
'Goudy Old Style~goudy old style/'+
'Goudy Extra Bold~goudy extra bold/'+
'Helvetica~helvetica/'+
'Helvetica Light~helvetica light/'+
'Helvetica Italic~helvetica italic/'+
'Helvetica Medium Italic~helvetica medium italic/'+
'Helvetica Bold~helvetica bold/'+
'Helvetica Bold Italic~helvetica bold italic/'+
'Helvetica Medium Condensed~helvetica medium condensed/'+
'Helvetica Bold Extended~helvetica bold extended/'+
'Herman Italic~herman italic/'+
'HOFFMAN~hoffman/'+
'Italicized Script~italicized script/'+
'KABEL~kabel/'+
'Korinna~korinna/'+
'MICROGRAMMA EXTENDED~microgramma extended/'+
'Microgramma Bold Extended~microgramma bold extended/'+
'Old English~old english/'+
'Optima~optima/'+
'Optima Semi Bold~optima semi bold/'+
'Palatino~palatino/'+
'Palatino Bold~palatino bold/'+
'Perfaire~perfaire/'+
'PLAYBILL~playbill/'+
'RIBBON~ribbon/'+
'Roman~roman/'+
'Roman Classic~roman classic/'+
'ROMAN NEO SB~roman neo sb/'+
'SCULPTURED~sculptured/'+
'Standard Block~standard block/'+
'STANDARD BLOCK CONDENSED~standard block condensed/'+
'STETLER~stetler/'+
'Times Bold~times bold/'+
'Times Bold Italic~times bold italic/'+
'TIMES BOLD EXTENDED~times bold extended/'+
'Times New Roman~times new roman/'+
'Times New Roman Italic~times new roman italic/'+
'Times Roman~times roman/'+
'TRAJAN BOLD~trajan bold/'+
'TURNER SCRIPT~turner script/'+
'Univers 67~univers 67/'+
'University Roman~university roman/'+
'University Roman Bold~university roman bold/'+
'V Bevel~v bevel/'+
'VENUS~venus/'+
'Victorian~victorian';

fgCols="~1855/647A3C~1848/009CC9~1893/EE1108~1862/F24024~1819/F65507~1800/FBD100~1838/FFFFFF~3555/647A3C~4660/F7D1AC~5687/FFFFFF~4310/918E95~0209/999999~2025/000000~2718/F9E7C3~0207/EEE1D1~2037/FAD900~2000/FBD100~0217/FDEC20~0218/FFD34C~0254/D8940B~2119/F65507~2662/F24024~0256/DB5607~2793/EE1108~0214/B92E03~2240/AB0E17~2410/F63C87~2287/3E174E~0246/928FC5~2767/201A32~2050/13308C~2860/1D54D3~3000/3996F5~2648/009CC9~3210/64D1CB~2108/438120~0222/238820~2030/305C27~0259/227527~2162/283931~2418/563019~2222/F2FFFF~7138/F2F2F2~3493/BE0C08~3450/255E71~6366/BF3E29~3120/7F6647~2146/EAD09D~2225/F2FFFF~2283/970E0B~2280/533D40~2051/285A98~2114/0A2D9F~8090/C2D346~5425/657A81~6371/D39D43~2756/A07040~0401/D39003~0253/C07764~0402/945103~0312/7F654C~0314/836158~3130/3D3332~8886/BEB3B7";

bgC=new Array();
bgC[0]='MASONARY: Old Brick | brick.png';
bgC[1]='WOODS: Ash | ash.png';
bgC[2]='TILE: Brown Tile | browntile.png';
bgC[3]='METAL: Brushed Aluminum | brushedaluminum.png';
bgC[4]='METAL: Chainlink | chainlink.png';
bgC[5]='METAL: Checkerplate 2 | checkerplate2.png';
bgC[6]='METAL: Checkerplate | checkerplate.png';
bgC[7]='WOODS: Cherry | cherry.png';
bgC[8]='MASONARY: Concrete | concrete.png';
bgC[9]='MASONARY: Concrete Block | concreteblock.png';
bgC[10]='MASONARY: Course Stucco | coursestucco.png';
bgC[11]='MASONARY: Granite | granite.png';
bgC[12]='WOODS: Hickory | hickory.png';
bgC[13]='MASONARY: Limestone | limestone.png';
bgC[14]='WOODS: Mahogany | mahogany.png';
bgC[15]='WOODS: Red Oak | oak.png';
bgC[16]='MASONARY: Random Limestone | randomlimestone.png';
bgC[17]='MASONARY: Red Brick | redbrick.png';
bgC[18]='TILE: Red Tile | redtile.png';
bgC[19]='MASONARY: Riverstone | riverstone.png';
bgC[20]='MASONARY: Rough Stucco | roughstucco.png';
bgC[21]='MASONARY: Sandstone | sandstone.png';
bgC[22]='MASONARY: Stone Random | stonerandom.png';
bgC[23]='MASONARY: Trowled Stucco | trowledstucco.png';
bgC[24]='MASONARY: White Brick | whitebrick.png';
bgC[25]='TILE: White Tile | whitetile.png';
bgC[26]='WOODS: Horizontal Planks | woodboardshorizontal.png';
bgC[27]='WOODS: Vertical Planks | woodboardsvertical.png';
bgC[28]='light pink | FFB6C1';
bgC[29]='pink | FFC0CB';
bgC[30]='crimson | DC143C';
bgC[31]='lavender blush | FFF0F5';
bgC[32]='pale violet red | DB7093';
bgC[33]='hot pink | FF69B4';
bgC[34]='deep pink | FF1493';
bgC[35]='medium violet red | C71585';
bgC[36]='orchid | DA70D6';
bgC[37]='thistle | D8BFD8';
bgC[38]='plum | DDA0DD';
bgC[39]='violet | EE82EE';
bgC[40]='fuchsia | FF00FF';
bgC[41]='dark magenta | 8B008B';
bgC[42]='purple | 800080';
bgC[43]='medium orchid | BA55D3';
bgC[44]='dark violet | 9400D3';
bgC[45]='dark orchid | 9932CC';
bgC[46]='indigo | 4B0082';
bgC[47]='blue violet | 8A2BE2';
bgC[48]='medium purple | 9370DB';
bgC[49]='medium slate blue | 7B68EE';
bgC[50]='slate blue | 6A5ACD';
bgC[51]='dark slate blue | 483D8B';
bgC[52]='ghost white | F8F8FF';
bgC[53]='lavender | E6E6FA';
bgC[54]='blue | 0000FF';
bgC[55]='medium blue | 0000CD';
bgC[56]='dark blue | 00008B';
bgC[57]='navy | 000080';
bgC[58]='midnight blue | 191970';
bgC[59]='royal blue | 4169E1';
bgC[60]='cornflower blue | 6495ED';
bgC[61]='light steel blue | B0C4DE';
bgC[62]='light slate gray | 778899';
bgC[63]='slate gray | 708090';
bgC[64]='dodger blue | 1E90FF';
bgC[65]='alice blue | F0F8FF';
bgC[66]='steel blue | 4682B4';
bgC[67]='light sky blue | 87CEFA';
bgC[68]='sky blue | 87CEEB';
bgC[69]='deep sky blue | 00BFFF';
bgC[70]='light blue | ADD8E6';
bgC[71]='powder blue | B0E0E6';
bgC[72]='cadet blue | 5F9EA0';
bgC[73]='dark turquoise | 00CED1';
bgC[74]='azure | F0FFFF';
bgC[75]='light cyan | E0FFFF';
bgC[76]='pale turquoise | AFEEEE';
bgC[77]='aqua | 00FFFF';
bgC[78]='dark cyan | 008B8B';
bgC[79]='teal  | 008080';
bgC[80]='dark slate gray | 2F4F4F';
bgC[81]='medium turquoise | 48D1CC';
bgC[82]='light sea green | 20B2AA';
bgC[83]='turquoise | 40E0D0';
bgC[84]='aquamarine | 7FFFD4';
bgC[85]='medium aquamarine | 66CDAA';
bgC[86]='medium spring green | 00FA9A';
bgC[87]='mint cream | F5FFFA';
bgC[88]='spring green | 00FF7F';
bgC[89]='medium sea green | 3CB371';
bgC[90]='sea green | 2E8B57';
bgC[91]='honeydew | F0FFF0';
bgC[92]='dark sea green | 8FBC8F';
bgC[93]='pale green | 98FB98';
bgC[94]='light green | 90EE90';
bgC[95]='lime green | 32CD32';
bgC[96]='lime  | 00FF00';
bgC[97]='forest green | 228B22';
bgC[98]='green | 008000';
bgC[99]='dark green | 006400';
bgC[100]='lawn green | 7CFC00';
bgC[101]='chartreuse | 7FFF00';
bgC[102]='green yellow | ADFF2F';
bgC[103]='dark olive green | 556B2F';
bgC[104]='yellow green | 9ACD32';
bgC[105]='olive drab | 6B8E23';
bgC[106]='ivory | FFFFF0';
bgC[107]='beige | F5F5DC';
bgC[108]='light yellow | FFFFE0';
bgC[109]='light goldenrod yellow | FAFAD2';
bgC[110]='yellow | FFFF00';
bgC[111]='olive | 808000';
bgC[112]='dark khaki | BDB76B';
bgC[113]='pale goldenrod | EEE8AA';
bgC[114]='lemon chiffon | FFFACD';
bgC[115]='khaki | F0E68C';
bgC[116]='gold | FFD700';
bgC[117]='cornsilk | FFF8DC';
bgC[118]='goldenrod | DAA520';
bgC[119]='dark goldenrod | B8860B';
bgC[120]='floral white | FFFAF0';
bgC[121]='old lace | FDF5E6';
bgC[122]='wheat | F5DEB3';
bgC[123]='orange | FFA500';
bgC[124]='moccasin | FFE4B5';
bgC[125]='papaya whip | FFEFD5';
bgC[126]='blanched almond | FFEBCD';
bgC[127]='navajo white | FFDEAD';
bgC[128]='antique white | FAEBD7';
bgC[129]='tan | D2B48C';
bgC[130]='burlywood | DEB887';
bgC[131]='dark orange | FF8C00';
bgC[132]='bisque | FFE4C4';
bgC[133]='linen | FAF0E6';
bgC[134]='peru | CD853F';
bgC[135]='peach puff | FFDAB9';
bgC[136]='sandy brown | F4A460';
bgC[137]='chocolate | D2691E';
bgC[138]='saddle brown | 8B4513';
bgC[139]='seashell | FFF5EE';
bgC[140]='sienna | A0522D';
bgC[141]='light salmon | FFA07A';
bgC[142]='coral | FF7F50';
bgC[143]='orangered | FF4500';
bgC[144]='dark salmon | E9967A';
bgC[145]='tomato | FF6347';
bgC[146]='salmon | FA8072';
bgC[147]='misty rose | FFE4E1';
bgC[148]='light coral | F08080';
bgC[149]='snow | FFFAFA';
bgC[150]='rosy brown | BC8F8F';
bgC[151]='indian red | CD5C5C';
bgC[152]='red | FF0000';
bgC[153]='brown | A52A2A';
bgC[154]='fire brick | B22222';
bgC[155]='dark red | 8B0000';
bgC[156]='maroon | 800000';
bgC[157]='white | FFFFFF';
bgC[158]='white smoke | F5F5F5';
bgC[159]='gainsboro | DCDCDC';
bgC[160]='light grey | D3D3D3';
bgC[161]='silver | C0C0C0';
bgC[162]='dark gray | A9A9A9';
bgC[163]='gray | 808080';
bgC[164]='dim gray | 696969';
bgC[165]='black | 000000';

var mount =new Array();
mount[0]="<p>PLAIN NO-MOUNTS : Mount with small spots of silicon adhesive directly to a flat dry surface. Ok for smaller letters. Larger letters need secure mounting. <br><br> SELECT FROM DROP BOX FOR OTHER OPTIONS AND SOLUTIONS</p>";
mount[1]="<p>DOUBLE FACE TAPE : Letters come with double sided tape applied to the back. Tape is 3M #4930 -25mil. This tape is good for most INDOOR applications but NOT guareenteed to work in all situations. Adds 40% to letter cost.<br>ONLY available on 1/8&quot 3/16&quot amd 1/4 letter depth.</p>";
mount[2]="<p>PAD MOUNT : Clear plastic pads glued to the back of the letter. Apply silicone adhesive and tape the letter to your mounting surface (6-12 hours).<br>Pads are NOT flush to the back of letter. For a flush installation use flush studs or plain mount. Best for interior use on dry wall.</p>";
mount[3]="<p>STUD IN BLOCK : Blocks are glued to the backs of the letters to accept threaded metal studs.<br>This option cannot be mounted flush to a surface due to the depth of the blocks and should be used only where a standoff is required.<br><br>MOUNTING TEMPLATE NEEDED!</p>";
mount[4]="<p>COMBINATION MOUNT : is a stud going through an adjustable pad on the top half of the letter and an adjustable pad on the bottom half. You would drill a 1/4&quot; dia. hole to accommodate the stud and screw the pad up or down to allow for uneven surfaces like lap siding.<br><br>MOUNTING TEMPLATE NEEDED!</p>";
mount[5]="<p>COMBINATION ALL MOUNT : is a stud going through an adjustable pad on all locations. You would drill a 1/4 dia. hole to accommodate the stud. Fill hole with silicone. Adjust pads in or out to accommodate uneven surfaces or to allow for standoff from the wall surface.<br><br>MOUNTING TEMPLATE NEEDED!</p>";
mount[6]="<p>FLUSH STUD : Threaded metal studs are screwed into pre-tapped holes in the back of the letter. This option allows for flush mounting the letter to the surface.<br>Requires a minimum 3/8&quot letter depth. Adds 10% to letter cost.<br><br>MOUNTING TEMPLATE NEEDED!</p>";
mount[7]="<p>KEYHOLE : Best solution for interior mounting on drywall. Comes with a mounting template to align screws. To install, tape template to wall, level and screw drywall screws into the wall where indicated on pattern. Remove the template and hang your letters. <br>Requires a minimum 3/8&quot letter depth.<br>Only available for products made in Montana otherwise a flush stud will be substituted.</p>";

var patrn =new Array();
patrn[0]="<p>Templates keep your sign copy properly spaced and vertically aligned. In addition, many folks make the mistake of placing all letters on a single baseline. Did you know that on most fonts rounded letters such as S-C-G-O are usually taller than flat top letters like E-A-I ? The human eye percieves those round letters to be smaller than they actually are. They are normally centerlined on the flat top letters. With the exception of the free spacing tape, mounting patterns take care of this for you.</p>";
patrn[1]="<p>This type of template is best used for pad mounts and no mounts. It comes full size of your sign copy and each letter is perforated. You place it on the wall, Tape and Level it, then rub chalk on it to leave a chalk outline for positioning each letter.<br><br>Cost is $2.50 per letter. However, unlike stud patterns, only one pattern is needed for multiple copies of the same sign.<br>Pounce patterns do NOT have stud locations marked on them.";
patrn[2]="<p>The spacing tape is free. HOWEVER, this tape only gives you the suggested distance each letter should be mounted in relation to the previous one.  It does not take into account getting your letters vertically correct, nor does it show you correct horizontal alignment. In addition, lower case descending letters such as a 'y' will have to be aligned by eye both vertically and horizontally.</p>";
patrn[3]="<p>The stud pattern is the prefered mounting template for all stud and combo type mounts. This pattern is made by hand at the factory and cannot be ordered later without returning the letters. The pattern not only is a full size sign alignment guide but also has the studs marked for each letter. Finding the drilling position for blind studs without a template will be most frustrating and can lead to a bad looking sign. Cost is $2.50 per letter.<br> NOTE: Multiple sets of the same sign require multiple patterns as even identical letters will have different stud locations.</p>";


//-->
