/**********************************/
/*            Iboty.com           */
/*           js/iboty.js          */
/**********************************/

function updatebrand5(br) {
window.location.href = location.href + "&brand5=" + encodeURIComponent(br);
}

function updatemodel5(mo) {
window.location.href = location.href + "&model5=" + encodeURIComponent(mo);
}

function updatebrand3(br) {
window.location.href = location.href + "&brand3=" + encodeURIComponent(br);
}

function updatemodel3(mo) {
window.location.href = location.href + "&model3=" + encodeURIComponent(mo);
}

function updatebrand1(br) {
window.location.href = location.href + "&brand1=" + encodeURIComponent(br);
}

function updatemodel1(mo) {
window.location.href = location.href + "&model1=" + encodeURIComponent(mo);
}

function resetting(lang) {
window.location.href = "index.php?lang=" + lang;
}