


function showCompletes(showThiss) { document.getElementById(showThiss).style.width = "500"; document.getElementById(showThiss).style.position = "absolute";}

function hideCompletes(showThiss) { document.getElementById(showThiss).style.width = "180";  document.getElementById(showThiss).style.position = "absolute";}