function go(when){ self.parent.location = when; }
function swap(img,ref) { document.images[img].src = ref; }
function send_form(name){ document.forms[name].submit(); }
