

function OpenIncentiveReminder(sURL)
{
	window.open(sURL,"Incentive_Reminder","width=590,height=425,top=20,left=20,resizable=no,menubar=no,toolbar=no,scrollbars=yes,status=no");
}

function OpenIncentiveConfirmation(sURL)
{
	window.open(sURL,"Incentive_Confirmation","width=590,height=425,top=20,left=20,resizable=no,menubar=no,toolbar=no,scrollbars=yes,status=no");
}

function OpenIncentiveRules(sURL)
{
	window.open(sURL,"Incentive_Rules","width=590,height=425,top=20,left=20,resizable=no,menubar=no,toolbar=no,scrollbars=yes,status=no");
}

function OpenIncentiveError(sURL)
{
	window.open(sURL,"Incentive_Error","width=590,height=425,top=20,left=20,resizable=no,menubar=no,toolbar=no,scrollbars=no,status=no");
}
