	var maincolor="#"+color1;
	var childcolor="#"+color2;

function ShowWind2() {
	t=screen.height/2-50;
	w=screen.width/2-50;
	s=(150-64)/2;
	wnd1=window.open("",'УРЛы',"width=508,height=280,top="+t+",left="+w+",toolbar=no, scrollbars=no, resizable=no");
	wnd1.document.write("<HTML><BODY style='background-color:#F6F6F6'>");
	wnd1.document.write("<b>Отправка сообщений</b>");
	wnd1.document.write("<form name='forma' method='post' action=''>");
	wnd1.document.write("<textarea name='texta' id='textaurl' style='width:390px; height:120px;'></textarea>");
	wnd1.document.write("<br><font size='2' color='#ff0000'><b>Для доступа ко всем сервисам сайта <a href='http://foresttrails.ru/trails.php?sid=11'target=_blank>пройдите тест!</a></b></font>");
	wnd1.document.write("<br><input type='button' name='bu' value='   Ок!  ' onClick='javascript:doit();'>");
	wnd1.document.write("</form>");
	wnd1.document.write("</BODY></HTML>");
}