function LinkWindow(Obj) {
window.open(Obj.href);
return false;
}
function ButtonHoverFx(Obj) {
 document.getElementById("Controler_Hover").className = Obj;
}
function ButtonActiveFx(Obj) {
 document.getElementById("Controler_Active").className = Obj;
}