			
function di20(imgname, filename) 
{
	document[imgname].src= filename 
	
}	

function getconfirmDeleteScrolls() 
{ 			
	var ans; 	
	//if (confirm('Are you sure you want to PERMANENTLY delete this Scroll creation process?\n\nPress \'Cancel\' to leave this Scroll creation process untouched.')==true) 
	if (confirm('Are you sure that you want to delete the work-in-progress on the current scroll.\n\nPress \'Ok\' to delete or \'Cancel\' to continue on this scroll.')==true) 
	{
		document.form1.hdndelbox.value='Yes'; 		
		return true; 			
	} 
	else 
	{ 	
		document.form1.hdndelbox.value='No'; 			
		return false;		
	} 					
}	


