function CheckPopupBlocker(){
/*
var mypopup=window.open("https://livehelp.salesrep.com/xicons.aspx","win1",'width=100,height=100,left=0, top=0');
if (mypopup){
  mypopup.close();
  mypopup.blur();
}
else 
alert('This web site use popup and you may have a popup blocker running!. Please disable your popup blocker and try again.');
*/
}

function CheckPopupBlocker1(){
/*
var mypopup=window.open("about:blank","win1",'width=100,height=100,left=0, top=0');
if (mypopup){
  mypopup.close();
  mypopup.blur();
}
else 
alert('This web site use popup and you may have a popup blocker running!. Please disable your popup blocker and try again.');
*/
}