// JavaScript Document
function searchKeyPresstop(e) {
   if (window.event) {
      e = window.event;
      }
   if (e.keyCode == 13) {
      LaunchPopup('http://live247support.com/webim/client.php?locale=en&compid=1', '350', '500', 'textfieldvatop') }
   }
function searchKeyPress(e) {
   if (window.event) {
      e = window.event;
      }
   if (e.keyCode == 13) {
      LaunchPopup('http://live247support.com/webim/client.php?locale=en&compid=1', '350', '500', 'textfieldva') }
   }
   var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
if (sPage == '') {
   callpopup("openning");
   }
   
   