/*
 * minified javascript file
 * http://my2010.suzukiauto.com/_cj/specs_and_pricing.js
 */


$(function(){showSpecSection('pricing');$('#showroom-links .specs_and_pricing ul a').bind("click",function(){showSpecSection($(this).attr("href"));window.location="#top";return false;});$('.specs-links #subnav_specs li a').bind("click",function(){showSpecSection($(this).attr("href"));if($(this).attr("id")=="tech_specs"){widow.location=$(this).attr("href");}else{window.location="#top";}
return false;});});function showSpecSection(section_name){$('#showroom-links .specs_and_pricing ul a').removeClass('cur').each(function(){if($(this).attr("href")==section_name)
$(this).addClass('cur');});$('.specs-links #subnav_specs li a').removeClass('cur').each(function(){if($(this).attr("href")==section_name)
$(this).addClass('cur');});$('#lower div.info').hide();$('#'+section_name).fadeIn('slow');}