// JavaScript Document

function serexgen(argomento) {
   msg=open("","","scrollbars=no,resizable=yes,width=400,height=440,status=no,location=no,toolbar=no");
   msg.document.write("<html><head><title>Serex</title><link rel=stylesheet href=img/stile.css type=text/css></head>");
   msg.document.write("<body onblur='self.close()'><div id='xload'><h3>loading...</h3></div><div id='xxl'><img src=");
   msg.document.write(argomento)
   msg.document.write("></div></body></html>");
}

function serexgen2(argomento) {
   msg=open("","","scrollbars=no,resizable=yes,width=400,height=440,status=no,location=no,toolbar=no");
   msg.document.write("<html><head><title>Serex</title><link rel=stylesheet href=../img/stile.css type=text/css></head>");
   msg.document.write("<body onblur='self.close()'><div id='xload'><h3>loading...</h3></div><div id='xxl'><img src=");
   msg.document.write(argomento)
   msg.document.write("></div></body></html>");
}

function step(passo) {
   document.getElementById('cassettiera').style.top= passo;
}
