	window.onload = function()
	{
    Shadowbox.init();   
    }
	
	var map = "";
	var directionsPanel;
	var directions;
		

    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?offerId=' + voucherId,'Voucher','height=377,width=800,left=' + ((screen.width / 2) - 400) + ', top=' + ((screen.height / 2) - 170) + ',resizable=no,scrollbars=yes,toolbar=no,status=no');
		
		if (window.focus) {newwindow.focus(); }

	
	}
	
	function viewStaticVoucher(voucherId)
	{
	
		newwindow=window.open('/static-voucher.aspx?offerId=' + voucherId,'Voucher','height=377,width=800,left=' + ((screen.width / 2) - 400) + ', top=' + ((screen.height / 2) - 170) + ',resizable=no,scrollbars=yes,toolbar=no,status=no');
		
		if (window.focus) {newwindow.focus(); }

	
	}
