function overand(){
cellblockh = document.all["jonnie"];
cellblockh.style.backgroundColor = "pink"; 
spantxt = document.all["freddie"]; 
spantxt.innerHTML = "<b class=borders>Little blue box looks pretty in pink</b>";
}
function out(){
cellblockh = document.all["jonnie"];
cellblockh.style.backgroundColor = "#6699FF"; spantxt.innerHTML = "&nbsp;";
}

function open_win(theURL,winName,features) {
  window.open(theURL,winName,features);
}
