blob: d4731c9ccce6dedb12149595cb1c0831ea9df85d [file] [log] [blame]
function MSiteSwitchModule() {
var page = window.document.forms['modulemenu'].elements['listmodule'].options[window.document.forms['modulemenu'].elements['listmodule'].selectedIndex].value;
if (page > "")
top.document.location.replace(page);
return false;
}