var widgetOptions = {
   publist : {
visible:2, 
width:670,
hideOriginal:true    }
};

function popup(URL) {
mywindow = window.open(URL, "newwin", 'toolbar=0,scrollbars=,location=1,statusbar=1,menubar=1,resizable=1,width=400,height=300,top=60,left=60');
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=520,height=300,left = 400,top = 200');");
}


stepcarousel.setup({
	galleryid: 'mygallery', //id of carousel DIV
        beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
        panelclass: 'panel', //class of panel DIVs each holding content
        statusvars: ['statusA', 'statusB', 'statusC'], //register 3  variables that contain current panel (start), current panel (last), and total panels
        contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
});

function roadshow(){
                $("#noroad").fadeOut();
                $("#pixelShip").fadeIn();

}
function roadhide(){                
               $("#pixelShip").fadeOut(); 
               $("#noroad").fadeIn();
}
             

var flashvars = {
	"title" : "World Business Summit on Climate Change",
	"src" : "http://download.pwc.com/gx/copenhagen/brian-jon-richard.mp3"
};

var params = {};
params.wmode = "transparent";
params.allowscriptaccess = "always";
var attributes = {};
attributes.id = "pwcaudio";
swfobject.embedSWF("http://download.pwc.com/us/players/pwcaudio2.swf", "podcast", "190", "73", "9.0.0", false, flashvars, params, attributes);



