function resumeLink() {
	var link=document.getElementById('resume-link');
	link.onclick = function() {
		window.open('resume.html','resume','scrollbars=yes,width=660,menubar=yes,toolbar=no,location=no,directories=no,copyhistory=no');
		return false;
	};
	link.href="";
}
