﻿function c() {
	if (window.innerHeight>600) { document.getElementById("intro").style.marginTop=Math.round((window.innerHeight-600)/2)+'px'; }
}
