﻿function XBw(ly){
    var nw = document.getElementById ? document.getElementById(ly):document.layers? document.layers[ly]: document.all? document.all[ly]:null;
    return nw;	
}
