function spawnTitle() {

if (ver == "N3" || ver == "N4") { parent.topframe.document.titleimage.src = newTitle }
if (ver == "IE4") { top.parent.topframe.document.titleimage.src = newTitle } 
else { } }