var d = document; 
function e(id){ return d.getElementById(id);}
function fd(f) {return (f.Document) ? f.Document : f.contentDocument;}
function changeLoggedUserMedia(media_id, user_id)
{
  freimas = e('hformframe');
  fdokas = fd(freimas);
	fdokas.getElementById('media_id').value = media_id;  
  fdokas.getElementById('user_id').value = user_id;  
  fdokas.getElementById('hform').submit();
}

function codes(e) {
	if(e.keyCode>47 && e.keyCode<58){
		code=String.fromCharCode(e.keyCode);
		sutaupau(code);
		return true;
	}
	else
		return false;
}
function sutaupau(kodas){
	document.getElementById('kaina').innerHTML=(document.getElementById('kompu_sk').value+kodas)*10;
}

/* Apatiniams kontaktams */
function contacts(divas){
	for (i=1; i<=6; i++){
		if (i+'txt'==divas){
			document.getElementById(i+'txt').className='bottom_contacts_on';
			document.getElementById(i+'mb').className='bottom_menu_item_on';
		}
		else{
			document.getElementById(i+'txt').className='bottom_contacts_off';
			document.getElementById(i+'mb').className='bottom_menu_item_off';
		}
	}
}
