<!--
function PopUpSite(name,w)
{
    url =  name;
    window.open(url,"bild","width="+w+",height=600,resizable=1,scrollbars=1,menubar=0,location=0,toolbar=1,screenX=200,screenY=200");
    bild.focus();
}

      
      //-->
