function showVideo(idfilm, trailerId) {
	var newDiv=document.getElementById("jvideo");
	newDiv.innerHTML="<table><tr><td width=100% align=center><object width=425 height=355><param name=movie value='http://www.youtube.com/v/"+trailerId+"&rel=1'></param><param name=wmode value=transparent></param><param name=allowFullScreen value=true></param><param name=allowscriptaccess value=always></param><embed src='http://www.youtube.com/v/"+trailerId+"&rel=1&autoplay=1&fs=1' type=application/x-shockwave-flash allowscriptaccess=always allowfullscreen=true wmode=transparent width=425 height=355></embed></object></td></tr></table>";
//	alert(newDiv.getAttribute("id"));
	document.body.appendChild(newDiv);
//	alert(document.getElementById('jvideo').getAttribute("id"));
	TagToTip('jvideo', COPYCONTENT, true, BORDERCOLOR, '#b89204', WIDTH, 425, EXCLUSIVE, true, STICKY, true, CENTERMOUSE, true, CLOSEBTN, true, FADEOUT, 400, CLOSEBTNTEXT, 'Fechar', TITLE, 'Trailer', SHADOW, true, TITLEBGCOLOR, '#b89204', TITLEFONTCOLOR, '#443912');
}

function showTrilha(idfilm, trilhaId) {
	var newDiv=document.getElementById("jtrilha");
	newDiv.innerHTML="<table><tr><td width=100% align=center><object width=212 height=178><param name=movie value='http://www.youtube.com/v/"+trilhaId+"&rel=1'></param><param name=wmode value=transparent></param><embed src='http://www.youtube.com/v/"+trilhaId+"&rel=1&autoplay=1' type='application/x-shockwave-flash' wmode=transparent width=212 height=178></embed></object></td></tr></table>";
//	alert(newDiv.getAttribute("id"));
	document.body.appendChild(newDiv);
//	alert(document.getElementById('jtrilha').getAttribute("id"));
	TagToTip('jtrilha', COPYCONTENT, true, BORDERCOLOR, '#b89204', WIDTH, 220, EXCLUSIVE, true, STICKY, true, CENTERMOUSE, true, CLOSEBTN, true, FADEOUT, 400, CLOSEBTNTEXT, 'Fechar', TITLE, 'Trilha', SHADOW, true, TITLEBGCOLOR, '#b89204', TITLEFONTCOLOR, '#443912');
}

function tirafoto(marker, idfilm) {
	makeRequest('setmarker.php?idmark='+idfilm+"&marker="+marker);
//	document.getElementById(marker).src='filme-claro.jpg';
	setTimeout("document.getElementById('"+marker+"').src='filme-escuro-"+marker.substring(1)+".jpg';", 500);
}
