function click_parent (currensy) {
if (currensy.className != 'bg_large') {
sosedi = currensy.parentNode.parentNode.getElementsByTagName('td');
for (key in sosedi) 
		{
		 sosedi[key].className = "bg_small";
		}
currensy.parentNode.className ="bg_large";
        PCL_CenterWindow('loader');
        PCL_ShowWindow('loader');
ajax_load ("POST", SITE_URL+"modules/catalog/catalog.php", "act=main&SID="+SID+"&type="+currensy.name, "cars_out")
}
}

$(document).ready(function(){
			$("div.zoomzoom a.zoomzoom").hover(function() {
				$(this).css({"z-index" : "1000"});
				$(this).find('img').stop()
				.animate({
					top: '-240px',
					left: '-250px',
					width: '640px',
					height: '480px'
				}, 350);
			}, function() {
				$(this).css({'z-index' : '5'});
				$(this).find('img').stop()
				.animate({
					top: '0',
					left: '0',
					width: '78px',
					height: '58px'
				}, 250);
			});
		});

function cars_out (txt) {
	document.getElementById('car_out').innerHTML = txt;
$(document).ready(function(){
			$("div.zoomzoom a.zoomzoom").hover(function() {
				$(this).css({'z-index' : '1000'});
				$(this).find('img').stop()
				.animate({
					top: '-240px',
					left: '-250px',
					width: '640px',
					height: '480px'
				}, 350);
			}, function() {
				$(this).css({'z-index' : '5'});
				$(this).find('img').stop()
				.animate({
					top: '0',
					left: '0',
					width: '78px',
					height: '58px'
				}, 250);
			});
		});
}

$(document).ready(function(){
			$("#menu li").hover(function(){$(this).find('a').animate({"top": "+=4px"}, "fast");}, function(){$(this).find('a').animate({"top": "-=4px"}, "fast");});});



