function coach_popIt() {

window.open("http://content.living.aol.com/coaches/directory/podcasts/subscribe","podcast","toolbar=no,location=no, directories=no, status=yes, menubar=no, resizable=no, copyhistory=no, scrollbars=yes, width=775, height=600");

}

function Show_Stuff(Click_Menu)
// Function that will swap the display/no display for 
// all content within span tags
{
if (Click_Menu.style.display == "none")
{
Click_Menu.style.display = "";
}
else
{
Click_Menu.style.display = "none";
}
}

