
function enlarge(sender, args)
{
	var obj = sender.getHost();
	obj .content.fullScreen = !obj .content.fullScreen;
}
