function flashPutHref(href) { location.href = href; }
function flashPutTitle(title) { document.title = title; }	
var isMSIE = navigator.appName.indexOf("Microsoft") != -1;

function popWin(file, newLoc, newWidth, newHeight) {
    popupWindow=window.open(file,newLoc,'width='+newWidth+',height='+newHeight+',left='+((screen.width / 2)-(newWidth/2))+',top='+((screen.height /2)-(newHeight/2))+',screenX='+((screen.width / 2)-(newWidth/2))+',screenY='+((screen.height / 2)-(newHeight/2))+',directories=no,fullscreen=no,location=no,menubar=no,scrollbars=no,resizable=no,status=yes,toolbar=no');
   if (popupWindow.opener == null) popupWindow.opener = self;
}

