



/*
     FILE ARCHIVED ON 13:57:42 Feb 5, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:16:28 Jan 18, 2012.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
function ow(w,h,img){
w+=15;h+=15;
if(navigator.appName=="Netscape"){
var left=(window.innerWidth-w)/2;
var top=(window.innerHeight-h)/2;
}else{
var left=(document.body.clientWidth-w)/2;
var top=(document.body.clientHeight-h)/2;
}
win=window.open('/images/'+img,'foto','width='+w+',height='+h+',menubar=0,location=0,resizable=1,scrollbars=0,status=0,titlebar=0,toolbar=0,left='+left+',top='+top+'');
win.focus();
}

function ow1(url){
url="/photo/"+url+".jpg";
var w=650;
var h=500;
w+=15;h+=15;
if(navigator.appName=="Netscape"){
var left=(window.innerWidth-w)/2;
var top=(window.innerHeight-h)/2;
}else{
var left=(document.body.clientWidth-w)/2;
var top=(document.body.clientHeight-h)/2;
}
win=window.open(url,'foto','width='+w+',height='+h+',menubar=0,location=0,resizable=1,scrollbars=0,status=0,titlebar=0,toolbar=0,left='+left+',top='+top+'');
win.focus();
}
