function hide_help()
{
}

function show_help(text)
{
}

function openwin(url, name, features)
{
	newwin = window.open(url, name, features);
	newwin.focus();
	return newwin;
}

function MSNMessage(email)
{
}
