function cambiastile(iddiv, valore,macr)
{
	vvv = document.tipologia.idsub.value.indexOf(',' + valore + ',');
	if (vvv >= 0)
	{
		document.tipologia.idsub.value = document.tipologia.idsub.value.replace(  valore +',','');
		iddiv.style.color = '#000';
		iddiv.style.borderLeftColor = '#CCC'; 
		//iddiv.style.fontWeight = 'bold'; 
	}
	else
	{
		if (macr == 1)
			{Colore = '#FFD382';}
		else if (macr == 2)
			{Colore = '#A6EAA6'; }
		else
			{Colore = '#CA0440'; }
		iddiv.style.color = Colore;
		iddiv.style.borderLeftColor = Colore; 
		iddiv.style.fontWeight = 'bold'; 
		document.tipologia.idsub.value = document.tipologia.idsub.value +  valore + ',';
 
	}
}
function thsubmit(id_form){
	if (id_form==1){
			have_sel = document.tipologia.idsub.value;
			if (have_sel != "0,"){
				document.tipologia.submit();
			}
	}
}
function riempi_div()
{
var ww,hh,yp,xp
yp=300;
ww=screen.width;
hh=screen.height;
twidth=768;
	if (ww <= 800 && ww<1024){
	//800*600
		img_1="<img src=\"../images/logo_or_sx.gif\" width=\"259\" height=\"70\">";
		img_2="<img src=\"../images/logo_or_dx.gif\" width=\"95\" height=\"70\">";
	}else if (ww >= 1000 && ww <1270){
		img_1="<img src=\"../images/logo_or_sx.gif\" width=\"259\" height=\"70\">";
		img_2="<img src=\"../images/logo_or_dx.gif\" width=\"95\" height=\"70\">";
	}else if(ww >= 1180 ){
		img_1="<img src=\"../images/logo_or_sx.gif\" width=\"259\" height=\"70\">";
		img_2="<img src=\"../images/logo_or_dx.gif\" width=\"95\" height=\"70\">";
	}else{
		img_1="<img src=\"../images/logo_or_sx.gif\" width=\"259\" height=\"70\">";
		img_2="<img src=\"../images/logo_or_dx.gif\" width=\"95\" height=\"70\">";
	}
tinnerHtml_1= img_1;
tinnerHtml_2= img_2;
//document.getElementById('imgtop1').innerHTML=tinnerHtml_1;
//document.getElementById('imgtop2').innerHTML=tinnerHtml_2;
}

<!--
function TH_openWindow() { //Thantalas 30-01-3003 www.grapho.it

}

function invia_form_ricerca(the_form){

	document[the_form].submit();
}

function ricerca_show_message(messaggio){
	alert(messaggio);
	window.location="/registrazione_utenti/index.php";
}

function getClientSize(){
	var myWidth = 0, myHeight = 0;
	var clientSize= Array();
	if( typeof( window.innerWidth ) == 'number' ) {
	  //Non-IE
	  myWidth = window.innerWidth;
	  myHeight = window.innerHeight;
	} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
	  //IE 6+ in 'standards compliant mode'
	  myWidth = document.documentElement.clientWidth;
	  myHeight = document.documentElement.clientHeight;
	} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
	  //IE 4 compatible
	  myWidth = document.body.clientWidth;
	  myHeight = document.body.clientHeight;
	}
	archiWidth=myWidth-230;
	archiHeight=myHeight-111;
	clientSize['w']=archiWidth;
	clientSize['h']=archiHeight;
	
	return clientSize;
}

var clientSize = getClientSize();
archiWidth=clientSize['w'];
archiHeight=clientSize['h'];

