// JavaScript Document


function OpenExtLink(uri)
{
	window.open(uri);
}
