﻿<!--
function offerta(tipo,id) {
	 location.href = ""+tipo+"&id="+id+"";
	}
function segnala(tipo,id) {
	 location.href = ""+tipo+"&id="+id+"";
	}
function reservation(tipo,id) {
	 location.href = ""+tipo+"?id="+id+"";
	}
function info(tipo,id) {
	 location.href = ""+tipo+"&id="+id+"";
	}
	
	
function offerta1(tipo,id) {
	 location.href = ""+tipo+"-"+id+".htm";
	}
function segnala1(tipo,id) {
	 location.href = ""+tipo+"-"+id+".htm";
	}		
function reservation1(tipo,id) {
	 location.href = ""+tipo+"-"+id+".htm";
	}
function info1(tipo,id) {
	 location.href = ""+tipo+"-"+id+".htm";
	}
 //-->
