

	function lover(sElemId){
//		document.getElementById("l_"+sElemId).style.className="select";
		document.getElementById("l_"+sElemId).style.color="#FCB414"; 	
	};

	function lout(sElemId){
//		document.getElementById("l_"+sElemId).style.className="link"; 	
		document.getElementById("l_"+sElemId).style.color=""; 	
	};


    function fcs(obj){
		if(obj.value=="Укажите Ваш e-mail") obj.value='';
	};


	function check(){ 
		if(document.getElementById('email').value.match(/^[a-z0-9\.-]+@([a-z0-9]+(-[a-z0-9]+)?\.)+[a-z]{2,10}$/)==null){alert('Неверно введен e-mail адрес'); return false;};
		return true;
	};

	function inner($small, $full){
//	self ['small'].innerHTML = "<span id='uwant'>Вы хотели бы:</span> "+$small; 
//	self ['full'].innerHTML = $full; 
	document.getElementById('small').innerHTML = $small; 
	document.getElementById('full').innerHTML = $full; 
	};
	function outer(){
	document.getElementById('small').innerHTML = ""; 
	document.getElementById('full').innerHTML = ""; 
	};
	
/*
var highlighting;
   function hight(which2){
   theobject=which2;
   highlighting=setInterval("highlightit(theobject)",70);
   };
   function low(which2, level){
    clearInterval(highlighting);
    which2.filters.alpha.opacity=level;
    which2.style.opacity=level;
    };
   function highlightit(cur2){
    if (cur2.filters.alpha.opacity<100)
    cur2.filters.alpha.opacity+=10;
    else if (window.highlighting)
    clearInterval(highlighting);
    };
// style.opacity=0.1
// cur2.style.MozOpacity+=10;

*/
