var IMGGAL_WIDTH  = 645;
var IMGGAL_HEIGHT = 650;
var IMGGAL_TITLE  = "BasementPartnersPossibilities";

function popoutGallery(url)
{
    var strParams = "toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,height=" + IMGGAL_HEIGHT + ",width=" + IMGGAL_WIDTH;
    var html = "<html><head><title>Basement Partners Possibilities<\/title><\/head><body bgcolor=\"#414141\"><center><img src=\"" + url + "\" border=1><\/center><\/body><\/html>";
    newWindow = window.open("empty.html",IMGGAL_TITLE,strParams);    
    newWindow.document.write(html);
    newWindow.document.close();    
    newWindow.focus();            
}

function doEmpty()
{
    return;
}
