
function new_win(w,h,n)	{
	if (!n) n="new_window";	
 	w1=window.open("",n,"resizable=yes, menubar=no, status=yes, scrollbars=yes, width="+w+", height="+h);
	w1.focus();
}

function feedback(){
	document.location.href='mail'+'to:'+'dap'+'@'+'parapet'+'.'+'ru';
}
