﻿function framesBreak(){if (parent.frames.length > 0) {parent.location.href = self.document.location;}}
function openWindow(url,wdth,hght){var features = "location=no,status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=no";features += ",height=" + hght;features += ",width=" + wdth;void window.open(url,null,features);}
function pageLoad(){framesBreak();externalLinks();}
function externalLinks() {if (!document.getElementsByTagName) return;var anchors = document.getElementsByTagName("a");for (var i=0; i<anchors.length; i++) {var anchor = anchors[i];if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external"){anchor.target = "_blank";anchor.onmouseover=NSHandler;}}}
function NSHandler(e){if(!e) var e = window.event;window.status='';return true;}