	
		function toggle( given )
			{


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

			
}

	function top()
	{
		document.write('<div class="wrapper">');	
		document.write('<br>');
		document.write('<div class="banner">');
		document.write('<img src="/Images/banner_wide.png" class="logo">');
		document.write('<br><i>Brighton Punx</i><br><br><div class="linkbar">');
		document.write('<a href="/index.htm">News</a> | <a href="/shows.htm">Upcoming Shows</a> |');
		document.write(' <a href="/reviews.htm">Reviews</a> | <a href="/radio">Radio Show</a> | <a href="/comics/comics.htm">Comics</a> | ');	
		document.write('<a href="http://www.punkproject.co.uk/shop" target="_new">Shop</a>');	
		document.write('');
		document.write('<br><br>');		
		document.write(' <a href="http://www.twitter.com/punkproject" target="_blank">');	
		document.write('<img src="http://jamesfinnerty.co.uk/Images/Icons/twitter_s.png"></a>');		
		document.write('&nbsp;<a href="http://www.youtube.com/user/BrightonPunkProject" target="_blank">');	
		document.write('<img src="http://jamesfinnerty.co.uk/Images/Icons/youtube_s.png"></a>');
		document.write('&nbsp;<a href="http://www.facebook.com/home.php?ref=home#/group.php?gid=387276725105" target="_blank">');	
		document.write('<img src="http://jamesfinnerty.co.uk/Images/Icons/facebook_s.png"></a>&nbsp;<a href="http://www.myspace.com/brightonpunkproject" target="_blank">');	
		document.write('<img src="http://jamesfinnerty.co.uk/Images/Icons/myspace_s.png"></a>');	
		document.write('</div>');															
		document.write('</div>');
	}
			
			
			
			
	function bottom()
	{
		document.write('<div class="webmaster"> Admin');													
		document.write('<br><a href="http://www.jamesfinnerty.co.uk">James Finnerty</a>');
		document.write('</div>	</div>');
		document.write('');				
		document.write('<center><img src="/Images/jdf_small_invert.png"><center>');
	}
