function NewWindow(mypage, myname, w, h, scroll) {
var winleft = (screen.width - w) / 2.7;
winprops = 'height='+h+',width='+w+',top='+0.0+',left='+winleft+',scrollbars='+scroll+',resizable,toolbar=yes,location=yes,directories=no,status=yes,menubar=yes'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
if (document.images) {
arepI_off = new Image(); arepI_off.src = "images/arepI.jpg"
arepI_over = new Image(); arepI_over.src = "images/arepI_over.jpg"
arepII_off = new Image(); arepII_off.src = "images/arepII.jpg"
arepII_over = new Image(); arepII_over.src = "images/arepII_over.jpg"
arepIII_off = new Image(); arepIII_off.src = "images/arepIII.jpg"
arepIII_over = new Image(); arepIII_over.src = "images/arepIII_over.jpg"
arepIV_off = new Image(); arepIV_off.src = "images/arepIV.jpg"
arepIV_over = new Image(); arepIV_over.src = "images/arepIV_over.jpg"
arepV_off = new Image(); arepV_off.src = "images/arepV.jpg"
arepV_over = new Image(); arepV_over.src = "images/arepV_over.jpg"
}
function turn_off(ImageName) {
	if (document.images != null) {
		document[ImageName].src = eval(ImageName + "_off.src");
	}
}
function turn_over(ImageName) {
	if (document.images != null) {
		document[ImageName].src = eval(ImageName + "_over.src");
	}
}
<!-- http://builder.cnet.com/webbuilding/pages/Programming/Scripter/092398/-->
<!--
if (window.focus) self.focus();
if (document.images) {
  arepIOn = new Image(); arepIOn.src = "images/index.arepI.rll.jpg"
  arepIOff = new Image(); arepIOff.src = "images/index.arepI.off.jpg"
  arepIIOn = new Image(); arepIIOn.src = "images/index.arepII.rll.jpg"
  arepIIOff = new Image(); arepIIOff.src = "images/index.arepII.off.jpg"
  arepIIIOn = new Image(); arepIIIOn.src = "images/index.arepIII.rll.jpg"
  arepIIIOff = new Image(); arepIIIOff.src = "images/index.arepIII.off.jpg"
  arepIVOn = new Image(); arepIVOn.src = "images/index.arepIV.rll.jpg"
  arepIVOff = new Image(); arepIVOff.src = "images/index.arepIV.off.jpg"
  arepVOn = new Image(); arepVOn.src = "images/index.arepV.rll.jpg"
  arepVOff = new Image(); arepVOff.src = "images/index.arepV.off.jpg"
  arepOff = new Image(); arepOff.src = "images/index.arep.off.jpg"
  arepI = new Image(); arepI.src = "images/index.arep.I.jpg"
  arepII = new Image(); arepII.src = "images/index.arep.II.jpg"
  arepIII = new Image(); arepIII.src = "images/index.arep.III.jpg"
  arepIV = new Image(); arepIV.src = "images/index.arep.IV.jpg"
  arepV = new Image(); arepV.src = "images/index.arep.V.jpg"

  areppI = new Image(); areppI.src = "images/index.arepp.I.jpg"
  areppII = new Image(); areppII.src = "images/index.arepp.II.jpg"
  areppIII = new Image(); areppIII.src = "images/index.arepp.III.jpg"
  areppIV = new Image(); areppIV.src = "images/index.arepp.IV.jpg"
  areppV = new Image(); areppV.src = "images/index.arepp.V.jpg"
  
  SDirec = new Image(); SDirec.src = "images/SDirec.jpg"
  FDirec = new Image(); FDirec.src = "images/FDirec.jpg"
  ARep00 = new Image(); ARep00.src = "images/ARep00.jpg"
  Cover00 = new Image(); Cover00.src = "images/Cover00.jpg"
}
function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}
// done hiding -->
