function rollstdon(myobj){myobj.src=myobj.src.replace('_off.','_on.');}
function rollstdoff(myobj){myobj.src=myobj.src.replace('_on.','_off.');}