// scZmxIe.js v.01.01.02 - copyright 2011 Stefan Schmohl, scido.de - all rights reserved

function ScZmxIeO ( eS, wN, hN ) {    this.wN = wN ; this.hN = hN ;
    this.rF = function ( ) {    if ( ! this.nB ) return ; this.eQ.style.width = '100%' ; this.eQ.style.height = '100%' ;
        if ( this.eQ.offsetWidth > this.xN ) this.eQ.style.width = this.xN +'px' ;
        if ( this.eQ.offsetHeight > this.yN ) this.eQ.style.height = this.yN +'px' ; } ;
    this.sF = function ( ) {    if ( ! this.nB ) return ;    this.fN = 12.2 ;
        this.xN = this.wN * this.fN ; this.yN = this.hN * this.fN ; this.rF( ) ; } ; 
    if (( navigator.appName != 'Microsoft Internet Explorer' )||( ! document.getElementById )) this.nB = false ;
     else {    this.nB = true ; this.eQ = document.getElementById( eS ) ; this.sF( ) ; } ; } ;

