var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
var MSIE = (navigator.userAgent.indexOf("MSIE")>=0) ? true : false;
$(document).ready(function(){
$(".vyrobek").mouseenter(function(){
var pos = $(this).position();
var img = $(this).children(".im").children("a").children("img").attr('src').replace(/m.jpg/g, "b.jpg");
var href = $(this).children(".im").children("a").attr('href');
$(this).children(".im").css({ 'width':'360px','height':'300px' });
$(this).children(".im").children("a").children("img").css('visibility','hidden');
$(".loadodkz").remove(); $(".loading").remove();
$(this).children(".im").append('<a class="loadodkz" href="'+href+'"><div class="loading" style="width:235px;height:235px;background: url(http://www.modapromlade.cz/img/preloader.gif) center center no-repeat;position: absolute;top: 20px;left: 90px;z-index:1;">&nbsp;</div></a>');
 $(this).children(".im").children("a").children("img").attr({'src': img}).load(function(){  
$(this).css('visibility', 'visible');
var img_b = new Image(); img_b.src = img;
var nheight = (img_b.height / (img_b.width / 280)); var nwidth = 280;
if (nheight > 280) {
  nheight = 280; nwidth = Math.ceil(img_b.width / (img_b.height / 280));
  $(this).attr({ 'width':nwidth,'height':nheight }).css({'width':nwidth, 'height':nheight }); 
  if (MSIE) { $(this).css({'width':nwidth, 'height':nheight, 'top': '0px', 'z-index':'20' }); }
} else { $(this).attr({'height':nheight,'width':'280'}).css({'width':nwidth, 'height':nheight }); if (MSIE) { $(this).css({'width':nwidth, 'height':nheight }); }}
  var imgleft = (( 280 - nwidth ) == 0 ) ? "70px" : ((( 280 - nwidth ) / 2) + 70);
  $(this).css( {'margin-left': imgleft, 'top': '0px', 'z-index':'20'});
});
  $(this).css({'width':'360px', 'height':'364px', 'background':'url(http://www.modapromlade.cz/img/vyrobek_v5.gif) left top no-repeat','margin-left':'-88px', 'margin-top': '-90px', 'z-index':'20', 'margin-bottom':'-90px', 'margin-right':'-89px' });
if (IE6) $(this).css({'margin-right':'-94px'}); 
if (pos.left > 250 && pos.top < 200) {$(this).css({'margin-bottom':'-90px' });}
  $(this).children(".ceny").css({ 'width':'350px' , 'top':'335px'});
  $(this).children(".stav").css({ 'left':'35px' , 'top':'95px'});
  $(this).children(".ceny").children("input").css({'top':'-289px', 'left':'-4px'});
$(this).children(".nadpis").css({'left':'0px', 'top':'305px', 'width': '350px','height':'25px'});
  $(this).children(".im").children("a").children("img").attr({'src': img, 'width': '280','height':'280'});
$(this).children(".nadpis").children("a").css({'font-size':'16px', 'text-decoration':'underline','height':'25px'});
});
$(".vyrobek").mouseleave(function(){
  var img2 = $(this).children(".im").children("a").children("img").attr('src').replace(/b.jpg/g, "m.jpg");
  $(this).css({ 'width':'173px', 'height':'174px', 'background':'url(http://www.modapromlade.cz/img/vyrobek_v10.gif) left top no-repeat','margin-left':'5px', 'margin-top':'0','margin-right':'5px','z-index':'5','margin-bottom':'10px' });
  $(this).children(".im").css({ 'width':'173px','height':'118px' });
if (! MSIE){
$(this).children(".im").children("a").children("img").attr({'src': img2}).load(function(){  
var img_c = new Image(); img_c.src = img2;
  $(this).attr({ 'width':img_c.width,'height':img_c.height }).css({'width':img_c.width, 'height':img_c.height }); 
  $(this).css({ 'top' : '0px', 'margin-left' : '55px'});
});}
if (MSIE) { $(this).children(".im").children("a").children("img").attr({'src': img2}).removeAttr('height').removeAttr('width').css({'width':'auto','top':'0px','margin-left':'55px','height':'auto'});}
  $(this).children(".ceny").css({'top':'150px','width':'137px'});
  $(this).children(".ceny").children("input").css({'top':'-129px', 'left':'-20px'});
$(this).children(".nadpis").css({'top':'120px','width':'137px' });
$(this).children(".stav").css({ 'left':'21px' , 'top':'65px'});
$(this).children(".nadpis").children("a").css({'font-size':'12px'});
if (IE6) {$(this).css({'margin-left':'0px'});}
}); });
