// 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.0.3" style="cursor:default">WebDDM 3.0.3</span> by <a href="http://www.jportalhome.com" title="The best open-source software company ever!">JPortal</a>';
}
