/*  The following are all image-link objects for the cusom.html page.
    They use the lgwin object from global.js. */

//$Id: custom.js 6 2008-04-01 17:48:31Z danielle $

//document.write("Now processing custom.js<br>\n");

/* Here is an example.  This can also be used as a placeholder
var blankImage = new lgwin();
blankImage.selfname = "blankImage";
blankImage.setTitleAndAlt("Let's put some new text in both properties.");
document.write("done with blank image<br>\n"); */

var custom_fireplace_floral_accented_mantel = new lgwin();
custom_fireplace_floral_accented_mantel.selfname           = "custom_fireplace_floral_accented_mantel";
custom_fireplace_floral_accented_mantel.url                = "custom_fireplace_floral_accented_mantel.html";
custom_fireplace_floral_accented_mantel.image.file         = "custom_fireplace_floral_accented_mantel_320x240-50.jpg";
custom_fireplace_floral_accented_mantel.setTitleAndAlt("Intertwining flower stems rendered in deep scarlet to enhance a fireplace mantel");

var custom_floral_ceiling_fan_accent = new lgwin();
custom_floral_ceiling_fan_accent.selfname           = "custom_floral_ceiling_fan_accent";
custom_floral_ceiling_fan_accent.url                = "custom_floral_ceiling_fan_accent.html";
custom_floral_ceiling_fan_accent.image.file         = "custom_floral_ceiling_fan_accent_320x240-50.jpg";
custom_floral_ceiling_fan_accent.setTitleAndAlt("A decorative floral garland rendered in deep scarlet to accent a beautiful ceiling fan");

var custom_copper_ceiling = new lgwin();
custom_copper_ceiling.selfname           = "custom_copper_ceiling";
custom_copper_ceiling.url                = "custom_copper_ceiling.html";
custom_copper_ceiling.image.file         = "custom_copper_ceiling_320x240-50.jpg";
custom_copper_ceiling.setTitleAndAlt("Faux pressed copper ceiling made using a raised plaster stencil technique with a premium copper coating");

var custom_mail_pouch_barn_ad = new lgwin();
custom_mail_pouch_barn_ad.selfname           = "custom_mail_pouch_barn_ad";
custom_mail_pouch_barn_ad.url                = "custom_mail_pouch_barn_ad.html";
custom_mail_pouch_barn_ad.image.file         = "custom_mail_pouch_barn_ad-320x240-50.jpg";
custom_mail_pouch_barn_ad.setTitleAndAlt("Mail Pouch Barn reproduction");

var custom_breakfast_nook = new lgwin();
custom_breakfast_nook.selfname           = "custom_breakfast_nook";
custom_breakfast_nook.url                = "custom_breakfast_nook.html";
custom_breakfast_nook.image.file         = "custom_breakfast_nook_320x240-50.jpg";
custom_breakfast_nook.setTitleAndAlt("A spruced up, cheery breakfast nook");

var custom_cellar_stairs_before = new lgwin();
custom_cellar_stairs_before.selfname           = "custom_cellar_stairs_before";
custom_cellar_stairs_before.url                = "custom_cellar_stairs_before.html";
custom_cellar_stairs_before.image.file         = "custom_cellar_stairs_before_320x240-50.jpg";
custom_cellar_stairs_before.setTitleAndAlt("Cellar stairway unsightly before");

var custom_cellar_stairs_after = new lgwin();
custom_cellar_stairs_after.selfname           = "custom_cellar_stairs_after";
custom_cellar_stairs_after.url                = "custom_cellar_stairs_after.html";
custom_cellar_stairs_after.image.file         = "custom_cellar_stairs_after_320x240-50.jpg";
custom_cellar_stairs_after.setTitleAndAlt("Cellar stairway nice and clean looking");

var custom_fireplace_net = new lgwin();
custom_fireplace_net.selfname           = "custom_fireplace_net";
custom_fireplace_net.url                = "custom_fireplace_net.html";
custom_fireplace_net.image.file         = "custom_fireplace_net-320x240-50.jpg";
custom_fireplace_net.setTitleAndAlt("Decorative painting depicting fishing net draped over fireplace enclosure with floats, starfish, and seahorses");

var custom_bureau_back_beach = new lgwin();
custom_bureau_back_beach.selfname            = "custom_bureau_back_beach";
custom_bureau_back_beach.url                 = "custom_bureau_back_beach.html";
custom_bureau_back_beach.image.file          = "custom_bureau_back_beach-320x240-50.jpg";
custom_bureau_back_beach.setTitleAndAlt("Painting of a beach scene on the back of a dresser being used as a room divider");

/* Landscape
var [varname] = new lgwin();
[varname].selfname           = "";
[varname].url                = "";
[varname].image.file         = "";
[varname].setTitleAndAlt("");
*/

/* Portrait
var [varname] = new lgwin();
[varname].selfname           = "";
[varname].url                = "";
[varname].image.file         = "";
[varname].features.width     = "660";
[varname].features.height    = "1060";
[varname].image.width        = "240";
[varname].image.height       = "320";
[varname].setTitleAndAlt("");
*/