var myscroll = new Scroller(0, 0, 232, 124, 0, 4); //(xpos, ypos, width, height, border, padding)
myscroll.setColors("#000000", "#0088EE", "#009900"); //(fgcolor, bgcolor, bdcolor)
myscroll.setFont("Verdana,Arial,Helvetica", 1);
function open_win(url,width,height,nom) {
if (nom.length==0) for (i=0;i<8;i++) nom+=String.fromCharCode((Math.random()*26)+65);
window.open(url,nom,'toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+width+',height='+height);
}
myscroll.addItem("Teaching photonic methods for informations processing at the Czech Technical University in Prague
Download More");
myscroll.addItem("Msc in optical and photonic engineering in Spain
MSc in optical and photonics engineering: a new curriculum prposed by the Comitee of Education in optics of the spanish Optical Society Download More");
myscroll.addItem("A survey of ophthalmic market in Poland
Polish-french company BCMM surveyed in July 2003 representative 400 optical stores in Poland Download More");
myscroll.addItem("OPTICS AND OPTOELECTRONICS
Fundamentally, optoelectronics implies the combination of optical and electronics phenomena in a single device. Our coverage of optoelectronics component products largely reflects that definition. Typically, lasers, light-emitting diodes (LEDs), and light detectors of various sorts fall under this definition and are easily recognizable as optoelectronics products. Download More");
myscroll.addItem("Optics and mechatronics
Definition: What is Mechatronics ?Mechatronics was formerly called "Precision Engineering, Instrumentation and Control". As this name was much too long and was often misunderstood, the subject was renamed to Mechatronics.Mechatronics comprises today almost any field of instrumentation, from optical and medical technology through to domestic appliances, metrology, automatic control engineering, office automation and systems engineering... Download More");
myscroll.setPause(5000);
function scroll() {
var layer;
var x, y;
layer = getLayer("placeholder");
x = getPageLeft(layer);
y = getPageTop(layer);
myscroll.create();
myscroll.hide();
myscroll.moveTo(x, y);
myscroll.setzIndex(100);
myscroll.show();
}
window.onload=scroll