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='mailto:gregt@virtualu.tv';
}
