
function start(){
if (screen.width>900){
document.body.background="images/logo2b.gif";
}else{
document.body.background="images/logo2ab.gif";
}
init();
newleft=((screen.width-225)/2);
document.getElementById("specoff").style.left=newleft;


}
