var varVideoSwf = "Pressroom_menu"

function playvideobyid(xID){
	//alert("called playvideobyid thisMovie(varVideoSwf)"+thisMovie(varVideoSwf));
	
	thisMovie(varVideoSwf).playvideobyID(xID);

}

function externalcall(xCall){
	alert("externalcall="+xCall)
}

function thisMovie(movieName) {
	var isIE = navigator.appName.indexOf("Microsoft") != -1;
	return (isIE) ? window[movieName] : document[movieName];
}
