var mm=(navigator.userAgent.indexOf("MSIE 7.0")>=0)? true:false;
var ff=(navigator.userAgent.indexOf("MSIE 8.0")>=0)? true:false;
function loadpage(){
if ((mm!=true)&&(ff!=true))
{
var location=("http://www.gambithelp.com/browser/gambitinvestments/ie.aspx");
this.location.href = location;
}
}
//**********************************
function open_livechat(r)
{ 

 new_window = window.open(r,'GambitLivechat', ' status,width=740,height=520,left=100,top=100');
}
