function getTextFromFlash(str,title) {     
	window.location.href= "#"+str;
	document.title=(title);
	test(str);
}
