b=open;viewer="same";var width="800";var height="625";var scrollbars="yes";menu="no";tool="no";function ViewImage(data){if(viewer=="popup"){windowHandle=b('image-viewer.htm'+'?'+data,'windowName',',scrollbars='+scrollbars+',resizable=yes,toolbar='+tool+',menubar='+menu+',width='+width+',height='+height+'');}else if(viewer=="new"){windowHandle=b('image-viewer.htm'+'?'+data,'windowName');}else if(viewer=="same"){window.location=('image-viewer.htm'+'?'+data);}}