// JavaScript Document

var F1 = "theDeepSleep";
var F2 = "theModestVirtuoso";
var F3 = "theUndyingAnimal";
var F4 = "stageFlight";
var F5 = "defendingTheForgotten";

function mailpage()
{
mail_str = "mailto:?subject= Columbia Magazine Article";
mail_str += "&body=I thought you'd find this story on the Columbia magazine Web site interesting: " + "\r";
mail_str += "\n" + parent.location.href; 
location.href = mail_str;
}

function downloadPDF(theURL)
{
	location.href = "pdfs/" + theURL + ".pdf";
}