var XMLHTTP;
var XMLHTTP2;

var path_dominio = " http://www.bvevents.com";
var div_usare;


function letture(Stringa,Selezione,NomeDiv)
{
	var tabella = "eventi";
	//aggiunta per lo swith alla tabella tour
	if (Stringa.toString() == "tour" || Stringa.toString() == "tk_t"){
		tabella = "tour";
	}
	var nomedeldiv;
	//if (isset(NomeDiv)){
	if (NomeDiv > ''){
		nomedeldiv = NomeDiv.toString();
	} else {
		nomedeldiv = "dati";
	}
	
	if (nomedeldiv == null || nomedeldiv == -1 || nomedeldiv == '') nomedeldiv = "dati";
	if (Selezione == null || Selezione == -1 || Selezione == '') Selezione = "";
	document.getElementById(nomedeldiv).innerHTML = "<p></p><p></p><p align=\"center\"valign=\"center\"><img src=\"img/load.gif\"></p>";
	
	var url = path_dominio+"/edi/ajax.php?t=r&f="+Stringa.toLowerCase()+"&s="+Selezione.toString();
	
	
	div_usare = nomedeldiv;
	XMLHTTP2 = RicavaBrowser(CambioStatoPar);
	XMLHTTP2.open("GET", url, true);
	XMLHTTP2.send(null);

	if (nomedeldiv == 'dati') {
		document.getElementById('dettagli').innerHTML = "<p>Since 1986 BasketViaggi is a dynamic company in the travel industry. Bvevents is our events departement. We are able to offer the widest range of travel products in Italy. Ticket events, ground arrangements for every accomodation, incentive travels in Italy and for any event. If you cannot find the information you require in our site, do please e-mail us or contact our office. For your peace of mind, BasketViaggi is a member of the Association of Italian Travel Agents and the International Air Transport Association</p>";
	}
	if (nomedeldiv == 'dati' || nomedeldiv == 'dettagli'){
		document.getElementById('prenotazione').innerHTML = "<p><span class='lista'>IMPORTANT INFORMATION</span><br />All ticket prices are in Euro Currency. Ticket prices and availability are subject to change at any time. A confirmation receipt will be issued upon full payment.<br />Bvevents reserves the right to provide upgrades on all ticket orders at no extra charge to the customer. Ticket deliveries are guaranteed no later than the day before the event unless stated otherwise, however every effort will be made to deliver tickets as early as possible. All tickets will be delivered by TNT Express Courier , Bvevents will not be responsible for any weather delays, event postponements, event cancellations, lost or stolen tickets.<br />			  In case of strikes, with cancellation of performances, we will refund the face value of the tickets only.<br />			  <span class='lista'>ALL SALES ARE FINAL</span><br />			  Bvevents is an independent, privately-owned company engaged in the service of finding and providing tickets for admission to any and all concerts, sporting, and theatre events in Italy. We are not affiliated with, nor do we have any licenses or strategic alliances with, not are we authorized by any box office, promoter, venue, theatre, stadium, hotel, sporting team or sporting association. All and any copyrights, trademarks, trade names used within this web site are for descriptive purposes only. We are not acting on the authority of or by the permission of any of the above mentioned entities. We are able to provide access to tickets for events through our contacts and various sources. Our prices are much higher than the face value of the tickets. This reflects the degree of difficulty, and, of course the cost of obtaining tickets.</p>";
	}
}

function CambioStato()
{
    if (XMLHTTP.readyState == 4)
    {
        var R = document.getElementById("dati");
        R.innerHTML = XMLHTTP.responseText;
    }
}

function CambioStatoPar()
{
    if (XMLHTTP2.readyState == 4)
    {
        var R2 = document.getElementById(div_usare);
        R2.innerHTML = XMLHTTP2.responseText;
    }
}

function RicavaBrowser(QualeBrowser)
{
    if (navigator.userAgent.indexOf("MSIE") != (-1))
    {
        var Classe = "Msxml2.XMLHTTP";
        if (navigator.appVersion.indexOf("MSIE 5.5") != (-1));
        {
            Classe = "Microsoft.XMLHTTP";
        } 
        try
        {
            OggettoXMLHTTP = new ActiveXObject(Classe);
            OggettoXMLHTTP.onreadystatechange = QualeBrowser;
            return OggettoXMLHTTP;
        }
        catch(e)
        {
            alert("Errore: l'ActiveX non verrà eseguito!");
        }
    }
    else if (navigator.userAgent.indexOf("Mozilla") != (-1))
    {
        OggettoXMLHTTP = new XMLHttpRequest();
        OggettoXMLHTTP.onload = QualeBrowser;
        OggettoXMLHTTP.onerror = QualeBrowser;
        return OggettoXMLHTTP;
    }
    else if (navigator.userAgent.indexOf("Opera") != (-1))
    {
        OggettoXMLHTTP = new XMLHttpRequest();
        OggettoXMLHTTP.onload = QualeBrowser;
        OggettoXMLHTTP.onerror = QualeBrowser;
        return OggettoXMLHTTP;
    }
	else if (!OggettoXMLHTTP && typeof XMLHttpRequest != 'undefined')
	{
		OggettoXMLHTTP = new XMLHttpRequest();        //For Mozilla, Opera Browsers
		OggettoXMLHTTP.onload = QualeBrowser;
		OggettoXMLHTTP.onerror = QualeBrowser;
		return OggettoXMLHTTP;
	}
    else
    {
        alert("Qualcosa potrebbe non funzionare con il tuo browser!");
    }
}
if (document.getElementById("altro_macrotipo")) document.getElementById("altro_macrotipo").disabled="disabled";
function lista_macro(campo,valore){
	document.getElementById(campo.toString()).value = valore;
}
function cancella(cosa,id){
	window.location.href= "/bvevents/edi/ajax.php?t=d&id="+id+"&tb="+cosa;
}
function imposta_data_evento(){
	document.getElementById("bv_data_evento").value = document.getElementById("selanno").value+""+document.getElementById("selmese").value+""+document.getElementById("selgiorno").value;
	//confirm("confermi data?" + document.getElementById("bv_data_evento").value);
}
function apridiv_p(riga_id, q_prenota){
	d_prenota = document.getElementById(q_prenota);
	if (d_prenota.innerHTML == ''){
		letture('tk',riga_id,q_prenota);
	} else {
		d_prenota.innerHTML = "";
	}
}
function cambia_loc(stringa){
	selez = document.getElementById("location").value;
	document.location.href="index.php?"+stringa+"&ss="+selez;
}
