function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=550,height=450,left = 465,top = 200');");
}

function toggleDiv(divid){
    if(document.getElementById(divid).style.display == 'none'){
      document.getElementById(divid).style.display = 'block';
    }else{
      document.getElementById(divid).style.display = 'none';
    }
  }

function callmenow() {
clickwin=window.open('http://www.ifbyphone.com/clickto_getphone.php?click_id=1135', 'Clickto' , 'toolbar=no,location=no, menubar=no, scrollbars=no, copyhistory=no,resizable=yes');
}


function chatnow() {
chatwin=window.open("http://chat.helponclick.com/livechat.php?usrname=warmly&usr_id=6371&op_id=0&nickname=&s_url="+escape(top.window.document.URL),"chat_login","top="+((screen.height/2)-200)+",left="+((screen.width/2)-225)+",width=450,height=400,scrollbars=no,status=0,toolbar=no,location=no,resizable=no");
}
