var isPc = (navigator.userAgent.indexOf("Windows") != -1);var isMac = (navigator.userAgent.indexOf("Mac") != -1);var isNS = (navigator.appName == "Netscape");var isNS4 = (isNS && (navigator.userAgent.indexOf("Gecko") == -1));var isNS6 = (isNS && (navigator.userAgent.indexOf("Gecko") != -1));var isIE = ((navigator.userAgent.indexOf("MSIE") != -1) && (navigator.userAgent.indexOf("Opera") == -1));var isIEPc = ((navigator.userAgent.indexOf("MSIE") != -1) && isPc && (navigator.userAgent.indexOf("Opera") == -1));var isIEPc5 = ((navigator.userAgent.indexOf("MSIE 5.0") != -1) && isPc && (navigator.userAgent.indexOf("Opera") == -1));var isIEPc55 = ((navigator.userAgent.indexOf("MSIE 5.5") != -1) && isPc && (navigator.userAgent.indexOf("Opera") == -1));var isIEPc6 = ((navigator.userAgent.indexOf("MSIE 6.") != -1) && isPc && (navigator.userAgent.indexOf("Opera") == -1));var isIEMac = ((navigator.userAgent.indexOf("MSIE") != -1) && isMac && (navigator.userAgent.indexOf("Opera") == -1));var version = parseInt(navigator.appVersion);var lP = location.pathname;function openwin(url,name){	win_set = 'width=450,height=450,toolbar=no,resizable=yes,menubar=no,status=yes,scrollbars=yes';	swin = window.open(url,name,win_set);	swin.focus();}