function trm_arkovetes() {
	this.ikon = new xmlhttp ("__arkovetes_ikon__");
	this.box = new xmlhttp ("__arkovetes_box__");
}
trm_arkovetes.prototype.setikon= function (div) {
	this.ikon = new xmlhttp (div);
}
var arkovetes = new trm_arkovetes();

