Quite a simple question, yet it has been bugging me all week!Firstly, I do not expect someone to write me this huge piece of code, then me take it away and claim it for my own. Would prefer someone to actually help me write this I am attempting to show a playlist on my website as a png image.I have 2 playlists that must be shown.The playlist will change on an image press.I have 4 button images, 'CD1up', 'CD1down', 'CD2up' and 'CD2down'.I would like to have these buttons changing what current playlist is being shown, but also showing the buttons correct state. For example, is playlist1 is being shown, then 'CD1up' must be shown, and 'CD2down' shown.I would post my current code here, but I basically scrapped it all and decided to start from scratch since I'm terrible with web javascript.All help is greatly appreciated!I can basically fluent in HTML and CSS, but horrible at web javascript.