// Data and instructions for display of a Blanche Virgien crewel design
// Revised  8/20/07 to add path to CH web site
// Revised 10/19/07 to add fabric color information to Kit #416
// Revised 11/30/07 to add "[Currently not available]" when appropriate
// Revised 12/06/07 to add "[Currently not available]" to many neckties
// Revised  3/20/08 to add "[Currently not available]" to Kit #384
//                     and to change header name and copywrite from CH to TN
// Revised  4/04/08 to remove "[Currently not available]" from #345G, 345W, 426, 427 & 434
// Revised  8/07/08 to add "[Currently not available]" to Kit #320, 366, 367, 372, 378 & 407
// Revised  8/13/08 to remove "[Currently not available]" from #333 & 335
// Revised 10/10/08 to change CH web site from AOL to www.customhouseofneedlearts.com
// Revised 12/29/08 to add "[Currently not available]" to Kit #304
// Revised  2/17/09 to change window height add-on from 130 to 135,
//                     and to add check for minimum window height
// Revised  2/21/09 to put the item title into the window <TITLE> bar, to activate the
//                     window height logic for an Internet Explorer browser, and to
//                     simplify the "window.open" parameters
// Revised  8/04/09 to add "[Currently not available]" to Kit #423
// Revised  9/30/09 to add "[Currently not available]" to Kit #301, 302, 327, 337, 408,
//			     414 & 426
// Revised  2/12/10 to remove "[Currently not available]" from Kit #316
// Revised  3/01/10 to remove "[Currently not available]" from Kit #322 and 354
// Revised  8/20/10 to add "[Currently not available]" to Kit #460
// Revised  8/21/10 to add "(handle style may vary)" to Bermuda Bags
// Revised  8/26/10 to remove "[Currently not available]" from Kit #304
//			     and to change "hoop" to "diameter" for Kit #301-314
// Revised  9/03/10 to remove "[Currently not available]" from Kit #302

function stopErr() {
  var msg = ""
  msg += "JavaScript error has occurred!" + "\n"
  msg += "Cannot display the desired information." + "\n\n"
  msg += "Your browser is: " + navigator.appName + " " + navigator.appVersion
  alert(msg)
  return true
}

