/* launchSlideShow() */

var launchSlideShowX = (screen.width/2) - 375;
var launchSlideShowY = (screen.height/2) - 275;
var pos = "left=" + launchSlideShowX + ",top=" + launchSlideShowY;
function launchSlideShow(picNames) {
    var argLen = picNames.length;
    var ssURL = "ss.html?count=" + (argLen-1) + "&title=" + picNames[0]; // copy arguments to URL
    for (var i = 1; i < argLen; i++) ssURL += ("&cm" + i + "=" + picNames[i]);
    launchSlideShowWindow = window.open(ssURL,"SlideShow","width=770,height=570," + pos).focus();
}

/* Slide Show Captions */

var ssExt = new Array();
ssExt[0] = "exterior: of the <b>Heritage Cottage</b> exterior";
ssExt[1] = "Qualicum Beach, and Heritage Cottage";
ssExt[2] = "guests enter conveniently from our private parking lot";
ssExt[3] = "a private guestroom patio, and our driveway in summer";
ssExt[4] = "an assortment of exterior views";
ssExt[5] = "scenes of our gardens in season";
ssExt[6] = "bicycles and fishing rods are available for guest use";
ssExt[7] = "a rare winter view of Heritage Cottage";

var ssLrm = new Array();
ssLrm[0] = "lroom: of the <b>Living Room</b>";
ssLrm[1] = "the Living Room, welcoming all with its cozy log-burning fireplace";
ssLrm[2] = "craftsman-styled pillars accentuate the edge-grain fir flooring";
ssLrm[3] = "a view outside, overlooking the front garden";
ssLrm[4] = "fine details: a roaring fire, a comfortable chair, and a light to read by";
ssLrm[5] = "a wide-angle perspective, with the Dining Room in the background";

var ssDrm = new Array();
ssDrm[0] = "droom: of the <b>Dining Room</b>";
ssDrm[1] = "Dining Room highlights: the harvest table and period chandelier";
ssDrm[2] = "another view, again with the Living Room in the background";
ssDrm[3] = "enjoy fine dining in a most elegant setting";
ssDrm[4] = "details: antique Canadian Pacific Railway silver service";
ssDrm[5] = "a wide-angle perspective, with glimpses of the kitchen and garden patio";
ssDrm[6] = "when the sunshine beckons, dining can be <i>alfresco</i>";
ssDrm[7] = "we cook with freshly grown herbs from our own gardens";

var ssCrm = new Array();
ssCrm[0] = "croom: of the <b>Common</b> and <b>Sun Rooms</b>";
ssCrm[1] = "a wide-angle view of the Common Room, with guest rooms to the left";
ssCrm[2] = "books, puzzles, games ... and refreshments on the sideboard";
ssCrm[3] = 'the endearing Sun Room, with its distinctive "twig" furniture';

var ssBrA = new Array();
ssBrA[0] = "brooma: of the <b>French Creek Room</b>";
ssBrA[1] = "antique washstand becomes luggage rack in the French Creek Room";
ssBrA[2] = "as in all guest rooms, a door leads to your own private patio";
ssBrA[3] = "gas fireplace, table %26 chairs, and access to the Common Room";
ssBrA[4] = 'small, loving touches make this a true "home away from home"';

var ssBrB = new Array();
ssBrB[0] = "broomb: of the <b>Sandpiper Room</b>";
ssBrB[1] = "antique torchiere lamp augments the natural light of the Sandpiper Room";
ssBrB[2] = "this twin-bed configuration can be converted to a king when requested";
ssBrB[3] = "functional gas fireplace, and private patio door";
ssBrB[4] = "fine details: our lavender soap is handmade by local artisans";

var ssBrC = new Array();
ssBrC[0] = "broomc: of <b>Alice's Room</b>";
ssBrC[1] = "a wide-angle perspective on the popular and welcoming Alice's Room";
ssBrC[2] = "fine details: sherry and truffles, drop-leaf table, handmade lavender soap";

