onload = onloadinit;
function onloadinit(){
    $('a#t2').click(function(){$("#two-1").load("2008/parts/flights.html")})
    $('a#t3').click(function(){$("#three-1").load("2008/parts/beds.html")})
    $('a#t4').click(function(){$("#four-1").load("2008/parts/rtw.html")})
    $('a#t6').click(function(){$("#six-1").load("2008/parts/insurance.html")})
}


//IE menu flicker fix
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}