function move_in(img_name,img_src){document[img_name].src=img_src;}
function move_out(img_name,img_src){document[img_name].src=img_src;}
window.onload=function(){homeOver=new Image();homeOver.src="/images/ihome/homebtn_on.png";}
function mc_pageinfo(author,published,updated) {if (typeof author!='undefined') {document.write('<div class="pageinfo3">');if (author) {document.write('Author: ' + author);if (published || updated) {document.write(', &nbsp;');}}if (published) {document.write('Published: ' + published);if (updated) {document.write(', &nbsp;');}}if (updated) {document.write('Last updated: ' + updated);}document.write('</div>');}}
var win1Open=null
var win2Open=null
function doNothing(){}
function displayImage(picName,windowName,windowWidth,windowHeight){var winHandle=window.open("",windowName,"toolbar=no,scrollbars=no,resizable=no,width="+windowWidth+",height="+windowHeight)
if(winHandle!=null){var htmlString="<html><head><title>Picture</title></head>"
htmlString+="<body background="+picName+">"
htmlString+="</body></html>"
winHandle.document.open()
winHandle.document.write(htmlString)
winHandle.document.close()}
if(winHandle!=null)winHandle.focus()
return winHandle}
