// JavaScript Document Linsencenter.de
//
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
//Dokumenttitel des Startfensters ändern
<!--
titletext = new Array (4)
titletext [0] = 'Focus Dailies 90er ab 45,90 €'
titletext [1] = 'Soflens 59 ab 18,80 €'
titletext [2] = 'XCEL Toric ab 39,98 €'
titletext [3] = 'Acuvue Moist ab 32,99 €'
titletext [4] = 'Linsencenter.de: Kontaktlinsen-Online-Shop-Versand'
var index=0;
var repeat=true;
function scrolltitle(){
 if(index<=4){
  document.title=titletext [index];
index++;
setTimeout('scrolltitle()',8000);
  }else{
  index=0;
  if(repeat)setTimeout('scrolltitle()',1000);
}}
window.onload=function(){
 if(!document.layers)setTimeout('scrolltitle()',1000);
}
//-->
