
<!--
function GoSite(Target) 
{

	Details = window.open(Target,'Details');

	Details.focus();
	
	window.document.frmBsnsDetail.hdnMode.value = "ClickThrough";
	//alert('hdnMode2 = ' +window.document.frmBsnsDetail.hdnMode.value);
	window.document.frmBsnsDetail.submit();

}
// -->
