| $('#td1').mouseover(function(){
    if($('#OneMars').css('background-image').indexOf("1_gl.jpg")!=-1&& $('#forOne').attr('value')=='gl')
      {
      $('#OneMars').fadeOut($sec, function() {
        $(this).css('background-image','url("http://localhost/bestwindows/images/pictures/1_prav.jpg")').fadeIn($sec); }); 
      }
}); |