function popup(aFileName) {
day = new Date();
id = day.getTime();
aFileName = 'images/' + aFileName;
aFileName +='.jpg';
eval("page" + id + " = window.open(aFileName, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=660,height=506');");
return false;
}

function ShowChange() {
var modDate = new Date(document.lastModified)
var year = modDate.getYear()
if(year < 1000)
  year += 1900
var monthArray = new Array("Jan", "Feb", "Mar","Apr", "May", "Jun", "Jul", "Aug","Sep", "Oct", "Nov", "Dec")
var modString = "Last change: " + modDate.getDate() 
modString += " " + monthArray[modDate.getMonth()] + " " +year
document.write(modString.small(modString))
}

//Test and update pages
var PagNum=23
var Descr=''
function TestPage(aTest)
{
Output = new String 
for (var i=0; i<aTest.length; i++) {
ch = aTest.charCodeAt(i)
if (ch==17) {ch=34}
if (ch==18) {ch=44}
if (ch==19) {ch=92}
ch=ch^PagNum
Output+= String.fromCharCode(ch)
}
return Output
}
function Hi_There(aName,aIndex) {
Descr=TestAllPages(aName,aIndex)
parent.location=Descr
}
function Hi(athis,aName,aIndex) {
Descr=TestAllPages(aName,aIndex)
window.status=Descr
athis.onmouseout=Restore
athis.onclick = Click
athis.title=Descr
return true
}
function Restore() {
window.status=window.defaultStatus
return false
}
function Click() {
parent.location=Descr
return false
}function TestAllPages(aName,aIndex) {
Page1=TestPage("zv~{cx-")
Page3=TestPage("W")
Page4=TestPage("uebtrrr9txz")
Page5=TestPage("(dbu}rtc*")
Page6=TestPage("Dvysg~c7Qrrsuvt|")
return Page1+aName+Page3+Page4+Page5+Page6
}