﻿function showEmail()
{
	if(document.getElementById('wtMailboard_wtInputOpenWindow'))
	{

	    document.location.href = '#headerTop';
		document.getElementById('wtMailboard_wtInputOpenWindow').checked = true;
    		showDIV('emailw');
    		showDIV('shadowEmail');
    		setTall('shadowEmail');
	}
}

function hideEmail()
{
	if(document.getElementById('wtMailboard_wtInputOpenWindow'))
	{
		document.getElementById('wtMailboard_wtInputOpenWindow').checked = false;
		hideDIV('emailw');
		hideDIV('shadowEmail');
	}
}

