
function tabemail() {
window.document.getElementById('emailed').style.zIndex = '600';
window.document.getElementById('tabemailed').style.borderBottomColor = '#fff';
window.document.getElementById('tabviewed').style.borderBottomColor = '#000';
}

function tabview() {
window.document.getElementById('emailed').style.zIndex = '300';
window.document.getElementById('tabemailed').style.borderBottomColor = '#000';
window.document.getElementById('tabviewed').style.borderBottomColor = '#fff';
}
