function hide_text(){
	document.getElementById('virtualu').style.display='none'; 
	Effect.Appear('replay'); 
}

function show_text(whichdiv){
	document.getElementById(whichdiv).style.display=''; 
}

function external_link(){
 location.href='http://www.denaytrinidad.com/contactus/contactus.php';
}