<!--
var li=ob=150;
var ll=lo=350;
function wohin(breit,hoch){
if(navigator.appName.charAt(0)=="M"){
li=Math.floor((document.body.offsetWidth-breit)/2);
ob=Math.floor((document.body.offsetHeight-hoch)/2)-20;
ll=document.body.offsetWidth-140;
lo=document.body.offsetHeight-50;}
else{li=Math.floor((window.innerWidth-breit)/2);
ob=Math.floor((window.innerHeight-hoch)/2);
ll=window.innerWidth-140;
lo=window.innerHeight-50;}
if (document.getElementById)fly=document.getElementById("pic").style;
        else if(document.all)fly=document.all["pic"].style;
        else if(document.layers)fly=document.layers["pic"];
        else null;
        if(fly){fly.top=ob;fly.left=li;}		
if (document.getElementById)fl=document.getElementById("butt").style;
        else if (document.all)fl=document.all["butt"].style;
        else if (document.layers)fl=document.layers["butt"];
        else null;
        if(fl){fl.top=lo;fl.left=ll;}}
//-->
