
function change_cod_captcha(width, height, characters)
{
document.getElementById("div_captcha").innerHTML= '<img  src="/root/captcha.php?width='+width
+'&amp;height='+height
+'&amp;characters='+characters
+'&amp;seteaza_cod='+Math.floor(Math.random()*11)
+'" alt="" style="vertical-align:top;" />'
}

function change_cod_captcha2(width, height, characters, variabila,nr)
{
document.getElementById("div_captcha"+nr).innerHTML= '<img  src="/root/captcha.php?width='+width
+'&amp;height='+height
+'&amp;characters='+characters
+'&amp;seteaza_cod='+Math.floor(Math.random()*11)
+'&amp;variabila='+variabila
+'" alt="" style="vertical-align:top;" />'
}
                            /*
function change_cod_captcha3(width, height, characters)
{
document.getElementById("div_captcha3").innerHTML= '<img  src="/root/captcha.php?width='+width
+'&amp;height='+height
+'&amp;characters='+characters
+'&amp;seteaza_cod='+Math.floor(Math.random()*11)
+'&amp;variabila=security_code3'+
+'" alt="" style="vertical-align:top;" />'
}

function change_cod_captcha4(width, height, characters)
{
document.getElementById("div_captcha4").innerHTML= '<img  src="/root/captcha.php?width='+width
+'&amp;height='+height
+'&amp;characters='+characters
+'&amp;seteaza_cod='+Math.floor(Math.random()*11)
+'&amp;variabila=security_code4'+
+'" alt="" style="vertical-align:top;" />'
}

function change_cod_captcha5(width, height, characters)
{
document.getElementById("div_captcha5").innerHTML= '<img  src="/root/captcha.php?width='+width
+'&amp;height='+height
+'&amp;characters='+characters
+'&amp;seteaza_cod='+Math.floor(Math.random()*11)
+'&amp;variabila=security_code5'+
+'" alt="" style="vertical-align:top;" />'
}      */
///////////////////////////////

function GetXmlHttpObject()
{
var objXMLHttp=null
if (window.XMLHttpRequest)
{
objXMLHttp=new XMLHttpRequest()
}
else if (window.ActiveXObject)
{
objXMLHttp=new ActiveXObject("Microsoft.XMLHTTP")
}
return objXMLHttp
}