// JS scripts for WebDDM pages
function initDocument ()
{
	el = document.all ? document.all['pagetitle'] : document.getElementById('pagetitle');
	el.innerHTML = '<span title="Web Drop Down Menu version 3.2.0" style="cursor:default">WebDDM 3.2.0</span> by <a href="http://www.jportalhome.com" title="Open source software and web developement for the future">JPortal</a>';
}

