// open information window and load contents
function info(the_url)
{
	the_info_window = window.open(the_url,"infowin","width=300,height=400,scrollbars=yes,resizable=no");
}

function emailHelper(destination)
{
	switch(destination)
	{
		case 1: e = "thejere" + "my@" + "gm" + "ail.c" + "om"; break;
		default: e = "thejere" + "my@" + "gm" + "ail.c" + "om"; break;
	}
	document.location = "mai" + "lto:" + e;
}