
function open_remote01(url) {
  remote = window.open(url, "_remote_control",
"toolbar=yes,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,height=395,width=675,copyhistory=copyhistory=no");
}
