// JavaScript Document


try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}


function qr(){
 win=window.open("qr.html","qr","menubar=no,scrollbars=no,resizable=yes,width=362,height=200");
}

