﻿function initLiveChat() {                        
//    var ifr = $('#ifrlivechat')[0];                          
//    if ($.browser.msie) {
//        if ($.browser.version > 7) {
//            ifr.height = '102px'; // '207px;'
//        } else {
//            ifr.style.height = '110px'; //'215px';    
//        }
//    } else {
//        ifr.height = '102px'; // '207px;'
//    }                               
}
function initOnlineStatus(onlineUser) {                        
    var t = $('#tbllivechat')[0];                   
    /*            
    if (onlineUser <= 5) {                            
        document.frames['ifrlivechat'].document.body.style.overflow='hidden';
        t.rows[0].cells[0].width='80px'; 
        t.rows[0].cells[0].style.width='80px';
    } else {
        t.rows[0].cells[0].width='72px'; 
        t.rows[0].cells[0].style.width='72px';
    } 
    */                        
}
/*
function initSkypeDiv() {
    var d = $('#div_skypeinfo')[0];                            
    if ($.browser.msie) {                            
        d.style.height = '435px';    
    } else {
        d.style.height = '450px';
    }     
    if (d.style.visibility == 'hidden') {
        d.style.visibility = 'visible';
    } else {
        d.style.visibility = 'hidden';
    }
}
*/
/* --------------------------------------------------------------------------------------------------- */
/* LIVE CHAT */
/* --------------------------------------------------------------------------------------------------- */

        


