var bottom_bar_height = 0;
var isIE = navigator.appName.indexOf("Microsoft") != -1;	

function getobject(objName) {
    return (isIE) ? document.all(objName) : document.getElementById(objName);
}