// JavaScript Document
function clearText(textInput){if (textInput.value == '!&#1178;идир') textInput.value = '';}
function putText(textValue, textToPut){if (textValue.value == '')textValue.value = textToPut;}
function select_cat(p1) {
url = "category.php?id=" + p1;
window.location.href = url;
}
function order(p1,p2) {
url = document.location.href;
xend = url.lastIndexOf(".php") + 4;
var base = url.substring(0, xend);
url = base + "?order=" + p1;
if (p2!="") url = url + "&id3=" + p2;
window.location.href = url;
}