// JavaScript Document
////////////////////////////////


function show(){
document.getElementById('qt').style.display=''; 	
}

function movie(targ){	
alert("hi");
alert(">>"+document.embeds[0]);
}



function hide(){
document.getElementById('qt').style.display='none'; 	
var q = document.getElementById('qts')
q.Stop();
}
