function WindowOpen(x,y,w,h,URL,Name,AndereEigenschaften)
{
return window.open(URL,Name,'top='+y+',left='+x+','+'width='+w+',height='+h+','+AndereEigenschaften);
}

function p(URLStr)
{WindowOpen(100,50,415,435,URLStr,'pop','status=0,toolbar=0,menubar=0,location=0,scrollbars=1')}
