document.onload=setTimeout('self.focus()',250);

//if (document.layers)

//document.captureEvents(Event.KEYPRESS)

//function kyb(e) {

//if (document.layers){

//if (e.which==73) self.location.href="dsi.html";

//if (e.which==105) self.location.href="dsi.html";

//if (e.which==76) self.location.href="select.html";

//if (e.which==108) self.location.href="select.html";

//if (e.which==13) self.location.href="select.html";

//if (e.which==27) self.location.href="javascript:history.back()";

//if (e.which==69) top.location.href="en/index.html";

//if (e.which==101) top.location.href="en/index.html";

//if (e.which==70) top.location.href="fr/index.html";

//if (e.which==102) top.location.href="fr/index.html";

//if (e.which==68) top.location.href="de/index.html";

//if (e.which==100) top.location.href="de/index.html";

//if (e.which==83) top.location.href="sp/index.html";

//if (e.which==115) top.location.href="sp/index.html";

//}

//else if (document.all){

//if (event.keyCode==73) self.location.href="dsi.html";// i

//if (event.keyCode==105) self.location.href="dsi.html";// I

//if (event.keyCode==76) self.location.href="select.html";// l

//if (event.keyCode==108) self.location.href="select.html";// L

//if (event.keyCode==13) self.location.href="select.html";// enter

//if (event.keyCode==27) self.location.href="javascript:history.back()";// esc

//if (event.keyCode==69) top.location.href="en/index.html";// e

//if (event.keyCode==101) top.location.href="en/index.html";// E

//if (event.keyCode==70) top.location.href="fr/index.html";// f

//if (event.keyCode==102) top.location.href="fr/index.html";// F

//if (event.keyCode==68) top.location.href="de/index.html";// d

//if (event.keyCode==100) top.location.href="de/index.html";// D

//if (event.keyCode==83) top.location.href="sp/index.html";// s

//if (event.keyCode==115) top.location.href="sp/index.html";// S

//}

//}

//document.onkeypress=kyb

