var mywindow;
time=0;
url="";
live=false;
function detach(position,href,isLive){
	mywindow = window.open('detach.html','mywindow','location=0,toolbar=0,menubar=0,resizable=1,dependent=0,status=0,width=640,height=360,left=25,top=25');
	time=position;
	url=href;
	live=isLive;
}
function retach(newtime){
	document.getElementById('flash').retach(newtime)
}
function setPrayerType(code,txt){
	document.getElementById('flash').setPrayerType(code,txt);
}
function showTvDetail(what){
	document.getElementById('flash').showTvDetail(what);
}
function playStream(stream){
	document.getElementById('flash').playStream(stream);
}
function getUrl(){
	return window.location.toString();
}
function getBrowserInfo(){
	return navigator.userAgent;
}
