var ventanacot=null;
function call_cot(){
	ventanacot = window.open("","","height=650px,width=550px,resizable=yes,scrollbars=yes");
	//var Url = "http://agencias.ua.com.ar/vouchers/Cotizador?pais=54&coda=54404663&linkco=s&idioma=0&referer="+escape(self.location.href);
	//alert('Abirendo:'+Url);
    ventanacot.location = "http://agencias.ua.com.ar/vouchers/Cotizador?pais=54&coda=54404663&linkco=s&idioma=0&referer="+escape(self.location.href)
}

