function agenda_popup(id){
	window.open('_popupAgenda.php?id='+id,'agendaPopUp','width=400,height=550,top=0,left=0,scrollbars=yes');
}

function fabricantes_popup(id){
	window.open('_popupFabricante.php?id='+id,'agendaPopUp','width=400,height=550,top=0,left=0,scrollbars=yes');
}

function eventos_popup(id){
	window.open('_popupEvento.php?id='+id,'eventoPopUp','width=800,height=550,top=0,left=0,scrollbars=yes');
}

function videos_popup(id){
	window.open('_popupVideo.php?id='+id,'videoPopUp','width=400,height=300,top=0,left=0,scrollbars=yes');
}

function videos_popupYouTube(id){
	window.open('_popupVideoYouTube.php?id='+id,'videoPopUp','width=800,height=550,top=0,left=0,scrollbars=yes');
}

function download_popup(id){
	window.open('_popupDownload.php?id='+id,'downloadPopUp','width=400,height=550,top=0,left=0,scrollbars=yes');
}

function downloadMp3_popup(id){
	window.open('_popupDownloadMp3.php?id='+id,'downloadMp3PopUp','width=400,height=550,top=0,left=0,scrollbars=yes');
}

function dl(ID){
open('download.php?id='+ID,'janela', 'width=100, height=100');
}

function noticia_popup(id){
	window.open('_popupNoticia.php?id='+id,'noticiaPopUp','width=400,height=550,top=0,left=0,scrollbars=yes');
}

function audio_popup(id){
	window.open('_popupAudio.php?id='+id,'audioPopUp','width=400,height=300,top=100,left=100,scrollbar=no');
}

function show_swfAds(){
    n=navigator.appName;
	document.write('<div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1; left: 284px; top: 127px;">\n');
    if(n.indexOf("Microsoft")!=-1){
    //document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="300" height="417">\n');
    //document.write('<param name="movie" value="ads/divulg1.swf">\n');
	//document.write('<param name="wmode" value="transparent" />\n');
    //document.write('<param name="quality" value="high">\n');
    //document.write('<embed src="ads/divulg1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="417"></embed>\n');
    //document.write('</object>\n');
	} else{
	}
	document.write('<br><div id="ldDiv" width="400">Aguarde enquando o site é carregado...</div>\n');
    document.write('</div>\n');
}

function show_site(){
	document.getElementById('site').style.display='';
	document.getElementById('ldDiv').innerHTML = '';
	//PlayClick();
}