	function openWindowGiftVoucherTC() {
		popupWin = window.open('gift_terms.php','tc','scrollbars,resizable,width=590,height=350,left=60,top=60');
		popupWin.focus();
	}
	document.write("<a href='javascript:openWindowGiftVoucherTC();'  title='click here to open up a pop-up window with the Terms and Conditions'  tabindex='-1' style='cursor: help;'>Terms & Conditions</a>")
