function pippo(link,destination)
{

	if (destination=='gallery') {
		
		window.open(link,'winName','resizable=no, scrollbars=no, width=690,height=620');
		}

	else if (destination=='blank') {
		
		window.open(link,'winName','toolbar=yes, location=yes, status=yes, menubar=yes, scrollbars=yes, resizable=yes');
		
	} 
	
	else if (destination=='blankpx') {
		
		window.open(link,'winName','toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes');
		
	}
	 
	
	else if (destination=='accessori') {
		
		window.open(link,'winName','resizable=no, scrollbars=no, width=760,height=560');
		
	}
	
	
		else if (destination=='popup') {
		
		window.open(link,'winName','resizable=no, scrollbars=no, width=400,height=400');
		
	}
		
	
		else if (destination=='configurator') {
		
		window.open(link,'winName','resizable=no, scrollbars=no, width=782,height=575');
		
	}
		
		else if (destination=='blanknoscroll') {
		
		window.open(link,'winName','toolbar=no, location=yes, status=yes, menubar=yes, scrollbars=no, resizable=yes, width=880,height=620');
		
	} 
		else if (destination=='FC') {
		
		window.open(link,'winName','toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1200,height=600');
		
	}
		else if (destination=='iqeurope') {
		
		window.open(link,'winName','resizable=no, scrollbars=no, width=800,height=380');
		
	}		
		else if (destination=='dicono') {
		
		window.open(link,'winName','toolbar=no, location=no, status=no, menubar=no, scrollbars=no, resizable=no, width=780,height=580');
		
	}
			else if (destination=='checkrecall') {
		
		window.open(link,'winName','toolbar=no, location=no, status=no, menubar=no, scrollbars=no, resizable=no, width=780,height=680');
		
	}
	
	else {
	
		document.location = link;
	}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

	function explode(id)
	{
	if (document.getElementById(id).style.display=='block')
		{document.getElementById(id).style.display='none';}
	else{document.getElementById(id).style.display='block';}
	}
	