    function searchGoogle()
	{
	   var URL="http://images.google.co.uk/images?q=+site:www.hipkiss.org+"+document.googleSearch.query.value+"&svnum=100&safe=off&imgsz=xxlarge";
	   window.location=URL;
	}


function menu(loc)
{

	document.write("<p>");


	if (loc == "home")
	{
		document.write(">> Homepage <<");
	}
	else
	{
		document.write("<a href='/data/maps.html'>Homepage</a>");
	}
	
	document.write("&nbsp;<img src='/img/dot.png' width='3' height='3' border=0 alt='' align='middle'>&nbsp;");

	if (loc == "maps")
	{
		document.write(">> <a href='/data/themaps.html'>Maps</a> <<");
	}
	else
	{
		document.write("<a href='/data/themaps.html'>Maps</a>");
	}
	
	document.write("&nbsp;<img src='/img/dot.png' width='3' height='3' border=0 alt='' align='middle'>&nbsp;");
	
	if (loc == "link")
	{
		document.write(">> Links <<");
	}
	else
	{
		document.write("<a href='/data/links.html'>Links</a>");
	}

	document.write("&nbsp;<img src='/img/dot.png' width='3' height='3' border=0 alt='' align='middle'>&nbsp;");
	
	if (loc == "geek")
	{
		document.write(">> Geeks' Corner <<");
	}
	else
	{
		document.write("<a href='/data/how.html'>Geeks' Corner</a>");
	}


	document.write("&nbsp;<img src='/img/dot.png' width='3' height='3' border=0 alt='' align='middle'>&nbsp;");
	
	if (loc == "guest")
	{
		document.write(">> Guestbook <<");
	}
	else
	{
		document.write("<a href='/cgi-bin/guestbook/guestbook.pl'>Guestbook</a>");
	}
	
	document.write("&nbsp;<img src='/img/dot.png' width='3' height='3' border=0 alt='' align='middle'>&nbsp;");
	
	document.write("<a href='/data/hsom.rdf'>RSS Feed</a>");
	document.write("</p>");


}
