// JavaScript Document
function download() {
	if(window.showModalDialog("../../license.html", "dialogWidth:400px; dialogHeight:550px; center:yes"))
	window.location="lesson" + document.getElementById("lesson").value + ".zip"
}

function email(){
document.write("<a href=\"mailto:support" + "@freetutorialcentral.com\">Contact us</a>")	
	
}
