From vmenu.js - remove the red part:
Code:
inc_vmenu_js =
'<!-- Created with <STRONG><VMENU> -->\n<!-- http://www.s'
+ 'tronghtml.com/ -->\ndocument.write(\'<div id="cssvmenu"><'
+ 'ul><li><a href="http://chaosdesigns.110mb.com/index.html'
+ '" title=""><img src="/home.jpg" border="0"></a></li>\n<li class="men . . .
Also, it would be good form and prevent any confusion over the scope of the inc_vmenu_js variable to declare it formally like so (this time add the red part):
Code:
var inc_vmenu_js =
'<!-- Created with <STRONG><VMENU> -->\n<!-- http://www.s'
+ 'tronghtml.com/ -->\n<div id="cssvmenu"><'
+ 'ul><li><a href="http://chaosdesigns.110mb.com/index.html'
+ '" title=""><img src="/home.jpg" border="0"></a></li>\n<li class="men . . .
Bookmarks