startMenu = function() 
{
if (document.all&&document.getElementById) {
Ecssmenu = document.getElementById("Ecsstopmenu");

for (i=0; i<Ecssmenu.childNodes.length; i++) {
node = Ecssmenu.childNodes[i];

if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over"; }
node.onmouseout=function(){                  
this.className=this.className.replace(" over", "") }}}}}
if (window.attachEvent)
window.attachEvent("onload", startMenu)
else
window.onload=startMenu;

startMenu = function() 
{
if (document.all&&document.getElementById) {
Pcssmenu = document.getElementById("Pcsstopmenu");

for (i=0; i<Pcssmenu.childNodes.length; i++) {
node = Pcssmenu.childNodes[i];

if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over"; }
node.onmouseout=function(){                  
this.className=this.className.replace(" over", "") }}}}}
if (window.attachEvent)
window.attachEvent("onload", startMenu)
else
window.onload=startMenu;

startMenu = function() 
{
if (document.all&&document.getElementById) {
Scssmenu = document.getElementById("Scsstopmenu");

for (i=0; i<Scssmenu.childNodes.length; i++) {
node = Scssmenu.childNodes[i];

if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over"; }
node.onmouseout=function(){                  
this.className=this.className.replace(" over", "") }}}}}
if (window.attachEvent)
window.attachEvent("onload", startMenu)
else
window.onload=startMenu;