function chcln(obj, objclass) {
	obj.className = objclass ;
}

function goban(str) {
	fullbantext = unescape(str)+" " ;
	jtxt = 0 ;
	wtm = window.setInterval("wrban()",100) ;
	
}

function wrban() {

	jtxt = (jtxt < fullbantext.length-1 ) ? jtxt+1 : 0
	
	if (jtxt < fullbantext.length-12 ) {
		mtxt = fullbantext.substr(jtxt, 12);
	} else {
		mtxt = fullbantext.substr(jtxt, fullbantext.length-jtxt) + fullbantext.substr(0, 12-(fullbantext.length-jtxt));
	}
	
	
	if (document.all) document.links(7).innerText = mtxt ;
	else if (document.getElementById) document.getElementById("link7").innerHTML = mtxt ;
	

}

function nospam (user) {

	location.href = "mailto:"+user+"@morettispa.it"
}

function apri(NR) {
	nome='cfg'+NR ;
	url= 'pop/'+nome+'.htm';  

	wref = window.open(url, nome, 'directories=0,resizable=0,scrollbars=0,menubar=0,status=0,toolbar=0,location=0,width=610,height=490,top=0,left=0');
	wref.window.focus();

}

function apric (NR, w, h) {
	nome='cfg'+NR ;
	url= 'pop/'+nome+'.htm';  

	wref = window.open(url, nome, 'directories=0,resizable=0,scrollbars=0,menubar=0,status=0,toolbar=0,location=0,width='+w+',height='+h+',top=0,left=0');
	wref.window.focus();

}
