var lang1 = new Array(3);
var lang2 = new Array(3);
lang1[1] = "segell";
lang2[1] = "L'Ag&#232;ncia de la Qualitat d'Internet";
lang1[2] = "sello";
lang2[2] = "La Agencia de Calidad de Internet";
lang1[3] = "seal";
lang2[3] = "The Internet Quality Agency";

function iqua_open(mypage, myname, w, h, scroll) {
winl = (screen.width - w) / 2;
wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable=no'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

document.write("<a href=\"http://www.iqua.net/segell/?id="+ iqua_id + "&lang=" + iqua_lang + "&url=" + document.location.href + "\" onclick=\"iqua_open(this.href,'iqua','600','450','no');return false;\"><img src=\""+dir_remoto+"segelliqua.gif\" width=\"63\" height=\"49\" border=\"0\" alt=\"" + lang2[iqua_lang] + "\"></a>");
