﻿function hidepop() {
    document.getElementById("float").style.display = "none";

}
function showpop() {
    document.getElementById("float").style.display = "block";

}

function timedShow() {
    var t = setTimeout("showpop()", 2000)
}

function showBusiness() {

    //window.location.href = "http://lvt.zoosnet.net/LR/Chatpre.aspx?id=LVT75699892";
    window.open("http://lvt.zoosnet.net/LR/Chatpre.aspx?id=LVT75699892");
    hidepop();
}
