// JavaScript Document

	function goAbout()
	{
		var tab		= document.getElementById( 'about_tab' );
		var label	= tab.getElementsByTagName( "*" )[ 0 ].className;
		if ( label.search( "tab_text_selected" ) < 0 )
			prepAndGo( 'about' );
	} // end goHome()
	
	function doAboutTasks()
	{
		
	} // end doAboutTasks()
