//(C) Yandex
function RegisterEventHandler(){if(document.getElementById){document.onkeydown=ParseKeyEvent;}}
function ParseKeyEvent(e){var code;if(!e)var e=window.event;if(e.keyCode)code=e.keyCode;else if(e.which)code=e.which;if((code==37)&&(e.ctrlKey==true)){var destination=document.getElementById('prev_page');if(destination)location.href=destination.href;}if((code==39)&&(e.ctrlKey==true)){var destination=document.getElementById('next_page');if(destination)location.href=destination.href;}}

function SearchSubmit(){if(''==document.forms.search.search.value){return(false);}}
function CheckItOut(){if((document.indord.ordersum.value!='')&&(document.indord.ordersum.value!='0')){document.forms.indord.submit();return(true);}else{return(false);}}
function AuthentificationError(error_code){if(error_code==1){alert('Ïîëüçîâàòåëü ñ òàêèì e-mail íå çàðåãèñòðèðîâàí');}else if(error_code==2){alert('Íåâåðíûé ïàðîëü');}}

function srchFocus () {
	srchBox = document.getElementById('formSearchInput');
	if ('ÏÎÈÑÊ ÏÎ ÊÀÒÀËÎÃÓ' == srchBox.value) {
		srchBox.value = '';
		srchBox.className = 'search';
	}
}
function srchBlur () {
	srchBox = document.getElementById('formSearchInput');
	if ('' == srchBox.value) {
		srchBox.className = 'search defsrch';
		srchBox.value = 'ÏÎÈÑÊ ÏÎ ÊÀÒÀËÎÃÓ';
	}
}

function srchFocus2 () {
	srchBox = document.getElementById('formSearchInput');
	if ('ÏÎÈÑÊ ÏÎ ÊÀÒÀËÎÃÓ' == srchBox.value) {
		srchBox.value = '';
		srchBox.className = 'inpsearch ord';
	}
}
function srchBlur2 () {
	srchBox = document.getElementById('formSearchInput');
	if ('' == srchBox.value) {
		srchBox.className = 'inpsearch';
		srchBox.value = 'ÏÎÈÑÊ ÏÎ ÊÀÒÀËÎÃÓ';
	}
}

