// JavaScript Document


try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}

function job_print(createno,usercode){
	win=window.open("job_print.html?CN="+createno+"&UC="+usercode,"job_print","menubar=no,scrollbars=no,resizable=yes,width=650,height=800");
}


