// Bug do IE By EltonMiranda.com.br
function Mflash(url,w,h,t){
document.write('<object width="'+w+'" height="'+h+'">');
document.write('<param name="movie" value="'+url+'">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="'+t+'">');
document.write('<param name="menu" value="false">');
document.write('<embed src="'+url+'" menu="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'" wmode="'+t+'"></embed>');
document.write('</object>');
}
// Menu SUB SUB SUB


function esgotado(url) {

  window.open(url,'popupImageWindow','width=400, height=155, top=12, left=15, scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no')

}
