function flashshow()
{
  jQuery('#flashloader').hide();
  jQuery('#flashholder').css('marginTop','0px');
  jQuery('#flashholder').css('marginLeft','0px');
}

function openscreenshot()
{
  eval("hs.expand(document.getElementById('firstElementScreenshot'), firstExpandOptionsScreenshot);");
  return false;
}

function opentrailer()
{
  eval("hs.htmlExpand(document.getElementById('firstElementTrailer'), firstExpandOptionsTrailer);");
  return false;
}

function openaddsite(id)
{
  eval("hs.htmlExpand(id, { contentId: 'openAddSite', objectType: 'ajax', outlineType: 'rounded-white', height: '400'} );");
  return false; 
}
