﻿function toggle(puff,url)
{
var obj = document.getElementById(puff);
obj.src = url;
}

