// JavaScript Document
<!-- Rollover Image Script - Place within <head> tag -->
<!-- Hide from older browsers
function SwitchImg()
{ //start
var  keep=0, store, obj, switcher=new Array, history=document.Data;
        store = SwitchImg.arguments[0];
        obj = eval(store);
        if (obj != null) {
                        switcher[keep++] = obj;
                switcher[keep++] = (history==null || history[keep-1]!=obj)?obj.src:history[keep];
                obj.src = SwitchImg.arguments[1];
                }
document.Data = switcher;
} //end

function RestoreImg()
{ //start
if (document.Data != null)
document.Data[0].src=document.Data[1];

} //end

// end hiding contents -->
