﻿function FullScreen(link) {
	window.open(link, "bigwindow", "fullscreen,scrollbars");
}