NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);

if (!ver4) event = null;

function switchOn(){return};
function switchOff(){return};
function popUp(i){switchOn('menu'+i);};
function popDown(i){switchOff('menu'+i);};
