   function soloviewsetzen(text) {
	var breite=240.22222222222;
	var hoehe=550;
	var bildschirmbreite=window.screen.width;
	var bildschirmhoehe=window.screen.height;
	var links=eval((bildschirmbreite-breite)/2);
	var oben=eval((bildschirmhoehe-hoehe)/2-15);
	soloview=window.open("soloview.php"+text,"soloview","width=breite,height=hoehe,top=oben,left=links,resizable=yes");
	soloview.focus();
          }
		  
 if (document.getElementById)
            {
                document.write('<div id="mouseoverimage" style="position:absolute;z-index:5;left:-500px;"></div>');
            }
            
                function createLayer(imagename, width, height)
            {
                imgwidth = width;
                imgheight = height;
            
                document.onmousemove = glueToMouse;
                
                aktiv = setTimeout('displaylayer("' + imagename + '", ' + width + ', ' + height + ')', 750);
            }
                        
            function displaylayer(imagename, width, height)
            {
                layerContent = '<div style="padding: 5px; background-color: #FFFFFF; border: 1px solid #888888; width: ' + width * 1.01 + '; height: ' + height * 1.01 + ';"><img src="' + imagename + '" border="0"></div>';
                
                document.getElementById("mouseoverimage").innerHTML = layerContent;
                document.getElementById("mouseoverimage").display = "inline";
            }
            
            function hidelayer()
            {
                if(typeof(aktiv) == "number")
                    clearTimeout(aktiv);
                document.getElementById("mouseoverimage").innerHTML = " ";
                document.getElementById("mouseoverimage").display = "none";
            }
                                
            function glueToMouse(el)
            {
                var x = 15;
                var y = 15;
                                
                var width = document.all ? document.documentElement.scrollLeft+document.documentElement.clientWidth : pageXOffset + window.innerWidth - 15;
                var height = document.all ? Math.min(document.documentElement.scrollHeight, document.documentElement.clientHeight) : Math.min(window.innerHeight);
                
                if (typeof el != "undefined")
                {
                    if (width - el.pageX < (imgwidth * 1.01 + 11 + x))
                        x = el.pageX - (imgwidth * 1.01) - 11 - x;
                    else 
                        x += el.pageX;
                    
                    yscrollamount = (document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop);
                    y = el.pageY;
                    
                    if(height + yscrollamount - el.pageY  < (imgheight * 1.01 + 13))
                        y = height - (imgheight * 1.01 + 13) + yscrollamount;
                } else if(typeof window.event != "undefined")
                {
                    if (width - event.clientX < (imgwidth * 1.01 + 11 + x))
                        x = event.clientX + document.documentElement.scrollLeft - (imgwidth * 1.01) - 11 - x;
                    else 
                        x += document.documentElement.scrollLeft + event.clientX;
                                    
                    yscrollamount = (document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop);
                    y = event.clientY + yscrollamount;
                            
                    if (height - event.clientY < (imgheight * 1.01 + 11))
                        y = height + yscrollamount  - (imgheight * 1.01 + 11);   
                }
            
                var width = document.all ? document.documentElement.scrollLeft+document.documentElement.clientWidth : pageXOffset+window.innerWidth - 15
                var height = document.all ? Math.max(document.documentElement.scrollHeight, document.documentElement.clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
                
                document.getElementById("mouseoverimage").style.left = x + "px";
                document.getElementById("mouseoverimage").style.top = y + "px";
            }
function BilderVorladen()
{
    document.Vorladen = new Array();

    if(document.images)
    {
        for(var i = 0; i < BilderVorladen.arguments.length; i++)
        {
            document.Vorladen[i] = new Image();
            document.Vorladen[i].src = BilderVorladen.arguments[i];
        }
    }
}


function tag(s) {
   document.write("<" + s + ">");
}

