// JavaScript Document
// Start Hiding from older browsers

function zoom_wh(file, w, h) {
window.open(file,'WorkFrame','width=' + w + ',height=' + h + ',copyhistory=no,directories=no,location=no,menubar=no,toolbar=no,scrollbars=no,resizable=no,leftmargin=0,topmargin=0');
}
