var xmlhttp=null;

function showHint(foto)
{
if (window.XMLHttpRequest)
  {
  // code for IE7+, Firefox, Chrome, Opera, Safari
  xmlhttp=new XMLHttpRequest();
  }
else
  {
  // code for IE6, IE5
  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
  }
var url="http://www.linassepetys.lt/foto_change.php?foto= " + foto;
xmlhttp.open("GET",url,false);
xmlhttp.send(null);
document.getElementById("foto_field").innerHTML=xmlhttp.responseText;
}


var xmlhttp=null;

function showHint1(foto)
{
if (window.XMLHttpRequest)
  {
  // code for IE7+, Firefox, Chrome, Opera, Safari
  xmlhttp=new XMLHttpRequest();
  }
else
  {
  // code for IE6, IE5
  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
  }
var url="http://www.linassepetys.lt/foto_change1.php?foto= " + foto;
xmlhttp.open("GET",url,false);
xmlhttp.send(null);
document.getElementById("foto_field").innerHTML=xmlhttp.responseText;
}

var xmlhttp=null;

function showHint2(page)
{
if (window.XMLHttpRequest)
  {
  // code for IE7+, Firefox, Chrome, Opera, Safari
  xmlhttp=new XMLHttpRequest();
  }
else
  {
  // code for IE6, IE5
  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
  }
var url="http://www.linassepetys.lt/foto_change2.php?foto= " + page;
xmlhttp.open("GET",url,false);
xmlhttp.send(null);
document.getElementById("foto_field").innerHTML=xmlhttp.responseText;
}

var xmlhttp=null;

function showHint3(page)
{
if (window.XMLHttpRequest)
  {
  // code for IE7+, Firefox, Chrome, Opera, Safari
  xmlhttp=new XMLHttpRequest();
  }
else
  {
  // code for IE6, IE5
  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
  }
var url="http://www.linassepetys.lt/spauda_change.php?foto= " + page;
xmlhttp.open("GET",url,false);
xmlhttp.send(null);
document.getElementById("foto_field1").innerHTML=xmlhttp.responseText;
}

