document.writeln("");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("");
document.writeln("
");
function OnlinedxsOver(){
document.getElementById("divdxsMenu").style.display = "none";
document.getElementById("divdxsOnline").style.display = "block";
}
function OnlinedxsOut(){
document.getElementById("divdxsMenu").style.display = "block";
document.getElementById("divdxsOnline").style.display = "none";
}
window.onload =function(){
OnlinedxsOut();
}