var tmp = '';

function customLoadPage(baseUrlStr, Id) { 
	window.location.href = baseUrlStr + escape(Id);
	}