function ShowPicture(itemNum, path) {
  window.onerror = stopErr
  path = "http://www.customhouseofneedlearts.com/kits/" + path
  var pictTitle  = new Array()
  var pictDimen  = new Array()
  var pictImage  = new Array()
  var pictWidth  = new Array()
  var pictHeight = new Array()
  var winWidth
  var winHeight
  // Define the pictures
  pictTitle[ 00] = "Not Found!"
  pictDimen[ 00] = "Not Available"
  pictImage[ 00] = "BVimages/notavailable.gif"
  pictWidth[ 00] = 175; pictHeight[ 00] = 175

  pictTitle[ 01] = "#301 - Black-capped Chickadee [Currently not available]"
  pictDimen[ 01] = "8\" diameter"
  pictImage[ 01] = "BVimages/301.jpg"
  pictWidth[ 01] = 336; pictHeight[ 01] = 342

  pictTitle[ 02] = "#302 - Cardinal"
  pictDimen[ 02] = "8\" diameter"
  pictImage[ 02] = "BVimages/302.jpg"
  pictWidth[ 02] = 336; pictHeight[ 02] = 343

  pictTitle[ 03] = "#303 - Downy Woodpecker"
  pictDimen[ 03] = "8\" diameter"
  pictImage[ 03] = "BVimages/303.jpg"
  pictWidth[ 03] = 340; pictHeight[ 03] = 336

  pictTitle[ 04] = "#304 - Goldfinch"
  pictDimen[ 04] = "8\" diameter"
  pictImage[ 04] = "BVimages/304.jpg"
  pictWidth[ 04] = 336; pictHeight[ 04] = 337

  pictTitle[ 05] = "#305 - Indigo Bunting"
  pictDimen[ 05] = "8\" diameter"
  pictImage[ 05] = "BVimages/305.jpg"
  pictWidth[ 05] = 339; pictHeight[ 05] = 336

  pictTitle[ 06] = "#306 - Nuthatch"
  pictDimen[ 06] = "8\" diameter"
  pictImage[ 06] = "BVimages/306.jpg"
  pictWidth[ 06] = 336; pictHeight[ 06] = 343

  pictTitle[ 07] = "#307 - Oriole"
  pictDimen[ 07] = "8\" diameter"
  pictImage[ 07] = "BVimages/307.jpg"
  pictWidth[ 07] = 336; pictHeight[ 07] = 336

  pictTitle[ 08] = "#308 - Painted Bunting"
  pictDimen[ 08] = "8\" diameter"
  pictImage[ 08] = "BVimages/308.jpg"
  pictWidth[ 08] = 336; pictHeight[ 08] = 339

  pictTitle[ 09] = "#309 - Purple Finch"
  pictDimen[ 09] = "8\" diameter"
  pictImage[ 09] = "BVimages/309.jpg"
  pictWidth[ 09] = 339; pictHeight[ 09] = 336

  pictTitle[ 10] = "#310 - Red Poll"
  pictDimen[ 10] = "8\" diameter"
  pictImage[ 10] = "BVimages/310.jpg"
  pictWidth[ 10] = 339; pictHeight[ 10] = 336

  pictTitle[ 11] = "#311 - Song Sparrow"
  pictDimen[ 11] = "8\" diameter"
  pictImage[ 11] = "BVimages/311.jpg"
  pictWidth[ 11] = 336; pictHeight[ 11] = 337

  pictTitle[ 12] = "#312 - Tufted Titmouse [Currently not available]"
  pictDimen[ 12] = "8\" diameter"
  pictImage[ 12] = "BVimages/312.jpg"
  pictWidth[ 12] = 336; pictHeight[ 12] = 339

  pictTitle[ 13] = "#313 - White-winged Crossbill"
  pictDimen[ 13] = "8\" diameter"
  pictImage[ 13] = "BVimages/313.jpg"
  pictWidth[ 13] = 336; pictHeight[ 13] = 346

  pictTitle[ 14] = "#314 - Wood Thrush"
  pictDimen[ 14] = "8\" diameter"
  pictImage[ 14] = "BVimages/314.jpg"
  pictWidth[ 14] = 336; pictHeight[ 14] = 337

  pictTitle[ 15] = "#315 - Bird In A Wreath"
  pictDimen[ 15] = "12\" pillow"
  pictImage[ 15] = "BVimages/315.jpg"
  pictWidth[ 15] = 358; pictHeight[ 15] = 336

  pictTitle[ 16] = "#316 - Bluebird"
  pictDimen[ 16] = "14\" pillow"
  pictImage[ 16] = "BVimages/316.jpg"
  pictWidth[ 16] = 349; pictHeight[ 16] = 336

  pictTitle[ 17] = "#317 - Della Robbia [Currently not available]"
  pictDimen[ 17] = "17\" pillow"
  pictImage[ 17] = "BVimages/317.jpg"
  pictWidth[ 17] = 352; pictHeight[ 17] = 336

  pictTitle[ 18] = "#318 - Fairy Ring Mushrooms"
  pictDimen[ 18] = "12\"h_x_18\"w_pillow"
  pictImage[ 18] = "BVimages/318.jpg"
  pictWidth[ 18] = 448; pictHeight[ 18] = 293

  pictTitle[ 19] = "#319 - Four Mushrooms Study"
  pictDimen[ 19] = "14\"h_x_18\"w_pillow"
  pictImage[ 19] = "BVimages/319.jpg"
  pictWidth[ 19] = 448; pictHeight[ 19] = 319

  pictTitle[ 20] = "#320 - Hospitality (Pineapple) [Currently not available]"
  pictDimen[ 20] = "14\" pillow"
  pictImage[ 20] = "BVimages/320.jpg"
  pictWidth[ 20] = 347; pictHeight[ 20] = 336

  pictTitle[ 21] = "#321 - Mushrooms"
  pictDimen[ 21] = "14\" pillow"
  pictImage[ 21] = "BVimages/321.jpg"
  pictWidth[ 21] = 350; pictHeight[ 21] = 336

  pictTitle[ 22] = "#322 - Oval Fruit Ring"
  pictDimen[ 22] = "12\"h_x_18\"w_pillow"
  pictImage[ 22] = "BVimages/322.jpg"
  pictWidth[ 22] = 448; pictHeight[ 22] = 286

  pictTitle[ 23] = "#323 - Ruby Crowned Kinglets"
  pictDimen[ 23] = "14\" pillow"
  pictImage[ 23] = "BVimages/323.jpg"
  pictWidth[ 23] = 343; pictHeight[ 23] = 336

  pictTitle[ 24] = "#324 - Scarlet Tanager"
  pictDimen[ 24] = "14\" pillow"
  pictImage[ 24] = "BVimages/324.jpg"
  pictWidth[ 24] = 346; pictHeight[ 24] = 336

  pictTitle[ 25] = "#325 - Spring Bouquet"
  pictDimen[ 25] = "12\" pillow"
  pictImage[ 25] = "BVimages/325.jpg"
  pictWidth[ 25] = 347; pictHeight[ 25] = 336

  pictTitle[ 26] = "#326 - Sunshine Bouquet"
  pictDimen[ 26] = "12\" pillow"
  pictImage[ 26] = "BVimages/326.jpg"
  pictWidth[ 26] = 342; pictHeight[ 26] = 336

  pictTitle[ 27] = "#327 - White On White [Currently not available]"
  pictDimen[ 27] = "14\" pillow"
  pictImage[ 27] = "BVimages/327.jpg"
  pictWidth[ 27] = 348; pictHeight[ 27] = 336

  pictTitle[ 28] = "#328 - Black-capped Chickadee Shoulder Bag"
  pictDimen[ 28] = "10\"w x 9\"h bag"
  pictImage[ 28] = "BVimages/328.jpg"
  pictWidth[ 28] = 335; pictHeight[ 28] = 448

  pictTitle[ 29] = "#329 - Cardinals And Jasmine Shoulder Bag [Currently not available]"
  pictDimen[ 29] = "10\"w x 9\"h bag"
  pictImage[ 29] = "BVimages/329.jpg"
  pictWidth[ 29] = 336; pictHeight[ 29] = 410

  pictTitle[ 30] = "#330 - Daisies Shoulder Bag"
  pictDimen[ 30] = "10\"w x 9\"h bag"
  pictImage[ 30] = "BVimages/330.jpg"
  pictWidth[ 30] = 309; pictHeight[ 30] = 448

  pictTitle[ 31] = "#331 - Maple Leaves Shoulder Bag"
  pictDimen[ 31] = "10\"w x 9\"h bag"
  pictImage[ 31] = "BVimages/331.jpg"
  pictWidth[ 31] = 317; pictHeight[ 31] = 448

  pictTitle[ 32] = "#332 - White On White Shoulder_Bag"
  pictDimen[ 32] = "10\"w x 9\"h bag"
  pictImage[ 32] = "BVimages/332.jpg"
  pictWidth[ 32] = 301; pictHeight[ 32] = 448

  pictTitle[ 33] = "#333 - White-winged Crossbill Shoulder Bag"
  pictDimen[ 33] = "10\"w x 9\"h bag"
  pictImage[ 33] = "BVimages/333.jpg"
  pictWidth[ 33] = 326; pictHeight[ 33] = 448

  pictTitle[ 34] = "#334 - Wildflowers Shoulder Bag"
  pictDimen[ 34] = "10\"w x 9\"h bag"
  pictImage[ 34] = "BVimages/334.jpg"
  pictWidth[ 34] = 336; pictHeight[ 34] = 447

  pictTitle[ 35] = "#335 - Basket Of Flowers Pillow"
  pictDimen[ 35] = "14\" pillow"
  pictImage[ 35] = "BVimages/335.jpg"
  pictWidth[ 35] = 340; pictHeight[ 35] = 336

  pictTitle[ 36] = "#336 - Flowers With Spider Web"
  pictDimen[ 36] = "9\"w x 8\"h"
  pictImage[ 36] = "BVimages/336.jpg"
  pictWidth[ 36] = 354; pictHeight[ 36] = 336

  pictTitle[ 37] = "#337 - Crowing Rooster [Currently not available]"
  pictDimen[ 37] = "9\"w x 7\"h"
  pictImage[ 37] = "BVimages/337.jpg"
  pictWidth[ 37] = 371; pictHeight[ 37] = 336

  pictTitle[ 38] = "#338 - Honey Tree"
  pictDimen[ 38] = "frames_to_9\"_x_16\""
  pictImage[ 38] = "BVimages/338.jpg"
  pictWidth[ 38] = 237; pictHeight[ 38] = 448

  pictTitle[ 39] = "#339M - Mountain Laurel Clutch Bag"
  pictDimen[ 39] = "9\"w_x_5_1/2\"h_bag"
  pictImage[ 39] = "BVimages/339M.jpg"
  pictWidth[ 39] = 448; pictHeight[ 39] = 247

  pictTitle[ 40] = "#339W - White On White Clutch Bag [Currently not available]"
  pictDimen[ 40] = "9\"w_x_5_1/2\"h_bag"
  pictImage[ 40] = "BVimages/339W.jpg"
  pictWidth[ 40] = 448; pictHeight[ 40] = 245

  pictTitle[ 41] = "#340 - Pansies Clutch Bag"
  pictDimen[ 41] = "9\"w_x_5_1/2\"h_bag"
  pictImage[ 41] = "BVimages/340.jpg"
  pictWidth[ 41] = 448; pictHeight[ 41] = 246

  pictTitle[ 42] = "#341 - Strawberries Clutch Bag"
  pictDimen[ 42] = "9\"w_x_5_1/2\"h_bag"
  pictImage[ 42] = "BVimages/341.jpg"
  pictWidth[ 42] = 448; pictHeight[ 42] = 230

  pictTitle[ 43] = "#342 - Hot Air Balloon Festival Door Stop / Book End"
  pictDimen[ 43] = "3_1/2\"_x_8\"_front"
  pictImage[ 43] = "BVimages/342.jpg"
  pictWidth[ 43] = 225; pictHeight[ 43] = 448

  pictTitle[ 44] = "#343 - Home Garden Harvest Door_Stop / Book End"
  pictDimen[ 44] = "3_1/2\"_x_8\"_front"
  pictImage[ 44] = "BVimages/343.jpg"
  pictWidth[ 44] = 448; pictHeight[ 44] = 208

  pictTitle[ 45] = "#344 - Cucumber Hill Door_Stop_/_Book End"
  pictDimen[ 45] = "3_1/2\"_x_8\"_front"
  pictImage[ 45] = "BVimages/344.jpg"
  pictWidth[ 45] = 448; pictHeight[ 45] = 224

  pictTitle[ 46] = "#345B - Beige On Beige Pineapple Door Stop / Book End [Currently not available]"
  pictDimen[ 46] = "3_1/2\"_x_8\"_front"
  pictImage[ 46] = "BVimages/345B.jpg"
  pictWidth[ 46] = 235; pictHeight[ 46] = 448

  pictTitle[ 47] = "#345G - Pineapple On Green Door_Stop / Book End"
  pictDimen[ 47] = "3_1/2\"_x_8\"_front"
  pictImage[ 47] = "BVimages/345G.jpg"
  pictWidth[ 47] = 220; pictHeight[ 47] = 448

  pictTitle[ 48] = "#345W - White On White Pineapple Door Stop / Book End"
  pictDimen[ 48] = "3_1/2\"_x_8\"_front"
  pictImage[ 48] = "BVimages/345W.jpg"
  pictWidth[ 48] = 240; pictHeight[ 48] = 448

  pictTitle[ 49] = "#346 / 346H - Black-capped Chickadees Bermuda_Bag"
  pictDimen[ 49] = "8\" handle (available_without_or_with_handle) (handle_style_may_vary)"
  pictImage[ 49] = "BVimages/346.jpg"
  pictWidth[ 49] = 397; pictHeight[ 49] = 336

  pictTitle[ 50] = "#347 / 347H - Daisies With Butterfly Bermuda_Bag"
  pictDimen[ 50] = "8\" handle (available_without_or_with_handle) (handle_style_may_vary)"
  pictImage[ 50] = "BVimages/347.jpg"
  pictWidth[ 50] = 371; pictHeight[ 50] = 336

  pictTitle[ 51] = "#348 / 348H - Diamonds Bermuda Bag"
  pictDimen[ 51] = "8\" handle (available_without_or_with_handle) (handle_style_may_vary)"
  pictImage[ 51] = "BVimages/348.jpg"
  pictWidth[ 51] = 369; pictHeight[ 51] = 336

  pictTitle[ 52] = "#349 / 349H - Mountain Laurel Bermuda_Bag"
  pictDimen[ 52] = "8\" handle (available_without_or_with_handle) (handle_style_may_vary)"
  pictImage[ 52] = "BVimages/349.jpg"
  pictWidth[ 52] = 353; pictHeight[ 52] = 336

  pictTitle[ 53] = "#350 / 350H - Mushrooms Bermuda Bag"
  pictDimen[ 53] = "8\" handle (available_without_or_with_handle) (handle_style_may_vary)"
  pictImage[ 53] = "BVimages/350.jpg"
  pictWidth[ 53] = 361; pictHeight[ 53] = 336

  pictTitle[ 54] = "#351 / 351H - Pansies Bermuda Bag"
  pictDimen[ 54] = "8\" handle (available_without_or_with_handle) (handle_style_may_vary)"
  pictImage[ 54] = "BVimages/351.jpg"
  pictWidth[ 54] = 365; pictHeight[ 54] = 336

  pictTitle[ 55] = "#352 / 352H - Pink Daisies Bermuda Bag"
  pictDimen[ 55] = "8\" handle (available_without_or_with_handle) (handle_style_may_vary)"
  pictImage[ 55] = "BVimages/352.jpg"
  pictWidth[ 55] = 360; pictHeight[ 55] = 336

  pictTitle[ 56] = "#353 / 353H - Strawberries Bermuda Bag"
  pictDimen[ 56] = "8\" handle (available_without_or_with_handle) (handle_style_may_vary)"
  pictImage[ 56] = "BVimages/353.jpg"
  pictWidth[ 56] = 379; pictHeight[ 56] = 336

  pictTitle[ 57] = "#354 / 354H - White On White Bermuda Bag"
  pictDimen[ 57] = "8\" handle (available_without_or_with_handle) (handle_style_may_vary)"
  pictImage[ 57] = "BVimages/354.jpg"
  pictWidth[ 57] = 369; pictHeight[ 57] = 336

  pictTitle[ 58] = "#355 - Edible Boletus Mushrooms"
  pictDimen[ 58] = "frames_to_6\"_x_8\""
  pictImage[ 58] = "BVimages/355.jpg"
  pictWidth[ 58] = 436; pictHeight[ 58] = 336

  pictTitle[ 59] = "#356 - Morel Mushrooms"
  pictDimen[ 59] = "frames_to_6\"_x_8\""
  pictImage[ 59] = "BVimages/356.jpg"
  pictWidth[ 59] = 448; pictHeight[ 59] = 333

  pictTitle[ 60] = "#357 - Violet Cortinarious &amp; Bird's_Nest_Mushrooms"
  pictDimen[ 60] = "frames_to_6\"_x_8\""
  pictImage[ 60] = "BVimages/357.jpg"
  pictWidth[ 60] = 436; pictHeight[ 60] = 336

  pictTitle[ 61] = "#358 - Western Fly Agaric Mushrooms"
  pictDimen[ 61] = "frames_to_6\"_x_8\""
  pictImage[ 61] = "BVimages/358.jpg"
  pictWidth[ 61] = 448; pictHeight[ 61] = 333

  pictTitle[ 62] = "#359 - Bee And Beehive Bookmark"
  pictDimen[ 62] = "2_1/2\"_x_10\"_finished"
  pictImage[ 62] = "BVimages/359.jpg"
  pictWidth[ 62] = 126; pictHeight[ 62] = 448

  pictTitle[ 63] = "#360 - Bookworm Bookmark"
  pictDimen[ 63] = "2_1/2\"_x_10\"_finished"
  pictImage[ 63] = "BVimages/360.jpg"
  pictWidth[ 63] = 134; pictHeight[ 63] = 448

  pictTitle[ 64] = "#361 - Calla Lilies Bookmark"
  pictDimen[ 64] = "2_1/2\"_x_10\"_finished"
  pictImage[ 64] = "BVimages/361.jpg"
  pictWidth[ 64] = 126; pictHeight[ 64] = 448

  pictTitle[ 65] = "#362 - Giraffe Bookmark"
  pictDimen[ 65] = "2_1/2\"_x_10\"_finished"
  pictImage[ 65] = "BVimages/362.jpg"
  pictWidth[ 65] = 134; pictHeight[ 65] = 448

  pictTitle[ 66] = "#363 - Owl And Mouse Bookmark"
  pictDimen[ 66] = "2_1/2\"_x_10\"_finished"
  pictImage[ 66] = "BVimages/363.jpg"
  pictWidth[ 66] = 126; pictHeight[ 66] = 448

  pictTitle[ 67] = "#364 - Soldier In Guard House Bookmark"
  pictDimen[ 67] = "2_1/2\"_x_10\"_finished"
  pictImage[ 67] = "BVimages/364.jpg"
  pictWidth[ 67] = 135; pictHeight[ 67] = 448

  pictTitle[ 68] = "#365 - Butterfly Sachet"
  pictDimen[ 68] = "5\"_x_5\"_finished"
  pictImage[ 68] = "BVimages/365.jpg"
  pictWidth[ 68] = 336; pictHeight[ 68] = 339

  pictTitle[ 69] = "#366 - Mountain Laurel Sachet [Currently not available]"
  pictDimen[ 69] = "5\"_x_5\"_finished"
  pictImage[ 69] = "BVimages/366.jpg"
  pictWidth[ 69] = 336; pictHeight[ 69] = 339

  pictTitle[ 70] = "#367 - Pine Cone Sachet [Currently not available]"
  pictDimen[ 70] = "5\"_x_5\"_finished"
  pictImage[ 70] = "BVimages/367.jpg"
  pictWidth[ 70] = 336; pictHeight[ 70] = 340

  pictTitle[ 71] = "#368 - Rosebuds Sachet"
  pictDimen[ 71] = "5\"_x_5\"_finished"
  pictImage[ 71] = "BVimages/368.jpg"
  pictWidth[ 71] = 336; pictHeight[ 71] = 340

  pictTitle[ 72] = "#369 - Apple, Pear, Grapes"
  pictDimen[ 72] = "5\" square"
  pictImage[ 72] = "BVimages/369.jpg"
  pictWidth[ 72] = 341; pictHeight[ 72] = 336

  pictTitle[ 73] = "#370 - Pear, Grapes, Quince"
  pictDimen[ 73] = "5\" square"
  pictImage[ 73] = "BVimages/370.jpg"
  pictWidth[ 73] = 345; pictHeight[ 73] = 336

  pictTitle[ 74] = "#371 - Pintail Ducks"
  pictDimen[ 74] = "frames_to_15\"_x_30\""
  pictImage[ 74] = "BVimages/371.jpg"
  pictWidth[ 74] = 234; pictHeight[ 74] = 448

  pictTitle[ 75] = "#372 - Wood Ducks [Currently not available]"
  pictDimen[ 75] = "frames_to_14\"_x_16\""
  pictImage[ 75] = "BVimages/372.jpg"
  pictWidth[ 75] = 377; pictHeight[ 75] = 336

  pictTitle[ 76] = "#373 - Columbine And Bumblebee Eye Glass Case"
  pictDimen[ 76] = "3 3/4\" x 7 1/2\""
  pictImage[ 76] = "BVimages/373.jpg"
  pictWidth[ 76] = 226; pictHeight[ 76] = 448

  pictTitle[ 77] = "#374 - Fairy Ring Mushrooms Eye_Glass_Case"
  pictDimen[ 77] = "3 3/4\" x 7 1/2\""
  pictImage[ 77] = "BVimages/374.jpg"
  pictWidth[ 77] = 226; pictHeight[ 77] = 448

  pictTitle[ 78] = "#375 - Owl And Mouse Eye Glass Case"
  pictDimen[ 78] = "3 3/4\" x 7 1/2\""
  pictImage[ 78] = "BVimages/375.jpg"
  pictWidth[ 78] = 228; pictHeight[ 78] = 448

  pictTitle[ 79] = "#376 - Bookworm Eye Glass Case"
  pictDimen[ 79] = "3 3/4\" x 7 1/2\""
  pictImage[ 79] = "BVimages/376.jpg"
  pictWidth[ 79] = 225; pictHeight[ 79] = 448

  pictTitle[ 80] = "#377 - Black-capped Chickadees &amp;_Sunflowers"
  pictDimen[ 80] = "frames_to_14\"_x_20\""
  pictImage[ 80] = "BVimages/377.jpg"
  pictWidth[ 80] = 306; pictHeight[ 80] = 448

  pictTitle[ 81] = "#378 - Canada Geese [Currently not available]"
  pictDimen[ 81] = "frames_to_12\"_x_20\""
  pictImage[ 81] = "BVimages/378.jpg"
  pictWidth[ 81] = 448; pictHeight[ 81] = 266

  pictTitle[ 82] = "#379 - The Cardinals"
  pictDimen[ 82] = "frames_to_16\"_x_20\""
  pictImage[ 82] = "BVimages/379.jpg"
  pictWidth[ 82] = 336; pictHeight[ 82] = 395

  pictTitle[ 83] = "#380 - Cat Nap"
  pictDimen[ 83] = "frames_to_14\"_x_14\""
  pictImage[ 83] = "BVimages/380.jpg"
  pictWidth[ 83] = 336; pictHeight[ 83] = 338

  pictTitle[ 84] = "#381 - Catnip And Mice"
  pictDimen[ 84] = "10\" circle"
  pictImage[ 84] = "BVimages/381.jpg"
  pictWidth[ 84] = 336; pictHeight[ 84] = 339

  pictTitle[ 85] = "#382 - Child's Gift"
  pictDimen[ 85] = "frames_to_12\"_x_18\""
  pictImage[ 85] = "BVimages/382.jpg"
  pictWidth[ 85] = 318; pictHeight[ 85] = 448

  pictTitle[ 86] = "#382D - Child's Gift With Daisies"
  pictDimen[ 86] = "frames_to_10\"_x_17\""
  pictImage[ 86] = "BVimages/382D.jpg"
  pictWidth[ 86] = 282; pictHeight[ 86] = 448

  pictTitle[ 87] = "#383 - The City"
  pictDimen[ 87] = "frames_to_19\"_x_25\""
  pictImage[ 87] = "BVimages/383.jpg"
  pictWidth[ 87] = 411; pictHeight[ 87] = 336

  pictTitle[ 88] = "#384 - Counting Sheep [Currently not available]"
  pictDimen[ 88] = "frames_to_12\"_x_21\""
  pictImage[ 88] = "BVimages/384.jpg"
  pictWidth[ 88] = 448; pictHeight[ 88] = 279

  pictTitle[ 89] = "#385 - Daffodil Mixed Bouquet"
  pictDimen[ 89] = "frames_to_14\"_x_18\""
  pictImage[ 89] = "BVimages/385.jpg"
  pictWidth[ 89] = 336; pictHeight[ 89] = 425

  pictTitle[ 90] = "#386 - Dog's Life"
  pictDimen[ 90] = "frames_to_14\"_x_14\""
  pictImage[ 90] = "BVimages/386.jpg"
  pictWidth[ 90] = 338; pictHeight[ 90] = 336

  pictTitle[ 91] = "#387 - Fish Family"
  pictDimen[ 91] = "frames_to_11\"_x_22\""
  pictImage[ 91] = "BVimages/387.jpg"
  pictWidth[ 91] = 448; pictHeight[ 91] = 219

  pictTitle[ 92] = "#388 - Frogs And Ferns"
  pictDimen[ 92] = "frames_to_10\"_x_17\""
  pictImage[ 92] = "BVimages/388.jpg"
  pictWidth[ 92] = 448; pictHeight[ 92] = 278

  pictTitle[ 93] = "#389 - Goldfinches & Thistles [Currently not available]"
  pictDimen[ 93] = "frames_to_16\"_x_20\""
  pictImage[ 93] = "BVimages/389.jpg"
  pictWidth[ 93] = 336; pictHeight[ 93] = 426

  pictTitle[ 94] = "#390 - Goldfish Pond"
  pictDimen[ 94] = "10\" circle"
  pictImage[ 94] = "BVimages/390.jpg"
  pictWidth[ 94] = 336; pictHeight[ 94] = 342

  pictTitle[ 95] = "#391 - Gourds"
  pictDimen[ 95] = "frames_to_5\"_x_7\""
  pictImage[ 95] = "BVimages/391.jpg"
  pictWidth[ 95] = 448; pictHeight[ 95] = 334

  pictTitle[ 96] = "#392 - High Society"
  pictDimen[ 96] = "frames_to_12\"_x_20\""
  pictImage[ 96] = "BVimages/392.jpg"
  pictWidth[ 96] = 271; pictHeight[ 96] = 448

  pictTitle[ 97] = "#393 - Indian Paintbrush &amp; Daisies"
  pictDimen[ 97] = "frames_to_10\"_x_20\""
  pictImage[ 97] = "BVimages/393.jpg"
  pictWidth[ 97] = 448; pictHeight[ 97] = 236

  pictTitle[ 98] = "#394 - Mother Goose Rhymes [Currently not available]"
  pictDimen[ 98] = "frames_to_18\"_x_22\""
  pictImage[ 98] = "BVimages/394.jpg"
  pictWidth[ 98] = 410; pictHeight[ 98] = 336

  pictTitle[ 99] = "#395 - Mother Nature &amp; The_Four_Seasons"
  pictDimen[ 99] = "frames_to_12\"_x_16\""
  pictImage[ 99] = "BVimages/395.jpg"
  pictWidth[ 99] = 420; pictHeight[ 99] = 336

  pictTitle[100] = "#396 - Olde Towne"
  pictDimen[100] = "frames_to_9\"_x_20\""
  pictImage[100] = "BVimages/396.jpg"
  pictWidth[100] = 239; pictHeight[100] = 448

  pictTitle[101] = "#397 - Onions Still Life"
  pictDimen[101] = "frames_to_10\"_x_14\""
  pictImage[101] = "BVimages/397.jpg"
  pictWidth[101] = 448; pictHeight[101] = 323

  pictTitle[102] = "#398 - Partridge In A Pear Tree"
  pictDimen[102] = "frames_to_14\"_x_16\""
  pictImage[102] = "BVimages/398.jpg"
  pictWidth[102] = 336; pictHeight[102] = 412

  pictTitle[103] = "#399C - Cardinals And Jasmine"
  pictDimen[103] = "6 3/4\" x 8 1/2\""
  pictImage[103] = "BVimages/399C.jpg"
  pictWidth[103] = 440; pictHeight[103] = 336

  pictTitle[104] = "#399D - Dill Pickles"
  pictDimen[104] = "fits_7\"_x_10\"_oval"
  pictImage[104] = "BVimages/399D.jpg"
  pictWidth[104] = 448; pictHeight[104] = 268

  pictTitle[105] = "#400 - Party Line"
  pictDimen[105] = "frames_to_13\"_x_25\""
  pictImage[105] = "BVimages/400.jpg"
  pictWidth[105] = 448; pictHeight[105] = 237

  pictTitle[106] = "#401B - Buff Poodle"
  pictDimen[106] = "frames_to_8\"_x_10\""
  pictImage[106] = "BVimages/401B.jpg"
  pictWidth[106] = 336; pictHeight[106] = 364

  pictTitle[107] = "#401G - Gray Poodle"
  pictDimen[107] = "frames_to_8\"_x_10\""
  pictImage[107] = "BVimages/401G.jpg"
  pictWidth[107] = 336; pictHeight[107] = 364

  pictTitle[108] = "#401K - Black Poodle"
  pictDimen[108] = "frames_to_8\"_x_10\""
  pictImage[108] = "BVimages/401K.jpg"
  pictWidth[108] = 336; pictHeight[108] = 364

  pictTitle[109] = "#402 - Raccoon"
  pictDimen[109] = "10\" circle"
  pictImage[109] = "BVimages/402.jpg"
  pictWidth[109] = 336; pictHeight[109] = 353

  pictTitle[110] = "#403 - Raspberries In A Basket [Currently not available]"
  pictDimen[110] = "frames_to_12\"_x_18\""
  pictImage[110] = "BVimages/403.jpg"
  pictWidth[110] = 448; pictHeight[110] = 297

  pictTitle[111] = "#404 - Robin Red Breast Family"
  pictDimen[111] = "frames_to_14\"_x_16\""
  pictImage[111] = "BVimages/404.jpg"
  pictWidth[111] = 336; pictHeight[111] = 388

  pictTitle[112] = "#405 - Ruffed Grouse"
  pictDimen[112] = "frames_to_9\"_x_9\""
  pictImage[112] = "BVimages/405.jpg"
  pictWidth[112] = 338; pictHeight[112] = 336

  pictTitle[113] = "#406 - Sea Gulls On Dock [Currently not available]"
  pictDimen[113] = "frames_to_8\"_x_24\""
  pictImage[113] = "BVimages/406.jpg"
  pictWidth[113] = 448; pictHeight[113] = 153

  pictTitle[114] = "#407 - Sea Gulls In Flight [Currently not available]"
  pictDimen[114] = "frames_to_16\"_x_32\""
  pictImage[114] = "BVimages/407.jpg"
  pictWidth[114] = 246; pictHeight[114] = 448

  pictTitle[115] = "#408 - Ship-N-Whale [Currently not available]"
  pictDimen[115] = "frames_to_8\"_x_10\""
  pictImage[115] = "BVimages/408.jpg"
  pictWidth[115] = 336; pictHeight[115] = 411

  pictTitle[116] = "#409 - Ski Scene [Currently not available]"
  pictDimen[116] = "frames_to_20\"_x_20\""
  pictImage[116] = "BVimages/409.jpg"
  pictWidth[116] = 351; pictHeight[116] = 336

  pictTitle[117] = "#410 - Snowy Owls"
  pictDimen[117] = "frames_to_13\"_x_17\""
  pictImage[117] = "BVimages/410.jpg"
  pictWidth[117] = 431; pictHeight[117] = 336

  pictTitle[118] = "#411 - Squash"
  pictDimen[118] = "frames_to_5\"_x_7\""
  pictImage[118] = "BVimages/411.jpg"
  pictWidth[118] = 448; pictHeight[118] = 333

  pictTitle[119] = "#412 - Star Spangled Eagle"
  pictDimen[119] = "frames_to_12\"_x_14\""
  pictImage[119] = "BVimages/412.jpg"
  pictWidth[119] = 336; pictHeight[119] = 383

  pictTitle[120] = "#413 - Strawberries In A Basket [Currently not available]"
  pictDimen[120] = "frames_to_12\"_x_18\""
  pictImage[120] = "BVimages/413.jpg"
  pictWidth[120] = 448; pictHeight[120] = 300

  pictTitle[121] = "#414 - The Swans [Currently not available]"
  pictDimen[121] = "frames_to_22\"_x_14\""
  pictImage[121] = "BVimages/414.jpg"
  pictWidth[121] = 448; pictHeight[121] = 287

  pictTitle[122] = "#415 - Village And Farm"
  pictDimen[122] = "frames_to_20\"_x_24\""
  pictImage[122] = "BVimages/415.jpg"
  pictWidth[122] = 336; pictHeight[122] = 406

  pictTitle[123] = "#416 - Wildflower Panel (on_Aqua_or_Cinnamon)"
  pictDimen[123] = "frames_to_16\"_x_36\""
  pictImage[123] = "BVimages/416.jpg"
  pictWidth[123] = 202; pictHeight[123] = 448

  pictTitle[124] = "#417 - Window Bird Feeder Scene"
  pictDimen[124] = "frames_to_24\"_x_32\""
  pictImage[124] = "BVimages/417.jpg"
  pictWidth[124] = 448; pictHeight[124] = 320

  pictTitle[125] = "#418 - Winter Friends"
  pictDimen[125] = "frames_to_12\"_x_14\""
  pictImage[125] = "BVimages/418.jpg"
  pictWidth[125] = 336; pictHeight[125] = 384

  pictTitle[126] = "#419 - Woodland Scrapbook"
  pictDimen[126] = "frames_to_22\"_x_26\""
  pictImage[126] = "BVimages/419.jpg"
  pictWidth[126] = 396; pictHeight[126] = 336

  pictTitle[127] = "#420 - Cactus Box/Pincushion"
  pictDimen[127] = "5\" circle"
  pictImage[127] = "BVimages/420.jpg"
  pictWidth[127] = 336; pictHeight[127] = 350

  pictTitle[128] = "#421 - Flower Border Apron"
  pictDimen[128] = "15\" long"
  pictImage[128] = "BVimages/421.jpg"
  pictWidth[128] = 337; pictHeight[128] = 336

  pictTitle[129] = "#422 - Flowers Footstool Or Pillow"
  pictDimen[129] = "14\" x 18\""
  pictImage[129] = "BVimages/422.jpg"
  pictWidth[129] = 440; pictHeight[129] = 336

  pictTitle[130] = "#423 - Holly Ball [Currently not available]"
  pictDimen[130] = "7\" diameter"
  pictImage[130] = "BVimages/423.jpg"
  pictWidth[130] = 157; pictHeight[130] = 448

  pictTitle[131] = "#424 - Red Polls On Holly Branch"
  pictDimen[131] = "frames_to_9\"_x_16\""
  pictImage[131] = "BVimages/424.jpg"
  pictWidth[131] = 448; pictHeight[131] = 284

  pictTitle[132] = "#425 - Sun 'N Sail"
  pictDimen[132] = "5\" square"
  pictImage[132] = "BVimages/425.jpg"
  pictWidth[132] = 336; pictHeight[132] = 375

  pictTitle[133] = "#426 - Queen Anne's Lace Tote_Bag [Currently not available]"
  pictDimen[133] = "10_1/2\"w_x_11_1/2\"h"
  pictImage[133] = "BVimages/426.jpg"
  pictWidth[133] = 296; pictHeight[133] = 448

  pictTitle[134] = "#427 - Baker's Witch Decorative_Potholder"
  pictDimen[134] = "7\" x 7\""
  pictImage[134] = "BVimages/427.jpg"
  pictWidth[134] = 392; pictHeight[134] = 400

  pictTitle[135] = "#428 - Dieter's Hangup [Currently not available]"
  pictDimen[135] = "9\" x 8\""
  pictImage[135] = "BVimages/428.jpg"
  pictWidth[135] = 392; pictHeight[135] = 336

  pictTitle[136] = "#429 - Dill Decorative_Potholder"
  pictDimen[136] = "7\" x 7\""
  pictImage[136] = "BVimages/429.jpg"
  pictWidth[136] = 400; pictHeight[136] = 400

  pictTitle[137] = "#430 - Dill Pickles Decorative_Potholder"
  pictDimen[137] = "7\" x 7\""
  pictImage[137] = "BVimages/430.jpg"
  pictWidth[137] = 400; pictHeight[137] = 400

  pictTitle[138] = "#431 - Fruit Decorative_Potholder"
  pictDimen[138] = "7\" x 7\""
  pictImage[138] = "BVimages/431.jpg"
  pictWidth[138] = 379; pictHeight[138] = 400

  pictTitle[139] = "#432 - Gourds And Squash Decorative_Potholder"
  pictDimen[139] = "7\" x 7\""
  pictImage[139] = "BVimages/432.jpg"
  pictWidth[139] = 384; pictHeight[139] = 400

  pictTitle[140] = "#433 - Large Strawberry Whatnot"
  pictDimen[140] = "7\" x 6\""
  pictImage[140] = "BVimages/433.jpg"
  pictWidth[140] = 336; pictHeight[140] = 382

  pictTitle[141] = "#434 - Meat &amp; Vegetable Witch Decorative_Potholder"
  pictDimen[141] = "7\" x 7\""
  pictImage[141] = "BVimages/434.jpg"
  pictWidth[141] = 380; pictHeight[141] = 400

  pictTitle[142] = "#435 - Noel Christmas Hangup"
  pictDimen[142] = "8\" x 9\""
  pictImage[142] = "BVimages/435.jpg"
  pictWidth[142] = 336; pictHeight[142] = 409

  pictTitle[143] = "#436 - Bowling Necktie"
  pictDimen[143] = "3 3/4\" x 55\""
  pictImage[143] = "BVimages/436.jpg"
  pictWidth[143] = 122; pictHeight[143] = 448

  pictTitle[144] = "#437 - Canada Geese Necktie"
  pictDimen[144] = "3 3/4\" x 55\""
  pictImage[144] = "BVimages/437.jpg"
  pictWidth[144] = 101; pictHeight[144] = 448

  pictTitle[145] = "#438 - Crossed Tennis Racquets Necktie [Currently not available]"
  pictDimen[145] = "3 3/4\" x 55\""
  pictImage[145] = "BVimages/438.jpg"
  pictWidth[145] = 122; pictHeight[145] = 448

  pictTitle[146] = "#439 - \"Curtiss Jenny\" Airplane Necktie"
  pictDimen[146] = "3 3/4\" x 55\""
  pictImage[146] = "BVimages/439.jpg"
  pictWidth[146] = 122; pictHeight[146] = 448

  pictTitle[147] = "#440C - Golf Necktie on cream [Currently not available]"
  pictDimen[147] = "3 3/4\" x 55\""
  pictImage[147] = "BVimages/440C.jpg"
  pictWidth[147] = 111; pictHeight[147] = 448

  pictTitle[148] = "#440G - Golf Necktie on green [Currently not available]"
  pictDimen[148] = "3 3/4\" x 55\""
  pictImage[148] = "BVimages/440G.jpg"
  pictWidth[148] = 125; pictHeight[148] = 448

  pictTitle[149] = "#441 - Horse Necktie"
  pictDimen[149] = "3 3/4\" x 55\""
  pictImage[149] = "BVimages/441.jpg"
  pictWidth[149] = 122; pictHeight[149] = 448

  pictTitle[150] = "#442 - The Hunting Hounds Necktie"
  pictDimen[150] = "3 3/4\" x 55\""
  pictImage[150] = "BVimages/442.jpg"
  pictWidth[150] = 117; pictHeight[150] = 448

  pictTitle[151] = "#443 - Lawyer Necktie"
  pictDimen[151] = "3 3/4\" x 55\""
  pictImage[151] = "BVimages/443.jpg"
  pictWidth[151] = 150; pictHeight[151] = 448

  pictTitle[152] = "#444 - The Lighthouse Necktie"
  pictDimen[152] = "3 3/4\" x 55\""
  pictImage[152] = "BVimages/444.jpg"
  pictWidth[152] = 117; pictHeight[152] = 448

  pictTitle[153] = "#445 - Mallards Necktie"
  pictDimen[153] = "3 3/4\" x 55\""
  pictImage[153] = "BVimages/445.jpg"
  pictWidth[153] = 122; pictHeight[153] = 448

  pictTitle[154] = "#446 - Doctor Necktie"
  pictDimen[154] = "3 3/4\" x 55\""
  pictImage[154] = "BVimages/446.jpg"
  pictWidth[154] = 147; pictHeight[154] = 448

  pictTitle[155] = "#447 - Musical Symbols Necktie"
  pictDimen[155] = "3 3/4\" x 55\""
  pictImage[155] = "BVimages/447.jpg"
  pictWidth[155] = 106; pictHeight[155] = 448

  pictTitle[156] = "#448 - Nautical Monogram Necktie"
  pictDimen[156] = "3 3/4\" x 55\""
  pictImage[156] = "BVimages/448.jpg"
  pictWidth[156] = 122; pictHeight[156] = 448

  pictTitle[157] = "#449 - Penguin Party Necktie"
  pictDimen[157] = "3 3/4\" x 55\""
  pictImage[157] = "BVimages/449.jpg"
  pictWidth[157] = 110; pictHeight[157] = 448

  pictTitle[158] = "#450 - Pheasant Necktie"
  pictDimen[158] = "3 3/4\" x 55\""
  pictImage[158] = "BVimages/450.jpg"
  pictWidth[158] = 117; pictHeight[158] = 448

  pictTitle[159] = "#451C - Sailboat Necktie on cream"
  pictDimen[159] = "3 3/4\" x 55\""
  pictImage[159] = "BVimages/451C.jpg"
  pictWidth[159] = 122; pictHeight[159] = 448

  pictTitle[160] = "#451N - Sailboat Necktie on navy [Currently not available]"
  pictDimen[160] = "3 3/4\" x 55\""
  pictImage[160] = "BVimages/451N.jpg"
  pictWidth[160] = 111; pictHeight[160] = 448

  pictTitle[161] = "#452 - Sea Gulls Necktie [Currently not available]"
  pictDimen[161] = "3 3/4\" x 55\""
  pictImage[161] = "BVimages/452.jpg"
  pictWidth[161] = 111; pictHeight[161] = 448

  pictTitle[162] = "#453N - Shore Birds Necktie on_navy (shown_on_tan)"
  pictDimen[162] = "3 3/4\" x 55\""
  pictImage[162] = "BVimages/453N.jpg"
  pictWidth[162] = 108; pictHeight[162] = 448

  pictTitle[163] = "#453T - Shore Birds Necktie on tan [Currently not available]"
  pictDimen[163] = "3 3/4\" x 55\""
  pictImage[163] = "BVimages/453T.jpg"
  pictWidth[163] = 108; pictHeight[163] = 448

  pictTitle[164] = "#454 - Shriner\'s Necktie"
  pictDimen[164] = "3 3/4\" x 55\""
  pictImage[164] = "BVimages/454.jpg"
  pictWidth[164] = 150; pictHeight[164] = 448

  pictTitle[165] = "#455 - Stag Necktie"
  pictDimen[165] = "3 3/4\" x 55\""
  pictImage[165] = "BVimages/455.jpg"
  pictWidth[165] = 101; pictHeight[165] = 448

  pictTitle[166] = "#456C - Tennis Necktie on cream [Currently not available]"
  pictDimen[166] = "3 3/4\" x 55\""
  pictImage[166] = "BVimages/456C.jpg"
  pictWidth[166] = 110; pictHeight[166] = 448

  pictTitle[167] = "#456T - Tennis Necktie on tan"
  pictDimen[167] = "3 3/4\" x 55\""
  pictImage[167] = "BVimages/456T.jpg"
  pictWidth[167] = 108; pictHeight[167] = 448

  pictTitle[168] = "#457 - Train Necktie [Currently not available]"
  pictDimen[168] = "3 3/4\" x 55\""
  pictImage[168] = "BVimages/457.jpg"
  pictWidth[168] = 122; pictHeight[168] = 448

  pictTitle[169] = "#458C - Fishing Flies Necktie on_cream"
  pictDimen[169] = "3 3/4\" x 55\""
  pictImage[169] = "BVimages/458C.jpg"
  pictWidth[169] = 139; pictHeight[169] = 448

  pictTitle[170] = "#458T - Trout Flies Necktie on_tan"
  pictDimen[170] = "3 3/4\" x 55\""
  pictImage[170] = "BVimages/458T.jpg"
  pictWidth[170] = 111; pictHeight[170] = 448

  pictTitle[171] = "#459 - Antique Weather Vanes Necktie [Currently not available]"
  pictDimen[171] = "3 3/4\" x 55\""
  pictImage[171] = "BVimages/459.jpg"
  pictWidth[171] = 105; pictHeight[171] = 448

  pictTitle[172] = "#460 - American Eagle Necktie [Currently not available]"
  pictDimen[172] = "3 3/4\" x 55\""
  pictImage[172] = "BVimages/460.jpg"
  pictWidth[172] = 122; pictHeight[172] = 448

  pictTitle[173] = "#461 - Christmas Holly Necktie"
  pictDimen[173] = "3 3/4\" x 55\""
  pictImage[173] = "BVimages/461.jpg"
  pictWidth[173] = 122; pictHeight[173] = 448

  pictTitle[174] = "#462 - The Bird Dogs Necktie"
  pictDimen[174] = "3 3/4\" x 55\""
  pictImage[174] = "BVimages/462.jpg"
  pictWidth[174] = 117; pictHeight[174] = 448

  // Find the desired picture number from the given item number
  var pictNum = 0
  for (var i=1; i < pictTitle.length; i++) {
    if (pictTitle[i].indexOf(itemNum) >= 0) {
      pictNum = i; i = pictTitle.length
    }
  }
  winWidth  = pictWidth[pictNum] + 275
  winHeight = pictHeight[pictNum] + 145
  // Check for extra long design size with parentheses
  if (pictDimen[pictNum].indexOf("(") > 0) {
    if (pictDimen[pictNum].indexOf(")") - pictDimen[pictNum].indexOf("(") > 26) {
      winWidth += 30
    }
  }
  // Check for minumum window height
  if (winHeight < 340) {
    winHeight = 340
  }
  // Check for a long title with non-breaking space character(s)
  while (pictTitle[pictNum].indexOf("_") > 0) {
    var i
    i = pictTitle[pictNum].indexOf("_")
    pictTitle[pictNum] = pictTitle[pictNum].substr(0,i) + "&nbsp;" + pictTitle[pictNum].substr(i + 1)
  }
  // Check for a long design size with non-breaking space character(s)
  while (pictDimen[pictNum].indexOf("_") > 0) {
    var i
    i = pictDimen[pictNum].indexOf("_")
    pictDimen[pictNum] = pictDimen[pictNum].substr(0,i) + "&nbsp;" + pictDimen[pictNum].substr(i + 1)
  }
  // Define the window parameters
  var windowFeatures = "scrollbars,"
  if (navigator.appName == "Microsoft Internet Explorer") {
    if (winHeight > 545) winHeight = 545
    windowFeatures += "width=" + winWidth + ",height=" + winHeight + ",left=0,top=0"
  } else {
    windowFeatures += "width=" + winWidth + ",height=" + winHeight + ",screenX=0,screenY=0"
  }
  // Open the new window
  var repWindow = window.open("","",windowFeatures)
  if (repWindow != null) {
    // Create the new html text
    var repPage = ""
    repPage += "<HTML><HEAD><TITLE>" + pictTitle[pictNum] + "</TITLE>" + "\n"
    repPage += "</HEAD>" + "\n"
    repWindow.document.write(repPage); repPage = ""
    repPage += "<BODY BGCOLOR=\"#FCFFD0\">" + "\n"
    repPage += "<P ALIGN=CENTER><BIG><BIG><B><FONT COLOR=Purple><I>Thistle Needleworks</I></FONT><BR>"
    repPage += "Crewel Embroidery Kit Designs<BR>by Blanche Virgien</B></BIG></BIG>" + "\n"
    repPage += "<P><CENTER><TABLE BGCOLOR=#FFFFFF CELLPADDING=6 ALIGN=CENTER><TR><TD>" + "\n"
    repPage += "<P ALIGN=CENTER><IMG SRC=\"" + path + pictImage[pictNum] + "\""
    repPage += " WIDTH=" + pictWidth[pictNum] + " HEIGHT=" + pictHeight[pictNum]
    if (pictTitle[pictNum].indexOf("\"") < 0) {
    repPage += " ALT=\"" + pictTitle[pictNum] + "\">" + "</TD>" + "\n"
    } else {
    repPage += " ALT='" + pictTitle[pictNum] + "'>" + "</TD>" + "\n"
    }
    repPage += "<TD>&nbsp;</TD><TD>" + "\n"
    if (pictTitle[pictNum].indexOf("[") > 0) {
      var i
      i = pictTitle[pictNum].indexOf("[")
      pictTitle[pictNum] = pictTitle[pictNum].substr(0,i-1) + "<BR>" + pictTitle[pictNum].substr(i)
    }
    if (pictTitle[pictNum].indexOf(" - ") < 0) {
    repPage += "<P ALIGN=CENTER><B>" + pictTitle[pictNum] + "</B>" + "\n"
    } else {
    repPage += "<P ALIGN=CENTER><B>"
    repPage += pictTitle[pictNum].substr(0,pictTitle[pictNum].indexOf(" - ")) + "<BR>"
    repPage += pictTitle[pictNum].substr(pictTitle[pictNum].indexOf(" - ") + 3)
    repPage += "</B>" + "\n"
    }
    repWindow.document.write(repPage); repPage = ""
    repPage += "<P ALIGN=CENTER>"
    repPage += "<B>Design size: " + pictDimen[pictNum]+ "</B>" + "\n"
    repPage += "<P ALIGN=CENTER>"
    repPage += "<SMALL>&copy; 2007-2010<BR>Thistle Needleworks, Inc.</SMALL>" + "\n"
    repPage += "<P ALIGN=CENTER>"
    repPage += "<A HREF=javascript:window.close() "
    repPage += "ONMOUSEOVER=\"window.status='Close this window';return true\" "
    repPage += "ONMOUSEOUT=\"window.status='';return true\"><B><SMALL>Close this window</SMALL></B></A>" + "\n"
    repPage += "</TD></TR></TABLE></CENTER>" + "\n"
    repPage += "</BODY></HTML>" + "\n"
    repWindow.document.write(repPage)
    repWindow.document.close()
  }
}
