Document.Writeln "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "
" & _ "Создай
твой
сайт
" & _ "
" & _ "" & _ "Форум
" & _ "" & _ "" & _ "" & _ "" & _ "
" & _ "Статистика посещений
настоящего сайта
" & _ "
" & _ "Поиск по
настоящему сайту
" & _ "
" gFontWeight="Normal" gTextDecoration="none" Sub Document_onMouseMove P "Yellow" End Sub Sub Document_onMouseOut P Missing End Sub Sub P(V) Set j=window.event.srcElement Set t=j.Style BG=V If V="Yellow" Then If gFontWeight="Normal" Then gFontWeight=t.fontWeight If gTextDecoration="none" Then gTextDecoration=t.textDecoration W="Bold" D="none" If t.color="violet" Then BG="Green" Else W=gFontWeight D=gTextDecoration gFontWeight="Normal" gTextDecoration="none" End If If j.tagName="A" Then t.BackGround=BG: t.fontWeight=W: t.textDecoration=D End Sub Sub Document_onClick Set j=window.event.srcElement If j.tagName="A" Then j.Style.Color="Violet" End Sub