function popup(sUrl,width,height)
{       F1=window.open(sUrl,'Info','width='+width+',height='+height+', scrollbars=yes, resizable=yes');
        F1.focus();
}
function sitemap(sUrl,width,height)
{       F1=window.open(sUrl,'Search','width='+width+',height='+height+', scrollbars=no, resizable=yes');
        F1.focus();
}
function request(sUrl,width,height)
{       F1=window.open(sUrl,'Request','width='+width+',height='+height+', scrollbars=no, resizable=yes');
        F1.focus();
}

function rabatt(sUrl,width,height)
{       F1=window.open(sUrl,'Rabattt','width='+width+',height='+height+', scrollbars=no, resizable=no');
        F1.focus();
}