function showPanel(panel)
{$('.TabbedPanelsContent').hide();$('#TabbedPanels'+panel).show();$('.TabbedPanelsTabSelected').removeClass('TabbedPanelsTabSelected');$('#Tab'+panel).addClass('TabbedPanelsTabSelected');}
function detailSwapImage(thumb,image,has_video,idx)
{$('#photo').attr('src',thumb)
$('#photolnk').attr('href',image).unbind('click');$('#photolnk').click(function(){if($("a[rel='dgallery']:eq("+idx+")").length){$("a[rel='dgallery']:eq("+idx+")").click();}
return false;});if(has_video){$('#videos').hide();$('#videotab').removeClass('active');}
$('#photos').show();$('#phototab').addClass('active');}
$(document).ready(function(){if($("a[rel='dgallery']").length){$("a[rel='dgallery']").colorbox({width:"670",height:"590",iframe:true});}
$('#photolnk').click(function(){if($("a[rel='dgallery']:eq(0)").length){$("a[rel='dgallery']:eq(0)").click();}
return false;});showPanel('General');});