var spawned = false;
function spawn() {
if (spawned == false) {
 document.helper.src='img/splash/helper2.gif';
 document.splash.src='img/splash/ke_sign.gif';
 document.splash.width=88;
 document.splash.height=59;
 document.splash.alt='.:.';
  spawned = true;
  if (document.layers) open('http://hem.passagen.se/klas2/vgtones/framesetNS.htm', 'vgtones', 'width=600,height=405,status=no,toolbar=no,menubar=no,resizable=no,directories=no,scrollbars=no');
  else if (document.all) open('http://hem.passagen.se/klas2/vgtones/framesetIE.htm', 'vgtones', 'width=600,height=405,status=no,toolbar=no,menubar=no,resizable=no,directories=no,scrollbars=no');
  else if (document.getElementById) open('http://hem.passagen.se/klas2/vgtones/framesetNS6.htm', 'vgtones', 'width=600,height=405,status=no,toolbar=no,menubar=no,resizable=no,directories=no,scrollbars=no');
  else open('http://hem.passagen.se/klas2/vgtones/framesetIE.htm', 'vgtones', 'width=600,height=405,status=no,toolbar=no,menubar=no,resizable=no,directories=no,scrollbars=no');

}
else { 
     alert('© Klas Ericsson .: klas.ericsson@gmx.net :.');
     location.href='index.htm'; 
     }
}



