function ch($id){
	if(document.getElementById($id).value=='Введите Ваш объём (в шт.)')
		document.getElementById($id).value="";
}

function hc($id){
	if(document.getElementById($id).value=="")
		document.getElementById($id).value="Введите Ваш объём (в шт.)";
}

function cm($id){
	if(document.getElementById($id).value=='Введите Ваш e-mail')
		document.getElementById($id).value="";
}

function mc($id){
	if(document.getElementById($id).value=="")
		document.getElementById($id).value="Введите Ваш e-mail";
	if(document.getElementById($id).value!="" && document.getElementById($id).value!="Введите Ваш e-mail")
		document.getElementById('mail').value=document.getElementById($id).value;
		
}

function km($id){
	if(document.getElementById($id).value=='Введите код')
		document.getElementById($id).value="";
}

function kc($id){
	if(document.getElementById($id).value=="")
		document.getElementById($id).value="Введите код";
}

function mn(){
	if(document.getElementById('name').value=="")
		document.getElementById('name').value="Введите Ваше имя";
}

function nm(){
	if(document.getElementById('name').value=="Введите Ваше имя")
		document.getElementById('name').value="";
}

function ml(){
	if(document.getElementById('mail').value=="")
		document.getElementById('mail').value="Введите Вашу почту";
}

function lm(){
	if(document.getElementById('mail').value=="Введите Вашу почту")
		document.getElementById('mail').value="";
}

function mv(){
	if(document.getElementById('vopros').value=="")
		document.getElementById('vopros').value="Введите Ваш вопрос. Также укажите ваши контактные данные - чтобы мы могли оперативно связаться с вами.";
}

function vm(){
	if(document.getElementById('vopros').value=="Введите Ваш вопрос. Также укажите ваши контактные данные - чтобы мы могли оперативно связаться с вами.")
		document.getElementById('vopros').value="";
}