function popwin(i, w, h) {
	w = w + 16;
	h = h + 16;
    var p = 'toolbar=no,location=no,directories=no,';
    p += 'status=yes,menubar=no,scrollbars=no,location=no,';
    p += 'resizable=yes,width=' + w + ',height=' + h;
    window.open(i, '_blank', p);
<!--    var wo = window.open('', 'mw', p);                                     -->
<!--    wo.document.writeln('<html><head><title>');                            -->
<!--    wo.document.writeln(i + '</title></head><body style="margin: 0;">');   -->
<!--    wo.document.writeln('<img src="' + i + '">');                          -->
<!--    wo.document.writeln('</body></html>');                                 -->
}

<!-- START Susnet BESÖKSREGISTRERINGSKOD -->
susnet_counter_id = 110005;
susnet_security_code = 'd6da8';
susnet_node=0;
register();
<!-- SLUT Susnet BESÖKSREGISTRERINGSKOD -->


