function flashMessage (args) {

	switch (args) {

		case  "LAVORA":
			window.open("/KEY21/lavora.html","_self","");
			break;
		
		case  "SEGNALA":
			window.open("/KEY21/segnala.html","_self","");
			break;
			
		case  "offerta1":
			window.open("/offerta/index.html#WIND","_self","");
			break;
			
			case  "offerta2":
			window.open("/offerta/index.html#BARCLAYS","_self","");
			break;
			
			case  "offerta3":
			window.open("/offerta/index.html#CREDIONE","_self","");
			break;
			
			case  "offerta4":
			window.open("/offerta/index.html#SKY","_self","");
			break;
	
	}
}

	