$(document).ready(function() {
				
				$('a.reservation').click(function() {

					var img;
					img = document.getElementById('varaukset');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/varaukset_link_hover.gif';

					img = document.getElementById('ota_yhteytta');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/anna_palautetta_link.gif';

					img = document.getElementById('tarina');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/tarina_link.gif';

					img = document.getElementById('yrityksille');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/yrityksille_link.gif';

					$("div.grey_arrow").show();
					$("div.grey_arrow2").hide();
					$("div.grey_arrow3").hide();
					$("div.grey_arrow4").hide();

					$("div.top_content").hide();
					$("div.tarina").hide();
					$("div.contact_form").hide();
					$("div#tarina_edit2").hide();
					$("div.to_companies").hide();
					$("div.winecellar").hide();
					$("div.cabinet").hide();
					$("div.toimistokyytilaiset").hide();
					$("div.reservation_form").slideDown('normal');
					
					sIFR.replace(gothambook, {
						  selector: 'h2',
						  css: '.sIFR-root { font-size:16px; color: #000000; font-weight:normal; padding-left:0; }',
						  wmode: 'transparent'
						});
					return false;
					
				});

					
				
				$('a.contact').click(function() {

					var img;
					img = document.getElementById('varaukset');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/varaukset_link.gif';

					img = document.getElementById('ota_yhteytta');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/anna_palautetta_link_hover.gif';

					img = document.getElementById('tarina');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/tarina_link.gif';
					img = document.getElementById('yrityksille');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/yrityksille_link.gif';

					$("div.grey_arrow").hide();
					$("div.grey_arrow2").show();
					$("div.grey_arrow3").hide();
					$("div.grey_arrow4").hide();

					$("div#tarina_edit2").hide();
					$("div.top_content").hide();
					$("div.reservation_form").hide();
					$("div.tarina").hide();
					$("div.to_companies").hide();
					$("div.winecellar").hide();
					$("div.cabinet").hide();
					$("div.toimistokyytilaiset").hide();
					$("div.contact_form").slideDown('normal');
					sIFR.replace(gothambook, {
						  selector: 'h2',
						  css: '.sIFR-root { font-size:16px; color: #000000; font-weight:normal; padding-left:0; }',
						  wmode: 'transparent'
						});
					return false;
					
				});

				$('a.story').click(function() {

					var img;
					img = document.getElementById('varaukset');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/varaukset_link.gif';
					img = document.getElementById('ota_yhteytta');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/anna_palautetta_link.gif';
					img = document.getElementById('tarina');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/tarina_link_hover.gif';
					img = document.getElementById('yrityksille');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/yrityksille_link.gif';
					$("div.grey_arrow").hide();
					$("div.grey_arrow2").hide();
					$("div.grey_arrow3").show();
					$("div.grey_arrow4").hide();
					
					$("div.top_content").hide();
					$("a.show_more").show();
					$("div#tarina_edit2").hide();
					$("div.contact_form").hide();
					$("div.reservation_form").hide();
					$("div.winecellar").hide();
					$("div.cabinet").hide();
					$("div.to_companies").hide();
					$("div.toimistokyytilaiset").hide();
					$("div.tarina").slideDown('normal');
					sIFR.replace(gothambook, {
						  selector: 'h2',
						  css: '.sIFR-root { font-size:16px; color: #000000; font-weight:normal; padding-left:0; }',
						  wmode: 'transparent'
						});
					
					return false;
					
				});
				
				//$('a.read_more').click(function() {
					//$("div.tarina_edit2").show("slow");
				//}
				
				$('a.to_companies').click(function() {
					var img;
					img = document.getElementById('varaukset');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/varaukset_link.gif';
					img = document.getElementById('ota_yhteytta');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/anna_palautetta_link.gif';
					img = document.getElementById('tarina');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/tarina_link.gif';
					img = document.getElementById('yrityksille');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/yrityksille_link_hover.gif';
					
					$("div.grey_arrow").hide();
					$("div.grey_arrow2").hide();
					$("div.grey_arrow3").hide();
					$("div.grey_arrow4").show();
					
					$("div.top_content").hide();
					$("div.contact_form").hide();
					$("div.tarina").hide();
					$("div.reservation_form").hide();
					$("div.winecellar").hide();
					$("div.cabinet").hide();
					$("div.toimistokyytilaiset").hide();
					$("div.to_companies").slideDown('normal');
					
					sIFR.replace(gothambook, {
						  selector: 'h2',
						  css: '.sIFR-root { font-size:16px; color: #000000; font-weight:normal; padding-left:0; }',
						  wmode: 'transparent'
						});
					return false;
					
				});

				$('a.openReservationForm').click(function() {
					var img;
					img = document.getElementById('varaukset');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/varaukset_link_hover.gif';
					img = document.getElementById('ota_yhteytta');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/anna_palautetta_link.gif';
					img = document.getElementById('tarina');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/tarina_link.gif';
					img = document.getElementById('yrityksille');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/yrityksille_link.gif';

					window.location.hash="alku";
					$("div.grey_arrow").show();
					$("div.grey_arrow2").hide();
					$("div.grey_arrow3").hide();
					$("div.grey_arrow4").hide();
					
					$("div.top_content").hide();
					$("div.contact_form").hide();
					$("div.tarina").hide();
					$("div.winecellar").hide();
					$("div.cabinet").hide();
					$("div.toimistokyytilaiset").hide();
					$("div.reservation_form").slideDown('normal');
					
					sIFR.replace(gothambook, {
						  selector: 'h2',
						  css: '.sIFR-root { font-size:16px; color: #000000; font-weight:normal; padding-left:0; }',
						  wmode: 'transparent'
						});
					return false;
					
				});
				
				$('input.openReservationForm2').click(function() {
					var img;
					img = document.getElementById('varaukset');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/varaukset_link_hover.gif';
					img = document.getElementById('ota_yhteytta');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/anna_palautetta_link.gif';
					img = document.getElementById('tarina');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/tarina_link.gif';
					img = document.getElementById('yrityksille');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/yrityksille_link.gif';

					$("div.grey_arrow").show();
					$("div.grey_arrow2").hide();
					$("div.grey_arrow3").hide();
					$("div.grey_arrow4").hide();
					
					$("div.to_companies").hide();
					$("div.winecellar").slideDown('normal');
					
					sIFR.replace(gothambook, {
						  selector: 'h2',
						  css: '.sIFR-root { font-size:16px; color: #000000; font-weight:normal; padding-left:0; }',
						  wmode: 'transparent'
						});
					return false;
					
				});
				
				$('input.openReservationForm3').click(function() {
					var img;
					img = document.getElementById('varaukset');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/varaukset_link_hover.gif';
					img = document.getElementById('ota_yhteytta');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/anna_palautetta_link.gif';
					img = document.getElementById('tarina');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/tarina_link.gif';
					img = document.getElementById('yrityksille');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/yrityksille_link.gif';

					$("div.grey_arrow").show();
					$("div.grey_arrow2").hide();
					$("div.grey_arrow3").hide();
					$("div.grey_arrow4").hide();
					
					$("div.to_companies").hide();
					$("div.cabinet").slideDown('normal');
					
					sIFR.replace(gothambook, {
						  selector: 'h2',
						  css: '.sIFR-root { font-size:16px; color: #000000; font-weight:normal; padding-left:0; }',
						  wmode: 'transparent'
						});
					return false;
					
				});
				
				$('input.openReservationForm4').click(function() {
					var img;
					img = document.getElementById('varaukset');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/varaukset_link_hover.gif';
					img = document.getElementById('ota_yhteytta');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/anna_palautetta_link.gif';
					img = document.getElementById('tarina');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/tarina_link.gif';
					img = document.getElementById('yrityksille');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/yrityksille_link.gif';

					$("div.grey_arrow").show();
					$("div.grey_arrow2").hide();
					$("div.grey_arrow3").hide();
					$("div.grey_arrow4").hide();
					
					$("div.to_companies").hide();
					$("div.toimistokyytilaiset").slideDown('normal');
					
					sIFR.replace(gothambook, {
						  selector: 'h2',
						  css: '.sIFR-root { font-size:16px; color: #000000; font-weight:normal; padding-left:0; }',
						  wmode: 'transparent'
						});
					return false;
					
				});
				
				
				
				$("input.closeContactForm").click(function(){
					var img;
					img = document.getElementById('varaukset');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/varaukset_link.gif';
					img = document.getElementById('ota_yhteytta');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/anna_palautetta_link.gif';
					img = document.getElementById('tarina');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/tarina_link.gif';
					img = document.getElementById('yrityksille');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/yrityksille_link.gif';
					$("div.grey_arrow").hide();
					$("div.grey_arrow2").hide();
					$("div.grey_arrow3").hide();
					$("div.grey_arrow4").hide();
					$("div.contact_form").slideUp('normal');
					$("div.top_content").slideDown('normal');
				});
				$("input.closeReservationForm").click(function(){
					var img;
					img = document.getElementById('varaukset');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/varaukset_link.gif';
					img = document.getElementById('ota_yhteytta');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/anna_palautetta_link.gif';
					img = document.getElementById('tarina');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/tarina_link.gif';
					img = document.getElementById('yrityksille');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/yrityksille_link.gif';
					$("div.grey_arrow").hide();
					$("div.grey_arrow2").hide();
					$("div.grey_arrow3").hide();
					$("div.grey_arrow4").hide();
					$("div.reservation_form").slideUp('normal');
					$("div.toimistokyytilaiset").hide();
					$("div.top_content").slideDown('normal');
				});
				$("input.closeTarina").click(function(){
					sIFR.replace(gothambook, {
						  selector: 'h1',
						  css: '.sIFR-root { font-size:20px; color: #000000; font-weight:normal; padding-left:0; }',
						  wmode: 'transparent'
						});
					var img;
					img = document.getElementById('varaukset');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/varaukset_link.gif';
					img = document.getElementById('ota_yhteytta');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/anna_palautetta_link.gif';
					img = document.getElementById('tarina');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/tarina_link.gif';
					img = document.getElementById('yrityksille');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/yrityksille_link.gif';
					$("div.grey_arrow").hide();
					$("div.grey_arrow2").hide();
					$("div.grey_arrow3").hide();
					$("div.grey_arrow4").hide();
					$("div.tarina").slideUp('normal');
					$("div.top_content").slideDown('normal');
				});	

				$("input.closeToCompanies").click(function(){
					sIFR.replace(gothambook, {
						  selector: 'h1',
						  css: '.sIFR-root { font-size:20px; color: #000000; font-weight:normal; padding-left:0; }',
						  wmode: 'transparent'
						});
					var img;
					img = document.getElementById('varaukset');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/varaukset_link.gif';
					img = document.getElementById('ota_yhteytta');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/anna_palautetta_link.gif';
					img = document.getElementById('tarina');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/tarina_link.gif';
					img = document.getElementById('yrityksille');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/yrityksille_link.gif';
					
					$("div.grey_arrow").hide();
					$("div.grey_arrow2").hide();
					$("div.grey_arrow3").hide();
					$("div.grey_arrow4").hide();
					$("div.to_companies").slideUp('normal');
					$("div.top_content").slideDown('normal');
				});
				
				$("input.closeCabinetReservationForm").click(function(){
					sIFR.replace(gothambook, {
						  selector: 'h1',
						  css: '.sIFR-root { font-size:20px; color: #000000; font-weight:normal; padding-left:0; }',
						  wmode: 'transparent'
						});
					var img;
					img = document.getElementById('varaukset');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/varaukset_link.gif';
					img = document.getElementById('ota_yhteytta');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/anna_palautetta_link.gif';
					img = document.getElementById('tarina');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/tarina_link.gif';
					img = document.getElementById('yrityksille');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/yrityksille_link.gif';
					
					$("div.grey_arrow").hide();
					$("div.grey_arrow2").hide();
					$("div.grey_arrow3").hide();
					$("div.grey_arrow4").hide();
					$("div.cabinet").slideUp('normal');
					$("div.top_content").slideDown('normal');
				});	
				
				$("input.closeWinecellarReservationForm").click(function(){
					sIFR.replace(gothambook, {
						  selector: 'h1',
						  css: '.sIFR-root { font-size:20px; color: #000000; font-weight:normal; padding-left:0; }',
						  wmode: 'transparent'
						});
					var img;
					img = document.getElementById('varaukset');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/varaukset_link.gif';
					img = document.getElementById('ota_yhteytta');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/anna_palautetta_link.gif';
					img = document.getElementById('tarina');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/tarina_link.gif';
					img = document.getElementById('yrityksille');
					img.src = 'http://www.ravintolapuistola.fi/docs/puistola/templates/graf/yrityksille_link.gif';
					
					$("div.grey_arrow").hide();
					$("div.grey_arrow2").hide();
					$("div.grey_arrow3").hide();
					$("div.grey_arrow4").hide();
					$("div.winecellar").slideUp('normal');
					$("div.top_content").slideDown('normal');
				});	
				
				$("a.show_more").click(function(){
					$("div.tarina").show();
					$("div#tarina_edit2").show();
					$("a.show_more").hide();
					return false;
				});
					
	 
			});
