

function ShowTop()
{
	// Hide view
	document.getElementById('PrintTipVenContainerOpen').style.display = 'block';
	document.getElementById('FromName').focus();
}

function CloseTop()
{
	// Hide view
	document.getElementById('PrintTipVenContainerOpen').style.display = 'none';
}

