//// APRI POP-UP ///////////////////////////////////////////////////////////////

function apriPop(url,x,y,t,l){
	x = parseInt(x);
	y = parseInt(y);
	x = x + 20;
	y = y + 20;
	win=window.open(url,'p','toolbar=no,top='+t+',left='+l+',location=no,directories=no,menubar=no,scrollbars=yes,resizable=0,width='+x+',height='+y+'');

}
function aprimsg(os) {
	if (os!="") {
		if (os=="psp") {
			apriPop('../popup/ccpsp_ricerca.htm',400,430,300,300);
		}
		if (os=="icsa") {
			apriPop('../popup/icsa_ricerca.htm',400,380,300,300);
		}
		if (os=="icss") {
			apriPop('../popup/icss_ricerca.htm',400,250,300,300);
		}
		if (os=="icva") {
			apriPop('../popup/icva_lavoro.htm',400,250,300,300);
		}
		if (os=="ccsa") {
			apriPop('../popup/sanna_ricerca.htm',400,250,300,300);
		}
		/*if (os=="psm"){
			apriPop('../popup/icpm_ricerca.htm',400,580,100,300);
		}*/
	}
}
////////////////////////////////////////////////////////////////////////////////
