function OpenTariffWindow(TariffKey)
{
	TariffWindow = window.open ('/networks/network_tariff_viewer.asp?TariffKey=' + TariffKey, 'Phones4u', 'height=640,width=400,toolbar=no', '');
  if (window.focus)
	{
		TariffWindow.focus()
	}
}

// IT1143 CR2
function OpenOfferWindow(OfferKey)
{
	OfferWindow = window.open ('/networks/network_offer_viewer.asp?OfferKey=' + OfferKey, 'Phones4u', 'height=420,width=400,toolbar=no,scrollbars=yes', '');
  if (window.focus)
	{
		OfferWindow.focus()
	}
}
// IT1143 CR2
