function show()
{
 	document.getElementById('contact').className = 'vidall';
}

function hide()
{
 	document.getElementById('contact').className = 'vidnone';
}

