window.onload = others;

function others() {
   others_pushedbtn();
   var imnew_w=$('body').width()/2; imnew_w=310; var imzoom_offset=35;
// фотографии в карточке товара
   $('.im4zoom').each(function(i,val){ var cw=$(this).width(); var ch=$(this).height(); if(cw>imnew_w || 1) { $(this).width(imnew_w); $(this).height(ch*imnew_w/cw); $(this).css('display','none')}});
   $('.zoom').offset(function(i,val){ $(this).css('display','none');return {top:val.top-imzoom_offset, left:val.left+imnew_w-imzoom_offset};});
   $('#ik0').css('display','block'); $('#ikzoom0').css('display','block');
// end
//   $('#left_menu ul').css('display','none'); $('#left_menu_act1 ul').css('display','block');
   $('#left_menu a').css('display','block');
   $("#left_menu a[href *= 'info']").click(function(){ var t=$(this).parent().children('ul').css('display'); if('none'==t) {  $('#left_menu ul').css('display','none'); $("#left_menu a[href *= 'info']").css('font-weight','normal'); $(this).css('font-weight','bold'); $(this).parent().children('ul').css('display','block'); } else if('block'==t) { $(this).parent().children('ul').css('display','none'); }return false; });
//   $('#left_menu>li').click(function(){ var t=$(this).children('ul').css('display'); if('none'==t) { $(this).children('ul').css('display','block'); } else if('block'==t) { $(this).children('ul').css('display','none'); } }); //alert();
}
function others_pushedbtn()
{
	var els = document.getElementsByTagName('img');
	for (var i=0, imax=els.length; i<imax; i++)
	{
		var el = els[i];
		if (/\bpushedbtn\b/i.test(el.className))
		{
			eval("img_"+i+" = new Image(); img_"+i+".src = el.src.replace(/_up./i, '_down.');")
			el.onmousedown = new Function("this.src = this.src.replace(/_up./i, '_down.')");
			el.onmouseup = new Function("this.src = this.src.replace(/_down./i, '_up.')");
			el.onmouseout = new Function("this.src = this.src.replace(/_down./i, '_up.')");
		}
	}
}
