function openViewer(url){
	yesTVWin=window.open(url,"yesTV","scrollbars=no,resizable=no,width=790,height=450");
}

function TV_play(){
	document.all["yesTV"].play();
}

function TV_stop(){
	document.all["yesTV"].stop();
}

function TV_play2(){
	document.all["stillCut"].style.display = "none";
	document.all["medialDiv"].style.display = "block";
	document.all["yesTV"].play();
}

function TV_stop2(){
	document.all["stillCut"].style.display = "block";
	document.all["medialDiv"].style.display = "none";
	document.all["yesTV"].stop();
}