function getFlashMovie(movieName) {
	if (navigator.appName.indexOf("Microsoft") != -1) {
		return window[movieName];
	}else{
		return document[movieName];
	}
}
function sendToActionScript(val){
	try {
		getFlashMovie(String('socket')).sendToActionScript(val);
		//whi.debug.error_log("sent : "+val);
	}catch(error){
		//alert ("* "+error)
	}
}

function sendToJavaScript(val) {
	var a;
	if (a = document.getElementById("key")){
		a.parentInput.getSearchResults(val);
	}


}
