/*

// Copyright (c) 2005 by Adam S. Docherty aka Lobos 
// http://www.webvida.com
// --------------------------------------------------------------------
// LICENSE
// GNU General Public License.
// To read the license please read the docs/license.txt or visit
// http://www.gnu.org/copyleft/gpl.html
// --------------------------------------------------------------------
// Filename:    advanced theme :: style_main.css
// Original Author of file:     Adam S. Docherty aka Lobos
// Purpose of file:     CSS Styles for advanced theme
// --------------------------------------------------------------------

*/

function hfocus(id)
{document.getElementById(id).className = 'horiz_nav2';}
function hblur(id)
{document.getElementById(id).className = 'horiz_nav';}
function tfocus(id)
{document.getElementById(id).className = 'top_nav2';}
function tblur(id)
{document.getElementById(id).className = 'top_nav';}
function summaryopen(id)
{document.getElementById(id).className = 'news_summary_container';}
function summaryclosed(id)
{document.getElementById(id).className = 'news_summary_container_closed';}