// popup windowfunction openWin(theURL,winName,features) {  window.open(theURL,winName,features);}// flash linkingfunction flashPutHref(href) {	location.href = href;}function flashPutTitle(title) {	document.title = title;}var isMSIE = navigator.appName.indexOf("Microsoft") != -1;
