
$(document).ready(function(){$('#tabs #tabs_listview').click(function(){refine_type='tabs_listview';$('#tabs LI').removeClass('active');$('#tabs LI#tabs_listview').addClass('active');});$('#tabs #tabs_photogallery').click(function(){refine_type='tabs_photogallery';$('#tabs LI').removeClass('active');$('#tabs LI#tabs_photogallery').addClass('active');});$('#tabs #tabs_mapview').click(function(){refine_type='tabs_mapview';$('#tabs LI').removeClass('active');$('#tabs LI#tabs_mapview').addClass('active');});$('#tabs LI').hover(function(){if($(this).attr('ID')!=refine_type)
{$(this).css('cursor','pointer');$(this).css('background','url(http://c3.dmstatic.com/i/sf_tab_bg_on.png) repeat-x');$(this).children('DIV').css('background','url(http://c1.dmstatic.com/i/sf_tab_bg_right_on.png) no-repeat right');$(this).children('DIV').children('H2').css('background','url(http://c0.dmstatic.com/i/sf_tab_bg_left_on.png) no-repeat left');}},function(){if($(this).attr('ID')!=refine_type)
{$(this).css('background','url(http://c0.dmstatic.com/i/sf_tab_bg_off.png) repeat-x');$(this).children('DIV').css('background','url(http://c2.dmstatic.com/i/sf_tab_bg_right_off.png) no-repeat right');$(this).children('DIV').children('H2').css('background','url(http://c1.dmstatic.com/i/sf_tab_bg_left_off.png) no-repeat left');}});$('img.sr_pp_photo').hover(function(){var ad_id=$(this).attr('id').split('_');var this_photo=ad_id[0].slice(-1);ad_id=ad_id[1];$('#pp_'+ad_id).attr('src',pp_photos[ad_id][this_photo][0]);},function(){var ad_id=$(this).attr('id').split('_');var this_photo=ad_id[0].slice(-1);ad_id=ad_id[1];$('#pp_'+ad_id).attr('src',pp_photos[ad_id][0][0]);});});
