// JavaScript Document

function showGiftCertificatePage( httpRoot )
{
	window.open( httpRoot + '/Home/giftcertpopup.html', '_blank', 'width=450,height=475,scrollbars=no,resizable=no');
}
