marqueeInit({
uniqueid: 'mycrawler',
style: {
'width': '100%',
'height': '71px'
},
inc: 2, //speed - pixel increment for each iteration of this marquee's movement
mouse: 'pause', //mouseover behavior ('pause' 'cursor driven' or false)
moveatleast: 10,
neutral: 150,
savedirection: true
});


function zoom(id){
var s=id.src;
id.src=s.replace(".jpg", "-big.jpg");
x=new Image;
x.src=s.replace(".jpg", "-big.jpg");
//iw=x.width;
//ih=x.height;
id.height=69;
//id.width=iw;
//id.height=ih;alert(id.width);
}
function zoomout(id){
var s=id.src;
id.src=s.replace("-big.jpg", ".jpg");

x=new Image;
x.src=s.replace("-big.jpg", ".jpg");

//iw=x.width;
//ih=x.height;
id.height=71;

//id.width=iw;
//id.height=ih;
}

$(function() {
$(".brandiconstyle").hover(     function() {zoom(this);  }, function() {     zoomout(this);   });
});

MM_preloadImages('images/iffco_banner_images/index-img1.jpg','images/iffco_banner_images/index-img2.jpg','images/iffco_banner_images/index-img3.jpg','images/iffco_banner_images/index-img4.jpg','images/iffco_banner_images/corporate-img1.jpg','images/iffco_banner_images/corporate-img2.jpg','images/iffco_banner_images/corporate-img3.jpg','images/iffco_banner_images/corporate-img4.jpg','images/iffco_banner_images/consumer-img1.jpg','images/iffco_banner_images/consumer-img2.jpg','images/iffco_banner_images/consumer-img3.jpg','images/iffco_banner_images/consumer-img4.jpg','images/activ-big.jpg','images/tristar-big.jpg','images/albaker-big.jpg','images/alfa-big.jpg','images/alkhazna-big.jpg','images/allana-big.jpg','images/allegro-big.jpg','images/fern-big.jpg','images/golden-maize-big.jpg','images/hayat-big.jpg','images/igloo-big.jpg','images/khaleej-big.jpg','images/london-dairy-big.jpg','images/nabil-big.jpg','images/noor-big.jpg','images/pasaro-big.jpg','images/piccadeli-big.jpg','images/rahma-big.jpg','images/rayaf-big.jpg','images/savannah-big.jpg','images/shama-big.jpg','images/sunny-big.jpg','images/tiffany-big.jpg','images/tiffany-bites-big.jpg','images/tiffany-break-big.jpg','images/tom-big.jpg','images/tristar-big.jpg');

