﻿<!--//
function abre(page) {
        window.open(page,'studio','scrollbars=yes,width=700,height=450,top=50,left=50');
}

function OPENSESAME() { 

  if (version == "e4") { 

    document.write("<Marquee behavior=scroll direction=up height=80 scrollamount=1 scrolldelay=80 onmouseover='this.stop()' onmouseout='this.start()'>") 

  } 

} 

function CLOSESESAME() { 

  if (version == "e4") {

    document.write("</marquee>")

  }

}
//-->