
/* CREATION DATE: 16/8/2000 */
<!-- begin script
var windowNote;

function ShowNote1(message, colorBack, back, textColor, typeFont, sizeFont) {
  windowNote = window.open('','Note','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,' + 'width=300' + ',height=600');
  text = '<' + 'HTML' + '><' + 'HEAD' + '><' + 'TITLE' + '>' + 'INFORMATION' + '</' + 'TITLE' + '><' + '/HEAD' + '><' + 'BODY BACKGROUND=' + '"' + back + '"' + ' BGCOLOR=' + '"' + colorBack + '">';
  text += '<CENTER>';
  text +='<FONT FACE="' + typeFont +'"';
  text += ' SIZE=' + sizeFont; 
  text += ' COLOR=' + '"' + textColor +'">';
  text += message + '</CENTER></FONT>';
  text += '</' + 'BODY' + '><' + '/HTML' + '>';
  windowNote.document.write(text);
  windowNote.focus();
  windowNote.document.close();
  return false;
}
//  end script -->
;
<!-- 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 -->
<!-- Begin
function setnewVariables() {
if (navigator.appName == "Netscape") {
nv=".top=";
ndS="document.";
nsD="";
ny="window.pageYOffset";
}
else {
nv=".pixelTop=";
ndS="";
nsD=".style";
ny="document.body.scrollTop";
   }
}
function checknewLocation() {
newobject1="newobject";
nyy=eval(ny);
eval(ndS+newobject1+nsD+nv+(nyy+400));
setTimeout("checknewLocation()",10);
}
;
//  End -->
<!-- Begin
function setActiveStyleSheet(title) {
  var i, a, main;
  for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
    if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) {
      a.disabled = true;
      if(a.getAttribute("title") == title) a.disabled = false;
    }
  }
}

function getActiveStyleSheet() {
  var i, a;
  for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
    if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title") && !a.disabled) return a.getAttribute("title");
  }
  return null;
}

function getPreferredStyleSheet() {
  var i, a;
  for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
    if(a.getAttribute("rel").indexOf("style") != -1
       && a.getAttribute("rel").indexOf("alt") == -1
       && a.getAttribute("title")
       ) return a.getAttribute("title");
  }
  return null;
}
//  End -->
;
<!-- begin script
var windowNote;
