
function showMonitor(url,namemonitor,w,h) {
window.open(url,namemonitor,'width='+w+',height='+h+',status=0,location=0,scrollbars=yes,resizable=yes');
}

