<!--//
var bildschirmbreite = screen.width
var bildschirmhoehe = screen.height
var breite = 810
var hoehe = 601
var positionhorizontal = "null"
var positionvertikal = "null"


positionhorizontal = (bildschirmbreite - breite) / 2 
positionvertikal = (bildschirmhoehe - hoehe) / 2



self.moveTo(positionhorizontal , positionvertikal)

if(window.innerWidth != "breite" || window.innerHeight != "hoehe" )
       self.resizeTo(Width = breite , innerHeight = hoehe + 34)


var Vergroesserungsfaktor = +56


if(navigator.appName == "Microsoft Internet Explorer")
       self.resizeTo(Width = breite , innerHeight = 657);













function showHS ()
{
document.TWViewer. showHS ();
}


function hideHS ()
{
document.TWViewer. hideHS ();
}


SoundWin=0
function showSoundWin ()
{
SoundWin = window.open('sounddata/II.html', 'Sound', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,titelbar=no,copyhistory=yes,width=200,height=150')
}


<!--//




