

<!-- Begin

var notsubpage = false;
var purl = "" + window.location;
var split1 = purl.split(".php");
purl = split1[0] + 'print.php';
if (purl.indexOf("-") == -1) {   //is not a subpage
   notsubpage = true;
}   

if ((document.title != "Getting Started") &&
   (document.title != "CV (Resume) of Timothy R P Brown") &&
   (document.title != "Awards for ZingCOBOL") &&
   (document.title != "Feedback") &&
   (document.title != "ZingCOBOL Guestbook") &&
   (document.title != "Quick Reference Index") &&
   (document.title != "COBOL Reserved Words") &&
   (document.title != "Useful Links") &&
   (notsubpage)) {
       
       document.write('&nbsp\;&nbsp\;&nbsp\;&nbsp\;&nbsp\;&nbsp\;&nbsp\;&nbsp\;&nbsp\;&nbsp\;&nbsp\;&nbsp\;<a href="' + purl + '">Print-friendly version</a>');
}


function showRemote() {



window.name = "main"; // names current window as "main"



  winW = 570;

  winH = 210;    //US-specific 370px UK 210px



var windowprops = "toolbar=0,location=0,directories=0,status=0, " +

"menubar=0,scrollbars=0,resizable=0,width=" + winW + ",height=" + winH;

    OpenWindow = window.open("popup.php", "remote", windowprops); // Netscape: opens Flash remote control



}



//  End -->







<!-- Begin

function setVariables() {



if (navigator.appName == "Netscape") {

v=".top=";

dS="document.";

sD="";

y="window.pageYOffset";

}

else {

v=".pixelTop=";

dS="";

sD=".style";

y="document.body.scrollTop";

   }

}

function checkLocation() {

object="object1";

yy=eval(y);

eval(dS+object+sD+v+yy);

setTimeout("checkLocation()",10);

}

//  End -->

function findLocation() {
  var locNow;
  var thisURL = document.URL;
  var whereURL = thisURL.split("//");
  var nowURL = whereURL[1].split(".");
  var finalSplit = nowURL[0];
  if (finalSplit == "members") {
    locNow = "uk" 
  }
  else {
    locNow = "us"
  }    
  return locNow;
}


