//**********  Copyright (C) 1997 DrossLLP  ***********
// dross@well.com  DreamWave: http://www.dreamwv.com 
//****************************************************

// Adapted By Eryn Welch from the work of Tim Helvey: tdhelvey@netusa1.net
// at URL: http://www.netusa1.net/~tdhelvey/


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

function fillitin(elem,num,wgt,elec,orb,melt,boil,who,grav,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.spgrav.value = grav;
Box.isotope.value = iso;
}

function eleMent()  {
newwin=window.open("s_elwin.html", "elwin", "width=350, height=230,toolbar=0,scrollbars=0,status=0,resizable=0,location=0,menubar=0,directories=0");
}
