//thumbnailviewer.createthumbBox() //Output HTML for the image thumbnail viewer
//thumbnailviewer.dotask(window, function(){thumbnailviewer.init()}, "load") //Initialize script on page load
//thumbnailviewer.dotask(window, function(){thumbnailviewer.cleanup()}, "unload")
    
function ConfirmDelete()
{
    return confirm("Are you sure you want to delete the selected item?");
}