function backTo()  {
	if (window.name == "PeriodicTable")
			self.close();
					else location="s_dmitri.html";
}

function excluirNoticia(noticia) {
	if (confirm('Tem certeza que quer excluir o Curriculo "'+noticia+'"?')){
		window.open('index.php?id=excluir&cod='+noticia,'_self');
	} else {
	}
}

function fillitin(elem,num,wgt,elec,orb,melt,boil,who,iso)  {
	Box = document.pertab
	Box.element.value = num + " " + elem;
	Box.disc.value = who;
	Box.weight.value = wgt;
	Box.Shell.value = elec ;
	Box.orbit.value = orb;
	Box.degree.value = melt + " | " + boil;
	Box.isotope.value = iso;
}

function nada() {return}

function tabelaperiodica() {
	open('tabelaperiodica.php','_blank','fullscreem=no,scrollbars=no,menubar=no,status=no,width=670,height=455,top=40,left=40',true);
}

function indique(pag) {
	open('indique.php?sec='+pag,'_blank','fullscreem=no,scrollbars=no,menubar=no,status=no,width=670,height=455,top=40,left=40',true);
}