document.write ('	<meta http-equiv="Content-Language" content="en-us">')
document.write ('	<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">')
document.write ('	<title>Iris Rosin</title>')

function fnc_Show(imagename, imagetitle)
{
	var txt_Str = imagename
	var txt_Len = txt_Str.length	
	if(txt_Str.indexOf("/newpics")!=-1||txt_Str.indexOf("/fifi")!=-1){
		var img_Pth = txt_Str.substr(0,txt_Len - 4)		
	}
	else
		var img_Pth = txt_Str.substr(0,txt_Len - 5)
	
    if (document.images) {    
     document.images["img_Exa"].src =  img_Pth + ".jpg" ;
	 document.getElementById("img_ttl").innerHTML= imagetitle
    }
}

function fnc_Reset ()
{
    if (document.images) {
      document.img_Exa.src = "eoImages/wait_image.jpg";
    }
}