document.write('<div id = "hc2w">')
document.write('<iframe height="225px" frameborder="0" width="400px" id="hc2" name="hc2widget"' )
document.write(' marginheight="0" marginwidth="0"')
document.write(' src="http://download.sp.f-secure.com/hc/2.2/f-secure/rtm/web2010/html/index_launcher.html?language=en&license=reject"')
// old 
// document.write(' src="http://download.sp.f-secure.com/hc/f-secure-2.0/html/index_launcher.html"')
document.write(' allowtransparency="true"')
document.write('></iframe><img src="http://www.f-secure.com/links/health-check.png" style="border:0px;"/><br />')
document.write('</div>');


function healthcheck(lang,size){
x = document.getElementById('hc2w');
x.parentNode.removeChild(x);
if(size){
document.write('<div id = "hc2w">');
document.write('<iframe height="225px" frameborder="0" width="'+size+'px" id="hc2"');
document.write(' marginheight="0" marginwidth="0"');
document.write(' src="http://download.sp.f-secure.com/hc/2.2/f-secure/rtm/web2010/html/index_launcher.html?language='+lang+'&license=reject"');
document.write(' allowtransparency="true"');
document.write('></iframe><img src="http://www.f-secure.com/links/health-check.png" style="border:0px;"/><br />');
document.write('</div>');
}
else{
document.write('<div id = "hc2w">');
document.write('<iframe height="225px" frameborder="0" width="400px" id="hc2"');
document.write(' marginheight="0" marginwidth="0"');
document.write(' src="http://download.sp.f-secure.com/hc/2.2/f-secure/rtm/web2010/html/index_launcher.html?language='+lang+'&license=reject"');
document.write(' allowtransparency="true"');
document.write('></iframe><img src="http://www.f-secure.com/links/health-check.png" style="border:0px;"/><br />');
document.write('</div>');
}
}
