function icq_new () {
// open new window for ICQ
    var leftpos = (screen.availWidth - 200)-10;
    Fokus = window.open('icq.html', 'ICQ','resizable=0,top=120,left='+leftpos+',menubar=0,scrollbars=0 ,width=158, height=466');
    Fokus.focus()

}
function icq_flash () {
// open new window for ICQ
    var leftpos = (screen.availWidth - 200)-10;
    Fokus = window.open('flashicq.html', 'ICQ','resizable=0,top=120,left='+leftpos+',menubar=0,scrollbars=0 ,width=176, height=441');
    Fokus.focus()

}
