if (document.getElementById){
document.getElementById('splash').style.position='absolute';
document.getElementById('splash').style.top='0';
document.getElementById('splash').style.height='100%';
document.getElementById('splash').style.width='100%';
}
else{
document.all.splash.style.position='absolute';
document.all.splash.style.top='0';
document.all.splash.style.height='100%';
document.all.splash.style.width='100%';
}