	function changeCss1(i){
		document.getElementById("tabId1").className="tab_select";
		document.getElementById("tabId2").className="tab_deselect";
		document.getElementById("tabId3").className="tab_deselect";
		//document.getElementById("contentId").innerHTML='<div class="tab_content_desc"><p>Trailerboat Fisherman is Australia\'s premier, and longest running trailer boating publication. Editor, James Hill, is Australia\'s most experienced boating journalist. </p><p><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4cac193a338bcdfd"><img src="http://img.marinews.com/share.jpg" alt="Share" border="0"></a></p></div><div class="tab_content_img"><img src="http://img.marinews.com/tab_img.jpg" alt="Trailerboat Fisherman is Australia\'s premier"></div><div class="clear">';
		document.getElementById("contentId3").style.display="none";
		document.getElementById("contentId2").style.display="none";
		document.getElementById("contentId1").style.display="block";

	}
	function changeCss2(i){
		document.getElementById("tabId2").className="tab_select";
		document.getElementById("tabId1").className="tab_deselect";
		document.getElementById("tabId3").className="tab_deselect";
		//document.getElementById("contentId").innerHTML='<div class="tab_content_desc"><p>Trailerboat Fisherman is Australia\'s premier, and longest running trailer boating publication. Editor, James Hill, is Australia\'s most experienced boating journalist. :)</p><p><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4cac193a338bcdfd"><img src="http://img.marinews.com/share.jpg" alt="Share" border="0"></a></p></div><div class="tab_content_img"><img src="http://img.marinews.com/tab_img.jpg" alt="Trailerboat Fisherman is Australia\'s premier"></div><div class="clear">';
			document.getElementById("contentId3").style.display="none";
		document.getElementById("contentId1").style.display="none";
		document.getElementById("contentId2").style.display="block";
	}
	function changeCss3(i){
		document.getElementById("tabId3").className="tab_select";
		document.getElementById("tabId2").className="tab_deselect";
		document.getElementById("tabId1").className="tab_deselect";
		//document.getElementById("contentId").innerHTML='<div class="tab_content_desc"><p>Trailerboat Fisherman is Australia\'s premier, and longest running trailer boating publication. Editor, James Hill, is Australia\'s most experienced boating journalist. :) :)</p><p><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4cac193a338bcdfd"><img src="http://img.marinews.com/share.jpg" alt="Share" border="0"></a></p></div><div class="tab_content_img"><img src="http://img.marinews.com/tab_img.jpg" alt="Trailerboat Fisherman is Australia\'s premier"></div><div class="clear">';
				document.getElementById("contentId1").style.display="none";
		document.getElementById("contentId2").style.display="none";
		document.getElementById("contentId3").style.display="block";
	}

