// © NET PR - Marketing und Medien, 2004

function OpenWin(Url,Width,Height)
{
window.open(Url,"","width="+Width+",height="+Height+",scrollbars=1,resizable=1");
}

function OpenHelp()
{
return OpenWin("/hilfe/index.html",400,500);
}
