function worldmap(lang, size, text, tab, background){
        if ( size==400 ) height="520px"; else height="667px";
        document.write('F-Secure Virus Worldmap<br/>')
        document.write('<iframe height="'+height+'" frameborder="0" width="'+size+'" scrolling="no" ')
        document.write('marginwidth="0" marginheight="0" ')
//      document.write('src="http://worldmap.f-secure.com/wmweb/'+lang+'?sz='+msize(ms)+'&hc=blue&ht=2192CE%20&bg=blue" ')
        document.write('src="http://worldmap.f-secure.com/wmweb/'+lang+'?sz='+size+'&hc='+tab+'&ht='+text+'&bg='+background+'" ')
        document.write('style="margin-top:0px; background-color: transparent;" ')
        document.write('allowtransparency="true"> </iframe><img src="http://www.f-secure.com/links/worldmap.png" /><br />')
}

