// JavaScript Document


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


function access(){
 win=window.open("access/index.html","access","menubar=no,scrollbars=yes,resizable=yes,width=880,height=880");
}