function cutString(strString,intLength,blnDots){if(blnDots==undefined){blnDots=true}if(strString.length>intLength){if(blnDots){strString=strString.substring(0,intLength)+".."}else{strString=strString.substring(0,intLength)}}return strString};function showPicture(intImageID,intWidth,intHeight,intTransformationID){openWindow(GLOBAL_URL+'/asp-bin/imagehtml.aspx?siteID='+SITE_ID+'&imageID='+intImageID,'image',intWidth,intHeight,-1)};function openWindow(strURL,strName,intWidth,intHeight,blnScrolling){if(blnScrolling== -1){objWindow=window.open(strURL,strName,'width='+intWidth+',height='+intHeight+',titlebar=no,title=no,status=no,toolbar=no,menubar=no,scrollbars=no')}else{objWindow=window.open(strURL,strName,'width='+intWidth+',height='+intHeight+',titlebar=no,title=no,status=no,toolbar=no,menubar=no,scrollbars=yes')}};function ExternalLinks(){var anchor;if(!document.getElementsByTagName){return;}var anchors=document.getElementsByTagName("a");for(var i=0;i<anchors.length;i++){anchor=anchors[i];if(anchor.getAttribute("href")&&anchor.getAttribute("rel")==="external"){anchor.target="_blank";}}};window.onload=ExternalLinks;