	
		function toggle( given )
			{


	    		if(document.getElementById(given).style.display == "block")
	    		{
	    			document.getElementById(given).style.display = 'none';
	    		}
	    		else
	    		{
	    			document.getElementById(given).style.display = 'block';
	    		}
	    		

			
}

	    		function links(){
			document.write('<a href="index.htm">Upcoming Shows</a> | <a href="news.htm">News</a> | <a href="pictures.htm">Pics & Vids</a> | <a href="past.htm">Past Shows</a> | <a href="contact.htm">Contact</a> <br><br> <a href="http://www.twitter.com/brightonskabar" target="_blank"><img src="http://jamesfinnerty.co.uk/Images/Icons/twitter_s.png"></a>&nbsp;<a href="http://www.facebook.com/home.php#/group.php?gid=135121616379" target="_blank"><img src="http://jamesfinnerty.co.uk/Images/Icons/facebook_s.png"></a>&nbsp;<a href="http://www.myspace.com/skabarbrighton" target="_blank"><img src="http://jamesfinnerty.co.uk/Images/Icons/myspace_s.png"></a>');
			}