Hi friends,I have a js script in which there is a menu linked to my html pages !! The problem is I have to write every time the menu code i.e something like this <div><ul><li>menu item</li></ul></div> in the html documents.Its very curious for me to write the codes in every file of my html pages.What should I do to make it include in all pages of my files at one shot !! Thanks in advance !!