
if(typeof Glossary!='undefined')
var glossary=new Glossary('../');function g(element,entry)
{var name=entry?entry:element.innerHTML;var region=YAHOO.util.Dom.getRegion(element);glossary.show({'name':name},region.left,region.bottom+2,293);}
function imagePopup(url,width,height)
{width+=35;height+=30;window.open(url,'wuImgWnd','toolbar=no, directories=no, location=no, status=no, menubar=no, resizable=yes, scrollbars=no, width='+width+', height='+height);return false;}
function viewImage(link,width,height)
{try
{imagePopup(link.href,width,height);}
catch(e)
{}
return false;}
function compareProcesses(processId,processType)
{var url='../';if(processType==1)
url+='process-compare?';else
url+='rapid-process-compare?';url+='p='+processId;url+=','+document.getElementById('compareWith').value;window.location=url;}