﻿function mailme(name) {
	document.write("<a href='mailto:"+name+"@mdy.hu ' title='Levél írása'>"+name+"@mdy.hu</a>");
}


