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(); }
}

function iquaweb() {
var lang1 = new Array(3);
var lang2 = new Array(3);

lang1[1] = "Segell IQUA";
lang2[1] = "L\'Agència de la Qualitat d\'Internet";
lang1[2] = "Sello IQUA";
lang2[2] = "La Agencia de Calidad de Internet";
lang1[3] = "IQUA seal";
lang2[3] = "The Internet Quality Agency";

document.write("<a href=\"http://www.iqua.net/segell/?id="+ iqua_id + "&lang=" + iqua_lang + "&url=" + document.location.href + "\" onmouseover=\"mouseOver('Iqua');return true;\" onmouseout=\"mouseOut('');return true;\" onclick=\"iqua_open(this.href,'iqua','600','455','no');return false;\"><img src=\"http://www.cobdc.org/icones/segelliqua.gif\" width=\"11\" height=\"14\" border=\"0\" alt=\"" + lang2[iqua_lang] + "\"></a>");
}

