// status bar changer
function auto()
{
window.status = "Pabxbuy.com";
}
function message(ojb) {
window.status = ojb
return true
}	


function makevisible(cur,which){
if(which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=80
}


function itemdets(addrs) {
POP=window.open("hello.cfm","POP","toolbar=0,location=0,directories=0,status=1,scrollbars=yes,resizable=0,copyhistory=0,width=500,height=470,top=10,left=10");
}

function showRollTip(msg, e, s_bgcolor, s_width, s_justify) {
    if ( typeof RollTip == "undefined" || !RollTip.ready ) return;
    RollTip.reveal(msg, e, s_bgcolor, s_width, s_justify);
}

function hideRollTip() {
    if ( typeof RollTip == "undefined" || !RollTip.ready ) return;
    RollTip.conceal();
}
