if (parseInt(navigator.appVersion.charAt(0)) >= 4) {  nn4 = (navigator.appName == "Netscape" && parseInt(navigator.appVersion) != 5) ? true : false  nn6 = (navigator.appName == "Netscape" && parseInt(navigator.appVersion) == 5) ? true : false  ie  = (navigator.appName.indexOf("Microsoft") != -1) ? true : false  mac  = (navigator.platform.indexOf("Mac") != -1) ? true : false}if(nn4 && mac){document.write("<LINK rel=\"stylesheet\" type=\"text/css\" href=\"../css/legislative_bureau_nn4mac.css\">");}else if(nn6 && mac){document.write("<LINK rel=\"stylesheet\" type=\"text/css\" href=\"../css/legislative_bureau_nn6mac.css\">");}else if(nn4){document.write("<LINK rel=\"stylesheet\" type=\"text/css\" href=\"../css/legislative_bureau_nn4.css\">");}else{document.write("<LINK rel=\"stylesheet\" type=\"text/css\" href=\"../css/legislative_bureau.css\">");}/** * resize.js 0.3 970811 * by gary smith * js component for "reloading page onResize" */if(!window.saveInnerWidth) {  window.onresize = resizeIt;  window.saveInnerWidth = window.innerWidth;  window.saveInnerHeight = window.innerHeight;}function resizeIt() {    if (saveInnerWidth < window.innerWidth ||         saveInnerWidth > window.innerWidth ||         saveInnerHeight > window.innerHeight ||         saveInnerHeight < window.innerHeight )     {        window.history.go(0);    }}
