function flashPutHref(href) { location.href = href; }
function flashPutTitle(title) { document.title = title; }	
var isMSIE = navigator.appName.indexOf("Microsoft") != -1;
