// Beckman Coulter EN 2008/08/26

itp={processVars:function(p){var HOMENAME="Beckman Coulter";var ROOT="http:\/\/[^\/]+\/(index.htm)?$";var PRODUCT_VIEW_ELEMENT='"productstage clearfix"';if(p.getHierarchy().length==1){p.getHierarchy().push(p.getDocumentname());p.setDocumentname(p.getDocumentname()+" Home")}var re=new RegExp(ROOT,"i");p.setDocumentgroup((p.getHierarchy().length==0)?((re.exec(unescape(document.URL.indexOf("?")>-1?document.URL.slice(0,document.URL.indexOf("?")):document.URL))!=null)?"Home":"Specials/Other"):p.getHierarchy()[1]);if(p.getHierarchy().length==0){if(unescape(document.URL).match(ROOT)!=null){p.getHierarchy().push(HOMENAME);p.getHierarchy().push(p.getDocumentgroup())}}var re=new RegExp(PRODUCT_VIEW_ELEMENT,"i");if(re.exec(document.body.innerHTML)!=null){p.setActionId("PRODUCT_VIEW");var elems=getElementsByClass("active",null,null);for(var el in elems){if(elems[el].id!=null&&elems[el].id.search(/productdetails_navigation/i)!=-1){p.getHierarchy().push(p.getDocumentname());p.setDocumentname(p.getHierarchy()[p.getHierarchy().length-1]+" ["+ith.formatVar(elems[el].innerHTML)+"]");break}}}}}
