// JavaScript Document

function fireWin(_loc){
	window.open(_loc, 'voucher_win', 'width=400,height=500,scrollbars=1');
}
