// JavaScript Document

//SCRIPT DE AUTOGERENCIAMENTO
//Caso haja estilos extras no Site acrescentar o texto a seguir antes deste script
// 	<script type="text/javascript"> var estiloextra1="ponhaaquionomedoestiloextra.css";
//	var estiloextra2="ponhaaquionomedoseguinteestilosehouver.css";</fecheaquioscript> 
						
						if(typeof(origem)== "undefined" )
								var origem;		
						var extras="";
						
						function moldandoosextras()
							{
							  if(typeof(estiloextra1)!= "undefined" )
									{
									extras="&estiloextra1="+estiloextra1;
													  if(typeof(estiloextra2) != "undefined" )							
															extras += "&estiloextra2="+estiloextra2;									
									}
							}
								
					   	function imprimir(secao)
							{  
							moldandoosextras();
							window.open('/impressao/impressao.php?link='+location.pathname+extras+'&secao='+secao,'janela_impressao','width=620,height=500,scrollbars=yes');
							} 
					function convidar(titulo) 
							{ 
							window.open('/php/indiques_portal/geral/indique.php?link='+location.pathname+'&origem=Eventos&nome='+titulo,'janela_indique','width=420,height=300,scrollbars=no');
							}
					function indicar(titulo) 
							{ 
							window.open('/php/indiques_portal/geral/indique.php?link='+location.pathname+'&origem='+origem+'&nome='+titulo,'janela_indique','width=420,height=300,scrollbars=no');
							}
