function glossaryWindow(theAnchor) {
	var theWindow = window.open('/whatishep2_1_3small.html#'+theAnchor,'Glossary','toolbar=no,location=no,status=no,menubar=no,links=no,scrollbars=no,resizable=no,width=750,height=250,left=50,top=100');
	return false;
}


window.onload = function() {
    document.body.onclick = function (e) {
        //alert((function(theObj){var retval ="";for(prop in theObj){retval+=prop+":"+theObj[prop]+"\n";}return retval;})(e.target));
        var theElement = ( (typeof e != "undefined") ? (e.target) : (event.srcElement) );
        var theElementTarget = theElement.getAttribute("target");
        var theLinkUrl = theElement.getAttribute("href");
        if( (theElementTarget == "_blank") && (theLinkUrl.indexOf("whatishep") < 0 ) && (theLinkUrl.indexOf("pdf/")<0) && !confirm("\u0623\u0646\u062A \u0627\u0644\u0622\u0646 \u062A\u063A\u0627\u062F\u0631 \u0627\u0644\u0645\u0648\u0642\u0639. \u0647\u0644 \u062A\u0631\u064A\u062F \u0627\u0644\u0645\u062A\u0627\u0628\u0639\u0629\u061F") ) {
            // Cancel Event																											
            //try {e.preventDefault()} catch (var temp){}
            //try {e.stopPropagation()} catch (var temp) {}
            return false;
        }
    }
}