/* Dieses Skript wird zur Verfuegung gestellt von http://www.einfachfueralle.de - Einfach fuer Alle, eine Initiative der Aktion Mensch
http://www.einfachfueralle.de/download
*/
var efa_default = 100;
var efa_increment = 20;
var efa_bigger = [''+_STRZOOMDESC+'',
'
',
_STRZOOMBIG,
'',
'',
'',
'+',
'this.firstChild.src=\'/images/opftpws/icon_zoom_max1.gif\';this.firstChild.className=\'active\'',
'this.firstChild.src=\'/images/opftpws/icon_zoom_max.gif\';this.firstChild.className=\'\'',
'',
''
]
var efa_reset = ['',
'
',
_STRZOOMDEF,
'',
'',
'',
'0',
'this.firstChild.src=\'/images/opftpws/icon_zoom_def1.gif\';this.firstChild.className=\'active\'',
'this.firstChild.src=\'/images/opftpws/icon_zoom_def.gif\';this.firstChild.className=\'\'',
'',
''
]
var efa_smaller = ['',
'
',
_STRZOOMSMALL,
'',
'',
'',
'-',
'this.firstChild.src=\'/images/opftpws/icon_zoom_min1.gif\';this.firstChild.className=\'active\'',
'this.firstChild.src=\'/images/opftpws/icon_zoom_min.gif\';this.firstChild.className=\'\'',
'',
''
]
function Efa_Fontsize06(increment,bigger,reset,smaller,def) {
this.w3c = (document.getElementById);
this.ms = (document.all);
this.userAgent = navigator.userAgent.toLowerCase();
this.isMacIE = ((this.userAgent.indexOf('msie') != -1) && (this.userAgent.indexOf('mac') != -1) && (this.userAgent.indexOf('opera') == -1));
//this.isOldOp = ((this.userAgent.indexOf('opera') != -1)&&(parseFloat(this.userAgent.substr(this.userAgent.indexOf('opera')+5)) <= 7));
this.isOldOp = false;
if ((this.w3c || this.ms) && !this.isOldOp && !this.isMacIE) {
this.name = "efa_fontSize06";
this.cookieName = 'fontSize';
this.increment = increment;
this.def = def;
this.defPx = Math.round(16*(def/100));
this.base = 1;
this.pref = this.getPref();
this.testHTML = '