var myReloadCounter=0;function getElement(elementName)
{try{return document.getElementsByName(elementName)[0]}
catch(e)
{alert('Exception '+e);};}
function askNewSecurityImages(imageID)
{myReloadCounter++;var myImageGeneratorSource=getElement(imageID).src;var myImage=getElement(imageID);var tmp=new Date();tmp="&refresh="+tmp.getTime()
myImage.src=myImageGeneratorSource+tmp;}
function SecurityImagesInit()
{myReloadCounter=0;}
function SecurityImagesNew(packageName)
{myImageGeneratorSource=getElement(packageName).src;myImage=getElement(packageName);myImage.src=myImageGeneratorSource;myUserInputBox=getElement(packageName+'_try');myUserInputBox.value="";myUserInputBox.focus();}
