function v4(site,largura,altura,atributo){
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='"+largura+"' height='"+altura+"' "+atributo+">");
   document.write("<param name='movie' value='"+site+".swf'>");
   document.write("<param name='quality' value='high'>");
   document.write("<param name='menu' value='false'>");
   document.write("<param name='wmode' value='transparent'>");
   document.write(" <param name='scale' value='noscale' />");
   document.write("<embed src='"+site+".swf' wmode='transparent'  quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+largura+"' height='"+altura+"'></embed>");
   document.write("</object>");
}
function endereco(){
 document.write ('<span style=" font-size:9px;color:#999999;">Rua Bela Cintra 1941 - Jardins   (11) 3082 9662 | 3063 2569 - <a href="mailto: avantime@avantime.com.br"><font color="#999999">avantime@avantime.com.br</font></a></span>')	
	
}