I just want to validate my site with w3c validator.
This is sample of my finnish site front page: http://www.pikku-ukko.net/te/etusivu.php
And that validatof find one error: Line 62, column 8: end tag for element "SCRIPT" which is not open.
45: <SCRIPT type=text/javascript>with(milonic=new menuname("Main Menu")){
46: style=menuStyle;
47: top=155;
48: left=200;
49: alwaysvisible=1;
50: orientation="horizontal";
51: position="relative";
52: aI("text=Alkuun;url=http://www.pikku-ukko.net/;showmenu=alk ... s=Takaisin Etusivulle;");
53: aI("text=Roope;showmenu=Roope;");
54: aI("text=Rotu;showmenu=Rotu;");
55: aI("text=Yhteys;showmenu=Yhteys;");
56: aI("text=Vieraskirja;showmenu=Vieras;");
57: aI("text=Linkit;showmenu=Linkit;");
58: aI("text=Sekalaista;showmenu=Seka;");
59: aI("text=Sivuista;showmenu=Sivut;itemwidth=70;");
60: }
61: drawMenus();
62: </SCRIPT>
That is the Milonic menu code. I use sample no 9.
What is wrong? Can some one help me, please

Thanks,
~Vuokko