function getFaqFooter(url){
	window.open(url,"FAQ","width=656,height=500,status=0,toolbar=0,scrollbars=yes");
}

function getDoubleClickTag(URL,tagID){
      var axel = Math.random()+"";
      var a = axel * 10000000000000;
      src = URL + a + '?';
      
      if(getDoubleClickTag){
            document.getElementById(tagID).src = src;
      }
}


