//<!--
//alert ("Generic Functions Included");


function cancelEvent(e)
{
   event.cancelBubble = true;
   event.returnValue = false;
   return false;
}
//-->




function showImage(URL)
{
return window.open("/showImage.asp?image="+URL,"","toolbar=no,resizeable=no");
}