function criaJanela(url){
	//tb_show("Vídeo Demonstrativo",url+"?KeepThis=true&TB_iframe=true&height=500&width=700", false);
	window.open(url,"Deomonstrativo","menubar=no, resizable=no, scrollbars=no, status=no, titlebar=no, toolbar=no, width=800, height=600");
}
function criaJanelaLink(url){
	//tb_show("Vídeo Demonstrativo",url+"?KeepThis=true&TB_iframe=true&height=500&width=700", false);
	window.open(url,"Deomonstrativo","menubar=no, resizable=no, scrollbars=no, status=no, titlebar=no, toolbar=no, width=800, height=600");
}
function leiamais(id){

	document.getElementById('leia0').style.display='none';
	document.getElementById('leia1').style.display='block';
}
function criaJanelaTamando(url,xx,yy){
if (browserName=navigator.appName=="Microsoft Internet Explorer") {  xx = xx+25; yy= yy+10;  }	
if (browserName=navigator.appName=="Netscape") {  xx = xx+20; yy= yy+20;  }	
window.open(url,"Deomonstrativo","menubar=no, resizable=no, scrollbars=no, status=no, titlebar=no, toolbar=no, width="+xx+", height="+yy+"");
	//tb_show("Vídeo Demonstrativo",url+"?KeepThis=true&TB_iframe=true&height="+yy+"&width="+xx, true);
}
