jQuery(function() {
		jQuery("#jcarousellite").jCarouselLite({
			vertical: true,
			hoverPause:true,
			visible: 1,
			auto:2000,
			speed:400,
			btnNext: "#sag-kolon-yorumlar .yorum-buton div a.down",
			btnPrev: "#sag-kolon-yorumlar .yorum-buton div a.up"
		});
	});



function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}



function confirmSubmit(mesaj,link)
{
var agree=confirm(mesaj);
if (agree)
	window.location.href = link;
	
else
	return false ;
}



$(document).ready(function() {
	$('.jqzoom').jqzoom({
            zoomType: 'standard',
            lens:true,
            preloadImages: true,
            alwaysOn:false,
			zoomWidth:450,
			zoomHeight:400,
			showEffect:'show',
			fadeinSpeed:'slow',
			fadeoutspeed:'2000',
			title:false
        });
	
});

