	function show(myVar)
		{
			var my = new Array();
			if (document.getElementById)
				{
					my[0] = document.getElementById('hotel_writeup');
					my[1] = document.getElementById('hotel_location');
					my[2] = document.getElementById('hotel_map');
					my[3] = document.getElementById('hotel_images');
					my[4] = document.getElementById('hotel_res');
					my[5] = document.getElementById('hotel_writeup2');
					my[6] = document.getElementById('hotel_writeup3');
					my[7] = document.getElementById('hotel_writeup4');
				}
			else if (document.all)
				{
					my[0] = document.all['hotel_writeup'];
					my[1] = document.all['hotel_location'];
					my[2] = document.all['hotel_map'];
					my[3] = document.all['hotel_images'];
					my[4] = document.all['hotel_res'];
					my[5] = document.all['hotel_writeup2'];
					my[6] = document.all['hotel_writeup3'];
					my[7] = document.all['hotel_writeup4'];
				}
			else if (document.layers)
				{
					my[0] = document.layers['hotel_writeup'];
					my[1] = document.layers['hotel_location'];
					my[2] = document.layers['hotel_map'];
					my[3] = document.layers['hotel_images'];
					my[4] = document.layers['hotel_res'];
					my[5] = document.layers['hotel_writeup2'];
					my[6] = document.layers['hotel_writeup3'];
					my[7] = document.layers['hotel_writeup4'];
				}

				for (i=0;i<=7;i++)
					{
						if (i == myVar)
							{
								my[i].style.visibility = "visible";
								my[i].style.height = "100%";
								my[i].style.overflow = "visible";
							}
						else
							{
								my[i].style.visibility = "hidden";
								my[i].style.height = "0px";
								my[i].style.overflow = "hidden";
							}
					}

		}
	function switchPic(myPic)
		{
			var bigPic
			if (document.getElementById)
				{
					bigPic = document.getElementById('pics');
				}
			else if (document.all)
				{
					bigPic = document.all['pics'];
				}
			else if (document.layers)
				{
					bigPic = document.layers['pics'];
				}
			bigPic.style.backgroundImage = "url(" + myPic + ")";
		}
	
	function right(e) 
			{
				if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
				else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
					{
						alert("This Page is fully protected and all IP addresses are logged");
						return false;
					}
				return true;
			}

	document.onmousedown=right;
	if (document.layers) window.captureEvents(Event.MOUSEDOWN);
	window.onmousedown=right;
	
	function setForm()
		{
			myVar = new Date;
			//alert(myVar);
			document.forms['resrvForm'].doa_dd.value = myVar.getDate();
			document.forms['resrvForm'].doa_mm.value = (myVar.getMonth() + 1);
		
		}


	function jurys()
		{
			window.open("http://clkuk.tradedoubler.com/click?p=6256&a=1259980&g=65591&url=http://www.jurysdoyle.com/book/reservations.php?pid=41319&city=3","_blank","");
		}
