Shadowbox.init({
    language: 'en',
    players:  ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv']
});

function flashLightbox(imgURL){
	imgURL = "http://www.williamsisland.info/"+imgURL;
    Shadowbox.open({
        content:    imgURL,
		player:     "img",
        title:      "Williams Island"
    });
}

function opnWndw(newURL) {
		window.open(newURL);
}
