// JavaScript Document
$(document).ready(function(){
	$("#konyha").cycle("fade");
	$("#ajto").cycle("fade");
	$("#lepcso").cycle("fade");
/*
	$("#iroda").cycle("fade");
	$("#beepitett").cycle("fade");
*/
	$("#egyeb").cycle("fade");
	$("#cont_cycler").cycle("fade");
	$("#ref_cycler").cycle("fade");
	
	$("#content tr:odd").css("background-color","#E0D7C5");
	$("#content tr:even").css("background-color","#F1EDE4");
/*
	$.get("referenciak.php",{getpics: "konyha"},function(data){
		$("#ref_konyha_box p").append(data);
		$("#ref_konyha_box a[rel=lightbox-refgal_konyha").slimbox({
			counterText: "{x} / {y}"
		}, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});	});
*/
	$("#priceform").submit(function(){
		$.post("arajanlat.php",$(this).serialize(),function(data){
			$("#statmsg").html(data);
		});
		$(this).hide();
		return false;
	});
});