$(document).ready(function() {
	if ($('#trails').html()!=null) {
		$('#trail').html($('#trails').html());
		$('#trails').remove();
	}
	
	$('.termek_lista').gradient({ from: 'F0F0F0', to: 'F9F9F9', direction: 'horizontal', length: 70, position: 'bottom' });
	$('.termek').gradient({ from: 'F0F0F0', to: 'F9F9F9', direction: 'horizontal', length: 70, position: 'bottom' });
	
	$('#partnereink').gradient({ from: 'F9F9F9', to: 'F0F0F0', direction: 'horizontal', length: 100, position: 'top' });
	$('#partnereink').gradient({ from: 'F0F0F0', to: 'F9F9F9', direction: 'horizontal', length: 100, position: 'bottom' });
	
	setInterval('headerSlides()',5000);

});

function mezo_urit(id) {
	document.getElementById(id).value='';
}

function headerSlides() {

	var URL = "http://ajtodesign.hu/";
	var mappa = "upload/header/";
	var start = 1;
	var end = 8;
	var type = ".jpg";

	var sorszam = $('#right_pics img').attr('src').replace(URL+mappa,'').replace(type,'');
	sorszam = sorszam*1;

	if (sorszam<end) {
		$('#right_pics img').attr('src', URL+mappa+(sorszam+1)+type);
	} else {
		$('#right_pics img').attr('src', URL+mappa+start+type);
	}
	
}
