// #(@) english.js
// 
// 
// 

function getPageHeader()
{
	return "<div style='height: 70px;' align='center'><div><img border='0' src='http://www.todmi.org/images/banner/title_e-xsmall-gray.jpg'></div>   <div><a href='http://www.todmi.org/indexe.html'>Home</a>&nbsp;|&nbsp;<a href='http://www.todmi.org/english/specialreport/index.html'>Special Report</a>&nbsp;|&nbsp;<a href='http://www.todmi.org/english/about/index.html'>Ministry</a>&nbsp;|&nbsp;<a href='http://www.todmi.org/english/david/index.html'>Revivalist</a>&nbsp;|&nbsp;<a href='" + photo_url + "' target='_blank'>Photos</a>&nbsp;|&nbsp;<a href='" + video_url + "' target='_blank'>Videos</a>&nbsp;|&nbsp;<a href='http://www.todmi.org/english/testimony/index.html'>Testimony</a></div></div>";
}

function getPageDirectory()
{
	return "/english";
}