<!-- // hide from old browsers
function Swap(id,status){
    obj = document.getElementById(id);
    if (obj){
        obj.style.display = status;
    }
}
//-->
