function weck()
{neu = window.open('','weckf','width=360,height=135,resizable=no');
if (neu != null)
{if (neu.opener == null)
{neu.opener = self;}
neu.location.href = 'weck.htm';
neu.focus();}}
