// JavaScript Document
function janelaSecundaria (URL){
	if (document.all) {
		window.showModalDialog(URL,"Compartilhar:","width=600,height=300,scrollbars=NO")}
	else
  		window.open(URL,"Compartilhar:","width=600,height=300,scrollbars=NO") 
} 

