// JavaScript Document


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

function application(){
 win=window.open("application.html","application","menubar=no,scrollbars=no,resizable=yes,width=700,height=500");
}

