/*--------------------------------------------------------------------------
 * Blog Navigation
 * (c) 2009 Evgueni Naverniouk
 * evgueni@globexdesigns.com
 *
 * Designed for www.naverniouk.com
 *
 *--------------------------------------------------------------------------*/

function toggleArticle(n){if(document.getElementById('ArticleMore'+n).innerHTML=='Expand Entry'){document.getElementById('Article'+n).className='Article full';document.getElementById('ArticleMore'+n).innerHTML='Collapse Entry'}else{document.getElementById('Article'+n).className='Article short';document.getElementById('ArticleMore'+n).innerHTML='Expand Entry'}}
