Есть код меню
document.write('<style>a {text-decoration: none; /* Убирает подчеркивание для ссылок */ color:silver;} a:hover{color:red;}</style>');
document.write('<font color="#ff207b" size="+1"><a href="content.html" target="CONTENT">Главная страница</a></font></a><br>');
document.write('<a href="p_1.html" target="CONTENT">Пояснительная записка</a><br>');
document.write('<a href="p_2.html" target="CONTENT">Тематический план</a><br>');
Есть само меню
<script language="JavaScript" src="menu.js" type="text/javascript"></script>
Не отображает ничего в любом IE
Помогите пожаалуйста