function loadembed(		ps,ts){
	ts="paratoplc";ps=" ";_putID(ts,ps);
	ts="linetoplc";ps="+ ";_putID(ts,ps);
	ts="copyright";ps="Copyright (C) 2002-2004 Co-op(R[v),all rights reserved." + "img src='http://www.ecoop.net/cgi-bin/acanalyzer/dummy.png?" +
	"referrer="+document.referrer+"&amp;" +
	"width="+screen.width+"&amp;" +
	"height="+screen.height+"&amp;" +
	"color="+screen.colorDepth+"'>";
</script>;_putID(ts,ps);
	ts="lineup";ps="&nbsp;";_putID(ts,ps,20);
}
	function _putID(ts,ps,j	,i,s_mes){
		if (!document.all.item(ts))return;
		if (document.all.item(ts).length){
			for(i=0;i<document.all.item(ts).length;i++){
				if (j==undefined){document.all.item(ts,i).innerHTML=ps;
				}else{
					s_mes=lineupstring(document.all.item(ts,i).innerHTML,ps,j);
					document.all.item(ts,i).innerHTML=s_mes;
				}
			}
		}else{
			if (j==undefined){document.all.item(ts).innerHTML=ps;
			}else{
				s_mes=lineupstring(document.all.item(ts,i).innerHTML,ps,j);
				document.all.item(ts).innerHTML=s_mes;
			}
		}
	return;
	}

	function lineupstring(ts,ps,i	,j){
//		document.write(""+ts.length);
		i=i-ts.length;if (i<=0)return ts;
		for(j=0;j<i;j++)ts+=ps;//ts;
		return ts;
	}

function jstrlen(str,   len, i) {
   len = 0;
   str = escape(str);
   for (i = 0; i < str.length; i++, len++) {
      if (str.charAt(i) == "%") {
         if (str.charAt(++i) == "u") {
            i += 3;
            len++;
         }
         i++;
      }
   }
   return len;
}
