// JavaScript Document


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




function chart_zoom(){
 win=window.open("chart_zoom.html","chart_zoom","menubar=no,scrollbars=no,resizable=yes,width=1030,height=600");
}
