js Switchit

<script>
function {{ FunctionName }}(obj,img)
{if (document.images)
{obj.src=img}}
</script>

<a href="{{ URL }}"
onmouseover="{{ FunctionName }}(document.{{ Base01 }}, '{{ Path }}/{{ Base01 }}{{ MOSuffix }}.{{ ext }}')"
onmouseout="{{ FunctionName }}(document.{{ Base01 }}, '{{ Path }}/{{ Base01 }}{{ MRSuffix }}.{{ ext }}')">
<IMG SRC="{{ Path }}/{{ Base01 }}.{{ ext }}" NAME="{{ Base01 }}" alt="{{ Alt }}" title="{{ Alt }}" border="0">
</a>


<img src="{{ Path }}/{{ Base01 }}{{ MRSuffix }}.{{ ext }}">
<img src="{{ Path }}/{{ Base01 }}{{ MOSuffix }}.{{ ext }}">