

var emailAddress1 = '<a href="mailto:&#101;&#110;q&#117;&#105;&#114;&#105;&#101;&#115;&#64;&#97;&#98;&#101;rco&#110;&#119;&#121;&#114;&#101;&#115;&#111;&#114;&#116;.&#99;&#111;&#109;">&#101;&#110;q&#117;&#105;&#114;&#105;e&#115;&#64;&#97;&#98;&#101;&#114;&#99;&#111;&#110;&#119;&#121;&#114;&#101;&#115;o&#114;&#116;&#46;&#99;&#111;&#109;</a>';

    function clearData(thisBox, value)
	{
	    if(thisBox.value ==(value))
	    {
            thisBox.value = ("");	    
	    }

	}
	
	function resetData(thisBox, value)
	{
		if(thisBox.value == (""))
	    {
            thisBox.value = value;
	    }
	}
	
	function viewVoucher(voucherId)
	{
	
		newwindow=window.open('/voucher.aspx?promotionId=' + voucherId,'Voucher','height=400,width=300,left=' + ((screen.width / 2) - 150) + ', top=' + ((screen.height / 2) - 200) + ',resizable=no,scrollbars=yes,toolbar=no,status=no');
		
		if (window.focus) {newwindow.focus(); }

	
	}
	