// JavaScript Document

function showHelp(text){
	alert(text);
}
