function getXmlHttpRequestObject() {
if (window.XMLHttpRequest) {
return new XMLHttpRequest();
} else if(window.ActiveXObject) {
return new ActiveXObject("Microsoft.XMLHTTP");
} else {
return FALSE;
}
}
var searchReq = getXmlHttpRequestObject();
function predict()
{
if (searchReq.readyState == 4 || searchReq.readyState == 0) {
var q = escape(document.search.q.value);
searchReq.open("GET", 'predictService.php?q=' + q, true);
searchReq.onreadystatechange = handleSearchSuggest;
searchReq.send(null);
}
}
function handleSearchSuggest()
{
if (searchReq.readyState == 4) {
var ss = document.getElementById('predictions')
ss.className = 'predictions';
ss.innerHTML = '';
var str = searchReq.responseText.split("\n");
for(i=0; i < str.length - 1; i++) {
var suggest = '
' + str[i] + '
';
ss.innerHTML += suggest;
}
}
}
function suggestOver(div_value)
{
div_value.className = 'predictions_link_over';
}
function suggestOut(div_value)
{
div_value.className = 'predictions_link';
}
function setSearch(value)
{
document.search.q.value = value;
document.search.redir.value = '1';
document.getElementById('predictions').innerHTML = '';
document.search.submit();
}
document.search.q.focus();
Product search results for Aguaclara (showing 1 to 2 of 2)
|
Stand out from the crowd in this fantastic bikini by Aguaclara of Peru.The spa blue triangle top features chocolate embroidered flowers and is on an adjustable sliding strap with thin shoulder straps for maximum tanning!The matching chocolate bottom ...
|
£57.00
More Information »
|
|
This fabulous retro style bikini by Aguaclara of Peru feautures a crystal effect top and stunning tie side bottom sure to get you noticed!The white halter top has fabulous intricate cargo coloured stitching adorned with beads and crystals to catch th...
|
£57.00
More Information »
|