/*-------Ermittlung der Bildschirmauflösung---------*/

if ((screen.availHeight>650) && (screen.availWidth>900)){
//  window.location='index_1024.html';
//  window.location='index800.shtml';
}else{
//  var idx=getElementByID("IDX");
//  window.IDX.location='index800.shtml'; 
}