You cannot define a "color" of a purse when it's an image. You need 5 different images too that has those colors.
Hope this keeps you going:
HTML Code:
<script type="text/javascript">
function change(image)
{var base='http://h1.ripway.com/rangana/images/'; // Set the base url of your image
document.getElementById('Imgchange').src=base+image;}
</script>
<img src="http://h1.ripway.com/rangana/images/Picture1.jpg" alt="myimage" style="width:150px;height:100px;display:block;" id="Imgchange">
<a href="Caterpillar" onclick="change('Picture2.jpg');return false;">Catterpillar</a> ||
<a href="Lonely Heart" onclick="change('Picture3.jpg');return false;">Lonely heart</a> ||
<a href="Lonely Smile" onclick="change('Picture4.jpg');return false;">Lonely smile</a> ||
<a href="Friendship" onclick="change('Picture5.jpg');return false;">Friend</a> ||
<a href="Dizzy Stairs" onclick="change('Picture6.jpg');return false;">Stairs</a> ||
<a href="Valentines" onclick="change('Picture7.jpg');return false;">Valentines</a> ||
<a href="Wedding" onclick="change('Picture8.jpg');return false;">Wedding</a> ||
<a href="Genius" onclick="change('Picture9.jpg');return false;">Genius</a>
Bookmarks