// JavaScript Document


	$(document).ready(function(){

		if($(document).getUrlParam("c")=='domain'){
			$("#submit").click(function(event){
				$("#submit").fadeOut("slow");
				$(".order_have").fadeOut("slow");
				$(".rendelo_adatok").fadeIn("fast");
   			});
		}
		
		$("#ch_szerzodes").click(function(event){

				if($("#ch_szerzodes").is(':checked')){
					document.form.submitBtn.disabled=false;
				}else{
					document.form.submitBtn.disabled=true;
				}
			});

			
		if($(document).getUrlParam("c")=='order' && !($(document).getUrlParam("p"))){
			$("#addDomain").click(function(event){  
				if($("#tr2").is(':hidden')){$("#tr2").fadeIn("slow");}else{
					if($("#tr3").is(':hidden')){$("#tr3").fadeIn("slow");}else{
						if($("#tr4").is(':hidden')){$("#tr4").fadeIn("slow");}else{
							if($("#tr5").is(':hidden')){$("#tr5").fadeIn("slow");}else{
								if($("#tr6").is(':hidden')){$("#tr6").fadeIn("slow");}else{
									if($("#tr7").is(':hidden')){$("#tr7").fadeIn("slow");}else{
										if($("#tr8").is(':hidden')){$("#tr8").fadeIn("slow");}else{
											if($("#tr9").is(':hidden')){$("#tr9").fadeIn("slow");}else{
												if($("#tr10").is(':hidden')){$("#tr10").fadeIn("slow");}		
											}		
										}		
									}		
								}		
							}		
						}		
					}		
				}		
			});			
		}

	});
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
