function showStat()
{
	window.showModalDialog('CorporateGovernanceStatement.htm#','_blank','status:no;dialogWidth:640px;dialogHeight:600px;dialogHide:true;help:no;resizable:no;scroll:yes;');
}

function searchRelated(target, keyword_ID, location_ID)
{
	if (event!=null && event.keyCode==13)
	{
		var keyword = document.getElementById(keyword_ID).value;
		var location = document.getElementById(location_ID);
		keyword += "|" + location.options[location.selectedIndex].value;
		__doPostBack(target, keyword);
	}
}

function showNewsDetails(id)
{
	window.showModalDialog('Details.aspx?ID='+id,'_blank','status:no;dialogWidth:640px;dialogHeight:650px;dialogHide:true;help:no;resizable:no;scroll:yes;');
}