function restore_srch(){
	if(document.getElementById('srch').value == ''){document.getElementById('srch').value = 'Поиск по сайту';}
}

function restore_mail(){
	if(document.getElementById('mail').value == ''){document.getElementById('mail').value = 'Введите ваш e-mail';}
}
function restore_user(){
	if(document.getElementById('login').value == ''){document.getElementById('login').value = 'Имя пользователя';}
}

function printWindow(){
	newWin = window.open("", "Subwind", "status=no,menubar=no,height=740,width=897,top=50,left=100,scrollbars=yes");
	newWin.document.write('<head><style>.marg{display:none} #print{background:url(/images/printer.gif) 100% 0 no-repeat; margin:10px 20px; padding-right:25px; text-align:right; cursor:pointer} @media print{#print{display:none}}</style></head><body><div id="print" onClick="window.print()">Печать</div><h2>' + document.getElementById('el_1').innerHTML + '</h2><h3>' + document.getElementById('el_2').innerHTML + '</h3>' + document.getElementById('el_3').innerHTML + '</body>');
	newWin.focus();
}
