// JavaScript Document

function btnRelocate(pgAddress)
	{
		window.location.href = pgAddress; 
	}
