<!--

var graveImage = 'grave'
var graveImagePath = '../dswmedia/'
var gravePagePath = 'graves/g_'
var graveRollOff = 'gtitlepic.gif'
var imageName = 'ari'
var count = 0
var win

if (document.images) imagesExist=document.images
	else  imagesExist=null


//CREATE IMAGE ARRAY FOR PRLD


function createNewTextWin(theURL)  {
if(theURL == "amzac.html") { theURL = "azmak.html"; } // FIX A PROBLEM IN THE FLASH FILE
	myURL=gravePagePath + theURL
	  win=window.open(myURL,'textWin', "toolbar=yes,location=0,directories=no,status=no,menubar=0,scrollbars=yes,resizable=no,width=895,height=570")

	
}


function showImage(imageName)  {
if (imagesExist) {
	imagesExist[graveImage].src= graveImagePath + imageName;
			
		}
	
}



function hideImage()  {

	if (imagesExist) {
	imagesExist[graveImage].src= pathname + graveRollOff
			
		} 

}



//-->

