function showAlert() 	{
	alert('The item number entered could not be found.\nThe text should be an item number (e.g. <%=sItemQuote %>) \n');
}

function showItem(sBook,iPage,iShot) {
	openShot(sBook,iPage,iShot);
}
