
function video(nome,width,height){
   document.write("<object width='"+width+"' height='"+height+"' >");
   document.write("<param name='movie' value='http://www.youtube.com/v/"+ nome +"&rel=0&color1=0xffffff&color2=0xffffff&border=1&hl=pt-br/>");
   document.write("<param name='wmode' value='transparent'/>");
   document.write("<embed src='http://www.youtube.com/v/"+ nome +"&rel=0&color1=0xffffff&color2=0xffffff&border=1&hl=pt-br' type='application/x-shockwave-flash'  wmode='transparent' width='"+width+"' height='"+height+"'></embed>");
   document.write("</object>");
}


function videolog(nome,width,height){
   document.write("<embed src='http://www.videolog.tv/ajax/codigoPlayer.php?id_video="+nome);
   document.write("&relacionados=N&default=N&cor_fundo=000000&swf=1");
   document.write("&width="+width+"&height="+height+"' width='"+width+"' height='"+height+"' ");
   document.write("type='application/x-shockwave-flash' allowFullScreen='true' AllowScriptAccess='always'></embed>");
}

function videovineo(nome,width,height){
	document.write('<object width="'+width+'" height="'+height+'"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" />')
	document.write('<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id='+nome+'&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1"/>')
	document.write('<embed src="http://vimeo.com/moogaloop.swf?clip_id='+nome+'&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="'+width+'" height="'+height+'"></embed></object>')
}

function flasht(nome,width,height){
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='"+width+"' height='"+height+"'>");
   document.write("<param name='movie' value='"+ nome +"'>");
   document.write("<param name='quality' value='high'>");
   document.write("<param name='wmode' value='transparent'/>");
   document.write("<embed src='"+ nome +"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+width+"' height='"+height+"' wmode='transparent'></embed>");
   document.write("</object>");
}

function flash(nome,width,height){
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='"+width+"' height='"+height+"'>");
   document.write("<param name='movie' value='"+ nome +"'>");
   document.write("<param name='quality' value='high'>");
   document.write("<embed src='"+ nome +"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+width+"' height='"+height+"'></embed>");
   document.write("</object>");
}

function imprimir(cod,tab)
{
	var desktop = window.open('../faleconosco/imprimir.asp?cod='+cod+'&tab='+tab, '_blank', 'left=150,top=80,width=440,height=360,toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no')
}


function tocado(titulo)
{
	var desktop = window.open('../faleconosco/tocado.asp?titulo='+titulo, '_blank','width=436,height=540,top=130,left=180,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no')
}
