function createRequestObject() {
    var ro;
    var browser = navigator.appName;
    if(browser == "Microsoft Internet Explorer"){
        if(ro = new ActiveXObject("Microsoft.XMLHTTP"));
        
    }else{
         if(ro = new XMLHttpRequest());
    }
    return ro;
}

var http = createRequestObject();

function recordlezione(id,ids) {
    //alert(id);alert(ids);
    http.open('get', 'registravisite.php?id='+id+'&ids='+ids);
    http.onreadystatechange = handleResponse;
    http.send(null);
}
function handleResponse() {
    if(http.readyState == 4){
        var response = http.responseText;
        //alert(response);
    }
}
function risultatiquiz(id,ids,p) {
    //alert(id);alert(ids);
    http.open('get', 'resultsquiz.php?id='+id+'&ids='+ids+'&p='+p);
    http.onreadystatechange = handleResponse;
    http.send(null);
}
function risultatidettato(id,ids,p) {
    //alert(id);alert(ids);
    http.open('get', 'resultsdettato.php?id='+id+'&ids='+ids+'&p='+p);
    http.onreadystatechange = handleResponse;
    http.send(null);
}
function getlesson(id,ids){
	
	document.getElementById('contentriassunto').src="riassunto.php?id="+id+"&ids="+ids;
	document.getElementById('lezione').innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="625" height="470" id="myflashvars" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="player.swf" /><param name="FlashVars" value="myURL='+ids+'&idl='+id+'"><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="player.swf" FlashVars="myURL='+ids+'&idl='+id+'" quality="high" bgcolor="#ffffff" width="625" height="470" name="myflashvars" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>';
	if(id>69 && id<90){
		document.getElementById("content").style.backgroundImage = "url(img/content-background-business.png)";
	} else {
		document.getElementById("content").style.backgroundImage = "url(img/content-background.png)";
	}
	
}

function ripetilezione(id,ids){

	document.getElementById('lezione').innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="625" height="470" id="myflashvars" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="player.swf" /><param name="FlashVars" value="myURL='+ids+'&idl='+id+'"><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="player.swf" FlashVars="myURL='+ids+'&idl='+id+'" quality="high" bgcolor="#ffffff" width="625" height="470" name="myflashvars" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>';
	
}

function faitest(id,ids){
	document.getElementById('riassunto').style.visibility = "hidden";
	document.getElementById('lezione').innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="625" height="470" id="myflashvars" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="quiz.swf" /><param name="FlashVars" value="myURL='+ids+'&idl='+id+'"><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="quiz.swf" FlashVars="myURL='+ids+'&idl='+id+'" quality="high" bgcolor="#ffffff" width="625" height="470" name="myflashvars" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>';
	
}


function recordonebipattemps(id,email) {
    //alert(id);alert(ids);
    http.open('get', 'attemptonebip.php?id='+id+'&email='+email);
    http.onreadystatechange = handleResponse2;
    http.send(null);
}
function handleResponse2() {
    if(http.readyState == 4){
        var response = http.responseText;
        //alert(response);
    }
}


function dettato(id,ids){
	document.getElementById('lezione').innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="625" height="470" id="myflashvars" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="dettato.swf" /><param name="FlashVars" value="myURL='+ids+'&idl='+id+'"><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="dettato.swf" FlashVars="myURL='+ids+'&idl='+id+'" quality="high" bgcolor="#ffffff" width="625" height="470" name="myflashvars" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>';
	
}

function see(chi) {
    document.getElementById('lista1').style.display = 'none'; document.getElementById('l1').style.color='#ffffff';
    document.getElementById('lista2').style.display = 'none'; document.getElementById('l2').style.color='#ffffff';
    document.getElementById('lista3').style.display = 'none'; document.getElementById('l3').style.color='#ffffff';
    document.getElementById('lista4').style.display = 'none'; document.getElementById('l4').style.color='#ffffff';
    document.getElementById('lista5').style.display = 'none'; document.getElementById('l8').style.color='#ffffff';
	document.getElementById('lista6').style.display = 'none'; document.getElementById('l9').style.color='#ffffff';
	document.getElementById('lista7').style.display = 'none'; document.getElementById('20').style.color='#ffffff';
    if(chi=='lista1'){ document.getElementById('lista1').style.display = ''; document.getElementById('l1').style.color='#032D53';}
    if(chi=='lista2'){ document.getElementById('lista2').style.display = ''; document.getElementById('l2').style.color='#032D53';}
    if(chi=='lista3'){ document.getElementById('lista3').style.display = ''; document.getElementById('l3').style.color='#032D53';}
    if(chi=='lista4'){ document.getElementById('lista4').style.display = ''; document.getElementById('l4').style.color='#032D53';}
    if(chi=='lista5'){ document.getElementById('lista5').style.display = ''; document.getElementById('l8').style.color='#032D53';}
	if(chi=='lista6'){ document.getElementById('lista6').style.display = ''; document.getElementById('l9').style.color='#032D53';}
	if(chi=='lista7'){ document.getElementById('lista7').style.display = ''; document.getElementById('20').style.color='#032D53';}
}

function getyoutube(id,ids){
	document.getElementById('contentriassunto').src="riassunto.php?id="+id+"&ids="+ids;
	document.getElementById('lezione').innerHTML ='<iframe  id="content-riassunto"  frameborder="0"  vspace="0"  hspace="0"  marginwidth="0"  marginheight="0"    height="470"  width="625" src="youtube.php?id='+id+'&ids='+ids+'">';
}
