0) { wo=window.open(this.value,'_blank','top=0,left=0,width=' + screen.width + ',height=' + screen.height); }\">";
}
echo "
Local Operating System Menu
var wo=null;
var formclickmode=0;
var lastselo=null;
function fcm() {
if (formclickmode == 0) {
formclickmode=0;
} else if (formclickmode < 0) {
formclickmode--;
if (formclickmode <= -10) {
document.body.style.cursor='pointer';
if (lastselo) { lastselo.style.cursor='pointer'; lastselo=null; }
formclickmode=0;
document.getElementById('sbutwin').click();
}
} else {
formclickmode++;
if (formclickmode >= 10) {
document.body.style.cursor='pointer';
if (lastselo) { lastselo.style.cursor='pointer'; lastselo=null; }
formclickmode=0;
document.getElementById('sbutmac').click();
}
}
}
function mostlikely() {
if (document.getElementById('opsel')) {
if (('' + navigator.platform).toLowerCase().indexOf('mac') != 0) {
if (('' + navigator.platform).toLowerCase().indexOf('win') != -1) {
if (document.getElementById('myformwin')) {
document.getElementById('myformwin').style.display='block';
}
}
document.getElementById('opsel').innerHTML=document.getElementById('omamp').outerHTML + document.getElementById('owindows').outerHTML + document.getElementById('omacos').outerHTML;
} else {
if (document.getElementById('myformmac')) {
document.getElementById('myformmac').style.display='block';
}
}
}
}
function prg(wht, selo) {
if (selo) { lastselo=selo; lastselo.style.cursor='progress'; }
document.body.style.cursor='progress';
return wht;
}
setInterval(fcm, 1000);
Local Operating System " . explode(' ',$preret)[0] . " Menu
RJM Programming
November, 2025
" . str_replace("\n","
",$preret) . str_replace("\n","
",$ret) . "
" . $selstuff . "
";
?>