function PopUpWindow(popup) {
  window.open(popup,'PopUpWindow','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=380,height=480');
}

$(document).ready(function(){
  
  if ($('div#slideshow')) {
    var flashVars = 'host=picasaweb.google.com&amp;captions=1&amp;hl=en_US&amp;feat=flashalbum&amp;RGB=0x000000&amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F';
    var centerVars = $('div#slideshow').html();
    $('div#slideshow').removeClass('hidden');
    
    var so = new SWFObject("http://picasaweb.google.com/s/c/bin/slideshow.swf", "mymovie", "510", "340", "8", "#000000");
    so.addVariable("flashVars", flashVars + centerVars);
    so.write("slideshow");
  }
  
});
