Finance Now
<input type="hidden" id="fnl_tl" name="fnl_tl" value="" />
<input type="hidden" id="fnl_payment" name="fnl_payment" value="" />
<input type="hidden" id="fnl_msf" name="fnl_msf" value="" />
<input type="hidden" id="Hid_ViewIsMobile" name="Hid_ViewIsMobile" value="False" />
<script type="text/javascript">
var p = "23.00";
var sfee = "55.00";
var msf = "1.80";
var fnlprod = "R100";
var getDealerName = "YOUR+COMPANY+NAME";
var getDealerEmail = "YOUR_EMAIL_ADDRESS@DOMAIN.COM";
var getContact = "YOUR+CONTACT+NAME";
window.onload = function(){
DetectMobileDevice();
document.getElementById("EstablishmentFee").innerHTML = "$" + sfee;
document.getElementById("MonthlyServiceFee").innerHTML = "$" + msf;
};
function SubmitCalc() {
var amt = document.getElementById("amount");
if (amt.value == "0" || amt.value == "") {
alert("Please enter a Cash Price");
amt.focus();
return false;
};
var term = document.getElementById("trm");
if (term.value == "0" || term.value == "") {
alert("Please enter a Term");
term.focus();
return false;
};
var n_amount = amt.value;
if (n_amount != "") {
var n_amount2;
n_amount2 = n_amount.replace(/(d)(?=(d{3})+.)/g, '$1,');
document.getElementById("useCashPrice").innerHTML = "$" + n_amount2
};
document.getElementById("useTerm").innerHTML = term.value + " Months";
GetAmortCalc(document.getElementById('amount').value, document.getElementById('trm').value)
};
function ContinueToCalc() {
document.getElementById("chklist").style.display = "none";
document.getElementById("calc").style.display = ""
};
function changeTerm() {
if (fnl_value_qs != "") {
document.getElementById("apply").focus();
return false;
};
};
function SubmitCustiDetails() {
var fname = document.getElementById("fname");
if (fname.value == "") {
alert("Please enter your First Name");
fname.focus();
return false;
};
var lname = document.getElementById("lname");
if (lname.value == "") {
alert("Please enter your Last Name");
lname.focus();
return false;
};
var cemail = document.getElementById("email");
if (cemail.value == "") {
alert("Please enter a your Email Address");
cemail.focus();
return false;
} else if (isEmail(cemail.value) != true) {
alert("Please enter a valid Email Address");
cemail.focus();
return false;
};
var cprice = document.getElementById("cash");
if (cprice.value == "") {
alert("Please enter a Cash Price");
cprice.focus();
return false;
};
var cterm = document.getElementById("term");
if (cterm.value == "0") {
alert("Please select a Term");
cterm.focus();
return false;
};
loadFrame()
};
function isEmail(email) {
var pattern = new RegExp(/^[+a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,4}$/i);
return pattern.test(email)
};
function GetAmortCalc(a, trm) {
var i = 0;
var sATline = "";
var sCR = String.fromCharCode(13);
var sTab = String.fromCharCode(27);
var payment = getPayment(a, trm, p);
var ic = Math.abs(payment) * Math.abs(trm);
payment = Math.abs(ic) + Math.abs(sfee);
payment = payment / Math.abs(trm);
ic = Math.abs(ic) - Math.abs(a);
payment = payment + Math.abs(msf);
var wp = Math.abs((payment * 12) / 52);
var tl = Math.abs(payment) * Math.abs(trm);
payment = parseFloat(Math.round(payment * 100) / 100).toFixed(2).replace(/(d)(?=(d{3})+(?!d))/g, "$1,");
wp = parseFloat(Math.round(wp * 100) / 100).toFixed(2).replace(/(d)(?=(d{3})+(?!d))/g, "$1,");
tl = parseFloat(Math.round(tl * 100) / 100).toFixed(2).replace(/(d)(?=(d{3})+(?!d))/g, "$1,");
ic = parseFloat(Math.round(ic * 100) / 100).toFixed(2).replace(/(d)(?=(d{3})+(?!d))/g, "$1,");
sfee = parseFloat(Math.round(sfee * 100) / 100).toFixed(2).replace(/(d)(?=(d{3})+(?!d))/g, "$1,");
msf = parseFloat(Math.round(msf * 100) / 100).toFixed(2).replace(/(d)(?=(d{3})+(?!d))/g, "$1,");
document.getElementById("objAmort_MP").innerHTML = "$" + payment;
document.getElementById("objAmort_WP").innerHTML = "$" + wp;
document.getElementById("objAmort_TL").innerHTML = "$" + tl;
document.getElementById("objAmort_TIC").innerHTML = "$" + ic;
document.getElementById("objAmort_IRA").innerHTML = "" + p + "%";
document.getElementById("objAmort_EF").innerHTML = "$" + sfee;
document.getElementById("objAmort_MSF").innerHTML = "$" + msf;
document.getElementById("ctop").style.display = "";
document.getElementById("c1").style.display = "";
document.getElementById("c2").style.display = "";
document.getElementById("c3").style.display = "";
document.getElementById("c4").style.display = "";
document.getElementById("c5").style.display = "";
document.getElementById("c6").style.display = "";
document.getElementById("c7").style.display = "";
document.getElementById("tdcontinue").style.display = "";
document.getElementById("fnl_payment").value = payment;
document.getElementById("fnl_tl").value = tl;
document.getElementById("fnl_msf").value = msf;
};
function getSpaces(n) {
var i = 0;
var sSpaces = "";
for (i = 0; i < n; i++) {
sSpaces += " "
}
return sSpaces
};
function getPayment(a, n, p) {
var acc = 0;
var base = 1 + p / 1200;
for (i = 1; i <= n; i++) {
acc += Math.pow(base, -i)
}
return a / acc
};
function GetUrl() {
var getDefTerm = "0";
var getDeposit = "0";
var url = "https://www.fnl.co.nz/qik/Qikdealer/Default.asp?DealerNr=2000000&" + "DealerName=" + getDealerName + "&DealerEmail=" +
getDealerEmail + "&Contact=" + getContact + "&Product=R100&CashPrice=" + document.getElementById("cash").value + "&Term=" +
document.getElementById("term").value + "&Defterm=0&Deposit=0" + "&RateOR=" + p + "&BookingFee=" + sfee + "&CustomerName=" +
document.getElementById("fname").value + "+" + document.getElementById("lname").value + "&CustomerEmail=" + document.getElementById("email").value +
"&AmtPayable=" + document.getElementById("fnl_tl").value + "&MthPayable=" + document.getElementById("fnl_payment").value + "&msf=" +
document.getElementById("fnl_msf").value;
url = url.replace(/amp;/g, '');
url = url.replace(/#035;/g, '');
url = url.replace(/#038;/g, '');
return url;
};
function loadFrame() {
var url = GetUrl();
var isMac = navigator.platform.match(/(Mac|iPhone|iPod|iPad)/i) ? true : false;
document.getElementById("chklist").style.display = "none";
document.getElementById("custi").style.display = "none";
document.getElementById("calc").style.display = "none";
document.getElementById("chklist").style.display = "none";
if (document.getElementById("Hid_ViewIsMobile").value == "True" || isMac == true) {
OpenInNewTab(url);
document.getElementById("onlineApp").style.display = "none";
document.getElementById("relaunchApp").setAttribute("style", "display:block;width:100%;");
document.getElementsByClassName("footer_notes")[0].style.display = "none";
} else {
document.getElementById("onlineApp").src = url;
document.getElementById("relaunchApp").style.display = "none";
document.getElementById("onlineApp").style.display = "";
}
return false;
};
function OpenInNewTab(url) {
var win = window.open(url, '_blank');
win.focus();
};
function ContinueApp() {
document.getElementById("custi").style.display = "";
document.getElementById("calc").style.display = "none";
document.getElementById("fname").focus();
document.getElementById("cash").value = document.getElementById('amount').value;
document.getElementById("term").value = document.getElementById("trm").value
};
function gotoStep(step) {
if (step == 2) {
document.getElementById("custi").style.display = "none";
document.getElementById("calc").style.display = "";
return false;
} else if (step == 1) {
document.getElementById("custi").style.display = "none";
document.getElementById("calc").style.display = "none";
document.getElementById("chklist").style.display = "";
return false;
}
};
function RelaunchApplication() {
var url = GetUrl();
OpenInNewTab(url);
};
function DetectMobileDevice() {
var isMobile = {
Android: function () {
return navigator.userAgent.match(/Android/i);
},
BlackBerry: function () {
return navigator.userAgent.match(/BlackBerry/i);
},
iOS: function () {
return navigator.userAgent.match(/iPhone|iPad|iPod/i);
},
Opera: function () {
return navigator.userAgent.match(/Opera Mini/i);
},
Windows: function () {
return navigator.userAgent.match(/IEMobile/i);
},
Any: function () {
return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());
}
};
if (isMobile.Any()) {
document.getElementById("Hid_ViewIsMobile").value = "True";
} else {
document.getElementById("Hid_ViewIsMobile").value = "False";
};
};
</script>
<style>
body {
font-family: arial;
}
table.chklist,
table.calc,
table.custi,
table.custi {
color: #000000 !important;
}
table tr td {
font-size: 12px !important;
line-height: 1.6em !important;
}
table tr td input.text, table tr td select {
transition: all .2s linear;
-o-transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
background: rgba(255,255,255,0.6);
border: 1px solid #ccc;
border-radius: 0px;
color: #666;
display: block;
margin: 0 0 15px;
padding: 10px 5%;
width: 90%;
outline: none;
}
table tr td input.text:active,
table tr td input.text:focus,
table tr td input.text:hover,
table tr td select:active,
table tr td select:focus,
table tr td select:hover {
background: #fff;
border: 1px solid #0468a6;
color: #000;
outline: none;
}
input[type=button] {
background: #000000;
border: 0;
color: #FFF;
cursor: pointer;
display: inline-block;
font-size: 12px;
font-weight: 500;
padding: 10px 20px;
text-align: center;
text-transform: uppercase;
}
input[type=button].backBtn {
background: #666666;
}
input[type=button]:hover {
background: #666666;
color: #FFF;
}
input[type=button].backBtn:hover {
background: #999999;
color: #FFF;
}
input[type=button]:after {
padding-left: 10px;
}
.req {
color: #cc0000;
font-weight: bold;
}
/* Small Screens */
@media (min-width: 200px) and (max-width: 640px) {
table.chklist,table.calc,table.custi,table.custi {width:100% !important;}
}
</style>
<div style="width:100%; text-align:center; ">
<!-- Qik Initial Checklist -->
<table id="chklist" class="fnl chklist" border="0" width="600" cellpadding="0" cellspacing="0" align="center">
<tr>
<td style="text-align:left !important;" colspan="2"><img class="fnl_sml_logo" src="http://www.fnl.co.nz/qik/_assets/images/logos/fnlLogo_horizontal_sml.png" style="float:left;margin:10px 0 15px;"></td>
</tr>
<tr>
<td style="text-align:left !important;" colspan="2"><span>Step 1: <b>Initial Application Criteria Checklist</b></span></td>
</tr>
<tr>
<td style="text-align:left !important;" colspan="2">
<hr style="border:1px solid #cccccc; width:100%;" /></td>
</tr>
<tr>
<td style="text-align:left !important;" valign="top"><span class="req">*</span></td>
<td style="text-align:left !important;">You must be a NZ Citizen / Permanent Resident and currently living in New Zealand</td>
</tr>
<tr>
<td style="text-align:left !important;" valign="top"><span class="req">*</span></td>
<td style="text-align:left !important;">You must be older than 18 years of age</td>
</tr>
<tr>
<td style="text-align:left !important;" valign="top"><span class="req">*</span></td>
<td style="text-align:left !important;">Proof of identity by means of a NZ drivers licence, passport or firearms licence</td>
</tr>
<tr>
<td style="text-align:right !important;" colspan="2"><input id="contCalc" name="contCalc" type="button" alt="Continue" value="Continue" onclick="javascript: ContinueToCalc();" style="float:right;"></td>
</tr>
<tr>
<td style="text-align:right !important;" colspan="2"> </td>
</tr>
</table>
<!-- Qik Online Calculator -->
<table id="calc" class="fnl calc" border="0" width="600" cellpadding="0" cellspacing="0" style="display:none;" align="center">
<tr>
<td style="text-align:left !important;" colspan="2"><img class="fnl_sml_logo" src="http://www.fnl.co.nz/qik/_assets/images/logos/fnlLogo_horizontal_sml.png" style="float:left;margin:10px 0 15px;"></td>
</tr>
<tr>
<td colspan="2" style="text-align:left !important;"><span >Step 2: <b>Calculate Your Loan Requirements</b></span></td>
</tr>
<tr>
<td colspan="2" style="text-align:left !important;">
<hr style="border:1px solid #cccccc; width:100%;"/></td>
</tr>
<tr>
<td colspan="2" style="text-align:left !important; color:#666666 !important;">All fields marked with <span class="req">*</span> are required.</td>
</tr>
<tr>
<td width="40%">
<label for="amount" style="line-height: 1.25em;">Cash Price <span class="req">*</span> :</label>
</td>
<td width="60%">
<input id="amount" name="amount" value="0" size="10" type="text" class="text" autofocus/> </td>
</tr>
<tr>
<td>
<label for="trm">Term <span class="req">*</span> :</label>
</td>
<td>
<select id="trm" name="trm"><option id="none" value="0">Choose a Term</option><option value="6">6 Months</option><option value="12">12 Months</option><option value="18">18 Months</option><option value="24">24 Months</option><option value="36">36 Months</option></select>
</td>
</tr>
<tr>
<td>
</td>
<td>
<input id="calcuate" name="calculate" type="button" alt="Calculate" value="Calculate" onclick="javascript: SubmitCalc();" >
</td>
</tr>
<tr id="ctop" style="display:none;">
<td> </td>
<td> </td>
</tr>
<tr id="c1" style="display:none;">
<td>Monthly Payment:</td>
<td><span id="objAmort_MP">$0</span></td>
</tr>
<tr id="c2" style="display:none;">
<td>Weekly Payment:</td>
<td><span id="objAmort_WP">$0</span></td>
</tr>
<tr id="c3" style="display:none;">
<td>Total Payable:</td>
<td><span id="objAmort_TL">$0</span></td>
</tr>
<tr id="c4" style="display:none;">
<td>Total Interest Cost:</td>
<td><span id="objAmort_TIC">$0</span></td>
</tr>
<tr id="c5" style="display:none;">
<td>Interest Rate Applied:</td>
<td><span id="objAmort_IRA">0%</span></td>
</tr>
<tr id="c6" style="display:none;">
<td>Establishment Fee:</td>
<td><span id="objAmort_EF">$0</span></td>
</tr>
<tr id="c7" style="display:none;">
<td>Monthly Service Fee:</td>
<td><span id="objAmort_MSF">$0</span></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr id="tdcontinue" style="display:none;">
<td width="200">
<input type="button" class="backBtn" value="Back" onclick="javascript: gotoStep(1);">
</td>
<td width="300">
<input id="continue" name="continue" type="button" alt="Continue" value="Continue" onclick="javascript: ContinueApp();">
</td>
</tr>
<tr>
<td colspan="2" style="text-align:right !important;"> </td>
</tr>
</table>
<!-- Qik Online Customer Details -->
<table id="custi" class="fnl custi" width="600" border="0" cellpadding="0" cellspacing="0" style="display:none;" align="center">
<tr>
<td style="text-align:left !important;" colspan="2"><img class="fnl_sml_logo" src="http://www.fnl.co.nz/qik/_assets/images/logos/fnlLogo_horizontal_sml.png" style="float:left;margin:10px 0 15px;"></td>
</tr>
<tr>
<td colspan="2" style="text-align:left !important;"><span >Step 3: <b>Complete your details below</b></span></td>
</tr>
<tr>
<td colspan="2" style="text-align:left !important;">
<hr style="border:1px solid #cccccc; width:100%;"/></td>
</tr>
<tr>
<td colspan="2" style="text-align:left !important; color:#666666 !important;">All fields marked with <span class="req">*</span> are required.</td>
</tr>
<tr>
<td width="40%">
<label for="fname">First Name <span class="req">*</span> :</label>
</td>
<td width="60%">
<input id=fname name=fname type=text value="" style="width:95%;" class="text"> </td>
</tr>
<tr>
<td>
<label for="lname">Last Name <span class="req">*</span> :</label>
</td>
<td>
<input id=lname name=lname type=text value="" style="width:95%;" class="text"> </td>
</tr>
<tr>
<td>
<label for="email">Email <span class="req">*</span> :</label>
</td>
<td>
<input id=email name=email type=text value="" style="width:95%;" class="text"> </td>
</tr>
<tr>
<td>
<label style="line-height: 1.25em;">Cash Price: </label>
</td>
<td>
<span id="useCashPrice">$0.00</span>
<input id="cash" name="cash" type="hidden" value="" size="8" />
</td>
</tr>
<tr>
<td>
<label for="term">Term Selected :</label>
</td>
<td>
<span id="useTerm">0 Months</span>
<input id="term" name="term" value="" type="hidden"/>
</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td>
<input type="button" class="backBtn" value="Back" onclick="javascript: gotoStep(2);">
</td>
<td>
<input id="apply" name="apply" type="button" alt="Apply Now" value="Apply Now" onclick="javascript: SubmitCustiDetails();">
</td>
</tr>
<tr>
<td colspan="2" style="text-align:right !important;"> </td>
</tr>
</table>
<!-- Qik Online Application iFrame -->
<iframe id="onlineApp" align="center" style="border:0px #FFFFFF none; height:550px;width:100%; margin:0 auto; display:none;" marginheight="0" src="about:blank" name="myiFrame" marginwidth="0" scrolling="no" width="800" frameborder="0"></iframe>
<!-- Qik Relaunch Placeholder -->
<div id="relaunchApp" align="center" style="border: 0px #FFFFFF none; height: 500px; width: 620px; margin: 0 auto; display: none; padding-top: 5%;"><img src="https://www.fnl.co.nz/qik/images/fnl_logo_horizontal.png" border="0" style="cursor:pointer;" onclick="javascript: LaunchFNLWesbite();"><br />
<h2>Thank you for choosing us!</h2>
<p>If you have lost your aplication form, please click on the button below to relaunch your application.</p>
<p><input name="relaunch" type="button" alt="Relaunch Application" value="Relaunch Application" onclick="javascript: RelaunchApplication();"></div>
<!-- Qik Footer Terms & Conditions -->
<span class="footer_notes" style="display:block; margin:0 auto; border:1px solid #cccccc; background:#e8e8e8; padding:10px; line-height:1.25em !important; text-align:left; font-size:12px; clear:left;">
<b>Things you should know:</b><br> Finance Now's normal lending criteria and loan terms apply. Repayments shown are indicative only and
include a <span id="EstablishmentFee"></span> Establishment Fee and a <span id="MonthlyServiceFee"></span> Monthly Service Fee. Full disclosure of all of the terms of your loan
(including the Total Amount Payable over the term of the loan) will be provided to you prior to finalisation of your loan.
Payment Protection Insurance (PPI) is optional and has not been included in the payment amounts above.
<br /><br />
Want to know how we assess applications? <a href="http://www.financenow.co.nz/retail-finance-policy-documents" title="Credit criteria" target="_blank">Read more here</a>.
</span>
</div>
<input type="hidden" id="fnl_payment" name="fnl_payment" value="" />
<input type="hidden" id="fnl_msf" name="fnl_msf" value="" />
<input type="hidden" id="Hid_ViewIsMobile" name="Hid_ViewIsMobile" value="False" />
<script type="text/javascript">
var p = "23.00";
var sfee = "55.00";
var msf = "1.80";
var fnlprod = "R100";
var getDealerName = "YOUR+COMPANY+NAME";
var getDealerEmail = "YOUR_EMAIL_ADDRESS@DOMAIN.COM";
var getContact = "YOUR+CONTACT+NAME";
window.onload = function(){
DetectMobileDevice();
document.getElementById("EstablishmentFee").innerHTML = "$" + sfee;
document.getElementById("MonthlyServiceFee").innerHTML = "$" + msf;
};
function SubmitCalc() {
var amt = document.getElementById("amount");
if (amt.value == "0" || amt.value == "") {
alert("Please enter a Cash Price");
amt.focus();
return false;
};
var term = document.getElementById("trm");
if (term.value == "0" || term.value == "") {
alert("Please enter a Term");
term.focus();
return false;
};
var n_amount = amt.value;
if (n_amount != "") {
var n_amount2;
n_amount2 = n_amount.replace(/(d)(?=(d{3})+.)/g, '$1,');
document.getElementById("useCashPrice").innerHTML = "$" + n_amount2
};
document.getElementById("useTerm").innerHTML = term.value + " Months";
GetAmortCalc(document.getElementById('amount').value, document.getElementById('trm').value)
};
function ContinueToCalc() {
document.getElementById("chklist").style.display = "none";
document.getElementById("calc").style.display = ""
};
function changeTerm() {
if (fnl_value_qs != "") {
document.getElementById("apply").focus();
return false;
};
};
function SubmitCustiDetails() {
var fname = document.getElementById("fname");
if (fname.value == "") {
alert("Please enter your First Name");
fname.focus();
return false;
};
var lname = document.getElementById("lname");
if (lname.value == "") {
alert("Please enter your Last Name");
lname.focus();
return false;
};
var cemail = document.getElementById("email");
if (cemail.value == "") {
alert("Please enter a your Email Address");
cemail.focus();
return false;
} else if (isEmail(cemail.value) != true) {
alert("Please enter a valid Email Address");
cemail.focus();
return false;
};
var cprice = document.getElementById("cash");
if (cprice.value == "") {
alert("Please enter a Cash Price");
cprice.focus();
return false;
};
var cterm = document.getElementById("term");
if (cterm.value == "0") {
alert("Please select a Term");
cterm.focus();
return false;
};
loadFrame()
};
function isEmail(email) {
var pattern = new RegExp(/^[+a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,4}$/i);
return pattern.test(email)
};
function GetAmortCalc(a, trm) {
var i = 0;
var sATline = "";
var sCR = String.fromCharCode(13);
var sTab = String.fromCharCode(27);
var payment = getPayment(a, trm, p);
var ic = Math.abs(payment) * Math.abs(trm);
payment = Math.abs(ic) + Math.abs(sfee);
payment = payment / Math.abs(trm);
ic = Math.abs(ic) - Math.abs(a);
payment = payment + Math.abs(msf);
var wp = Math.abs((payment * 12) / 52);
var tl = Math.abs(payment) * Math.abs(trm);
payment = parseFloat(Math.round(payment * 100) / 100).toFixed(2).replace(/(d)(?=(d{3})+(?!d))/g, "$1,");
wp = parseFloat(Math.round(wp * 100) / 100).toFixed(2).replace(/(d)(?=(d{3})+(?!d))/g, "$1,");
tl = parseFloat(Math.round(tl * 100) / 100).toFixed(2).replace(/(d)(?=(d{3})+(?!d))/g, "$1,");
ic = parseFloat(Math.round(ic * 100) / 100).toFixed(2).replace(/(d)(?=(d{3})+(?!d))/g, "$1,");
sfee = parseFloat(Math.round(sfee * 100) / 100).toFixed(2).replace(/(d)(?=(d{3})+(?!d))/g, "$1,");
msf = parseFloat(Math.round(msf * 100) / 100).toFixed(2).replace(/(d)(?=(d{3})+(?!d))/g, "$1,");
document.getElementById("objAmort_MP").innerHTML = "$" + payment;
document.getElementById("objAmort_WP").innerHTML = "$" + wp;
document.getElementById("objAmort_TL").innerHTML = "$" + tl;
document.getElementById("objAmort_TIC").innerHTML = "$" + ic;
document.getElementById("objAmort_IRA").innerHTML = "" + p + "%";
document.getElementById("objAmort_EF").innerHTML = "$" + sfee;
document.getElementById("objAmort_MSF").innerHTML = "$" + msf;
document.getElementById("ctop").style.display = "";
document.getElementById("c1").style.display = "";
document.getElementById("c2").style.display = "";
document.getElementById("c3").style.display = "";
document.getElementById("c4").style.display = "";
document.getElementById("c5").style.display = "";
document.getElementById("c6").style.display = "";
document.getElementById("c7").style.display = "";
document.getElementById("tdcontinue").style.display = "";
document.getElementById("fnl_payment").value = payment;
document.getElementById("fnl_tl").value = tl;
document.getElementById("fnl_msf").value = msf;
};
function getSpaces(n) {
var i = 0;
var sSpaces = "";
for (i = 0; i < n; i++) {
sSpaces += " "
}
return sSpaces
};
function getPayment(a, n, p) {
var acc = 0;
var base = 1 + p / 1200;
for (i = 1; i <= n; i++) {
acc += Math.pow(base, -i)
}
return a / acc
};
function GetUrl() {
var getDefTerm = "0";
var getDeposit = "0";
var url = "https://www.fnl.co.nz/qik/Qikdealer/Default.asp?DealerNr=2000000&" + "DealerName=" + getDealerName + "&DealerEmail=" +
getDealerEmail + "&Contact=" + getContact + "&Product=R100&CashPrice=" + document.getElementById("cash").value + "&Term=" +
document.getElementById("term").value + "&Defterm=0&Deposit=0" + "&RateOR=" + p + "&BookingFee=" + sfee + "&CustomerName=" +
document.getElementById("fname").value + "+" + document.getElementById("lname").value + "&CustomerEmail=" + document.getElementById("email").value +
"&AmtPayable=" + document.getElementById("fnl_tl").value + "&MthPayable=" + document.getElementById("fnl_payment").value + "&msf=" +
document.getElementById("fnl_msf").value;
url = url.replace(/amp;/g, '');
url = url.replace(/#035;/g, '');
url = url.replace(/#038;/g, '');
return url;
};
function loadFrame() {
var url = GetUrl();
var isMac = navigator.platform.match(/(Mac|iPhone|iPod|iPad)/i) ? true : false;
document.getElementById("chklist").style.display = "none";
document.getElementById("custi").style.display = "none";
document.getElementById("calc").style.display = "none";
document.getElementById("chklist").style.display = "none";
if (document.getElementById("Hid_ViewIsMobile").value == "True" || isMac == true) {
OpenInNewTab(url);
document.getElementById("onlineApp").style.display = "none";
document.getElementById("relaunchApp").setAttribute("style", "display:block;width:100%;");
document.getElementsByClassName("footer_notes")[0].style.display = "none";
} else {
document.getElementById("onlineApp").src = url;
document.getElementById("relaunchApp").style.display = "none";
document.getElementById("onlineApp").style.display = "";
}
return false;
};
function OpenInNewTab(url) {
var win = window.open(url, '_blank');
win.focus();
};
function ContinueApp() {
document.getElementById("custi").style.display = "";
document.getElementById("calc").style.display = "none";
document.getElementById("fname").focus();
document.getElementById("cash").value = document.getElementById('amount').value;
document.getElementById("term").value = document.getElementById("trm").value
};
function gotoStep(step) {
if (step == 2) {
document.getElementById("custi").style.display = "none";
document.getElementById("calc").style.display = "";
return false;
} else if (step == 1) {
document.getElementById("custi").style.display = "none";
document.getElementById("calc").style.display = "none";
document.getElementById("chklist").style.display = "";
return false;
}
};
function RelaunchApplication() {
var url = GetUrl();
OpenInNewTab(url);
};
function DetectMobileDevice() {
var isMobile = {
Android: function () {
return navigator.userAgent.match(/Android/i);
},
BlackBerry: function () {
return navigator.userAgent.match(/BlackBerry/i);
},
iOS: function () {
return navigator.userAgent.match(/iPhone|iPad|iPod/i);
},
Opera: function () {
return navigator.userAgent.match(/Opera Mini/i);
},
Windows: function () {
return navigator.userAgent.match(/IEMobile/i);
},
Any: function () {
return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());
}
};
if (isMobile.Any()) {
document.getElementById("Hid_ViewIsMobile").value = "True";
} else {
document.getElementById("Hid_ViewIsMobile").value = "False";
};
};
</script>
<style>
body {
font-family: arial;
}
table.chklist,
table.calc,
table.custi,
table.custi {
color: #000000 !important;
}
table tr td {
font-size: 12px !important;
line-height: 1.6em !important;
}
table tr td input.text, table tr td select {
transition: all .2s linear;
-o-transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
background: rgba(255,255,255,0.6);
border: 1px solid #ccc;
border-radius: 0px;
color: #666;
display: block;
margin: 0 0 15px;
padding: 10px 5%;
width: 90%;
outline: none;
}
table tr td input.text:active,
table tr td input.text:focus,
table tr td input.text:hover,
table tr td select:active,
table tr td select:focus,
table tr td select:hover {
background: #fff;
border: 1px solid #0468a6;
color: #000;
outline: none;
}
input[type=button] {
background: #000000;
border: 0;
color: #FFF;
cursor: pointer;
display: inline-block;
font-size: 12px;
font-weight: 500;
padding: 10px 20px;
text-align: center;
text-transform: uppercase;
}
input[type=button].backBtn {
background: #666666;
}
input[type=button]:hover {
background: #666666;
color: #FFF;
}
input[type=button].backBtn:hover {
background: #999999;
color: #FFF;
}
input[type=button]:after {
padding-left: 10px;
}
.req {
color: #cc0000;
font-weight: bold;
}
/* Small Screens */
@media (min-width: 200px) and (max-width: 640px) {
table.chklist,table.calc,table.custi,table.custi {width:100% !important;}
}
</style>
<div style="width:100%; text-align:center; ">
<!-- Qik Initial Checklist -->
<table id="chklist" class="fnl chklist" border="0" width="600" cellpadding="0" cellspacing="0" align="center">
<tr>
<td style="text-align:left !important;" colspan="2"><img class="fnl_sml_logo" src="http://www.fnl.co.nz/qik/_assets/images/logos/fnlLogo_horizontal_sml.png" style="float:left;margin:10px 0 15px;"></td>
</tr>
<tr>
<td style="text-align:left !important;" colspan="2"><span>Step 1: <b>Initial Application Criteria Checklist</b></span></td>
</tr>
<tr>
<td style="text-align:left !important;" colspan="2">
<hr style="border:1px solid #cccccc; width:100%;" /></td>
</tr>
<tr>
<td style="text-align:left !important;" valign="top"><span class="req">*</span></td>
<td style="text-align:left !important;">You must be a NZ Citizen / Permanent Resident and currently living in New Zealand</td>
</tr>
<tr>
<td style="text-align:left !important;" valign="top"><span class="req">*</span></td>
<td style="text-align:left !important;">You must be older than 18 years of age</td>
</tr>
<tr>
<td style="text-align:left !important;" valign="top"><span class="req">*</span></td>
<td style="text-align:left !important;">Proof of identity by means of a NZ drivers licence, passport or firearms licence</td>
</tr>
<tr>
<td style="text-align:right !important;" colspan="2"><input id="contCalc" name="contCalc" type="button" alt="Continue" value="Continue" onclick="javascript: ContinueToCalc();" style="float:right;"></td>
</tr>
<tr>
<td style="text-align:right !important;" colspan="2"> </td>
</tr>
</table>
<!-- Qik Online Calculator -->
<table id="calc" class="fnl calc" border="0" width="600" cellpadding="0" cellspacing="0" style="display:none;" align="center">
<tr>
<td style="text-align:left !important;" colspan="2"><img class="fnl_sml_logo" src="http://www.fnl.co.nz/qik/_assets/images/logos/fnlLogo_horizontal_sml.png" style="float:left;margin:10px 0 15px;"></td>
</tr>
<tr>
<td colspan="2" style="text-align:left !important;"><span >Step 2: <b>Calculate Your Loan Requirements</b></span></td>
</tr>
<tr>
<td colspan="2" style="text-align:left !important;">
<hr style="border:1px solid #cccccc; width:100%;"/></td>
</tr>
<tr>
<td colspan="2" style="text-align:left !important; color:#666666 !important;">All fields marked with <span class="req">*</span> are required.</td>
</tr>
<tr>
<td width="40%">
<label for="amount" style="line-height: 1.25em;">Cash Price <span class="req">*</span> :</label>
</td>
<td width="60%">
<input id="amount" name="amount" value="0" size="10" type="text" class="text" autofocus/> </td>
</tr>
<tr>
<td>
<label for="trm">Term <span class="req">*</span> :</label>
</td>
<td>
<select id="trm" name="trm"><option id="none" value="0">Choose a Term</option><option value="6">6 Months</option><option value="12">12 Months</option><option value="18">18 Months</option><option value="24">24 Months</option><option value="36">36 Months</option></select>
</td>
</tr>
<tr>
<td>
</td>
<td>
<input id="calcuate" name="calculate" type="button" alt="Calculate" value="Calculate" onclick="javascript: SubmitCalc();" >
</td>
</tr>
<tr id="ctop" style="display:none;">
<td> </td>
<td> </td>
</tr>
<tr id="c1" style="display:none;">
<td>Monthly Payment:</td>
<td><span id="objAmort_MP">$0</span></td>
</tr>
<tr id="c2" style="display:none;">
<td>Weekly Payment:</td>
<td><span id="objAmort_WP">$0</span></td>
</tr>
<tr id="c3" style="display:none;">
<td>Total Payable:</td>
<td><span id="objAmort_TL">$0</span></td>
</tr>
<tr id="c4" style="display:none;">
<td>Total Interest Cost:</td>
<td><span id="objAmort_TIC">$0</span></td>
</tr>
<tr id="c5" style="display:none;">
<td>Interest Rate Applied:</td>
<td><span id="objAmort_IRA">0%</span></td>
</tr>
<tr id="c6" style="display:none;">
<td>Establishment Fee:</td>
<td><span id="objAmort_EF">$0</span></td>
</tr>
<tr id="c7" style="display:none;">
<td>Monthly Service Fee:</td>
<td><span id="objAmort_MSF">$0</span></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr id="tdcontinue" style="display:none;">
<td width="200">
<input type="button" class="backBtn" value="Back" onclick="javascript: gotoStep(1);">
</td>
<td width="300">
<input id="continue" name="continue" type="button" alt="Continue" value="Continue" onclick="javascript: ContinueApp();">
</td>
</tr>
<tr>
<td colspan="2" style="text-align:right !important;"> </td>
</tr>
</table>
<!-- Qik Online Customer Details -->
<table id="custi" class="fnl custi" width="600" border="0" cellpadding="0" cellspacing="0" style="display:none;" align="center">
<tr>
<td style="text-align:left !important;" colspan="2"><img class="fnl_sml_logo" src="http://www.fnl.co.nz/qik/_assets/images/logos/fnlLogo_horizontal_sml.png" style="float:left;margin:10px 0 15px;"></td>
</tr>
<tr>
<td colspan="2" style="text-align:left !important;"><span >Step 3: <b>Complete your details below</b></span></td>
</tr>
<tr>
<td colspan="2" style="text-align:left !important;">
<hr style="border:1px solid #cccccc; width:100%;"/></td>
</tr>
<tr>
<td colspan="2" style="text-align:left !important; color:#666666 !important;">All fields marked with <span class="req">*</span> are required.</td>
</tr>
<tr>
<td width="40%">
<label for="fname">First Name <span class="req">*</span> :</label>
</td>
<td width="60%">
<input id=fname name=fname type=text value="" style="width:95%;" class="text"> </td>
</tr>
<tr>
<td>
<label for="lname">Last Name <span class="req">*</span> :</label>
</td>
<td>
<input id=lname name=lname type=text value="" style="width:95%;" class="text"> </td>
</tr>
<tr>
<td>
<label for="email">Email <span class="req">*</span> :</label>
</td>
<td>
<input id=email name=email type=text value="" style="width:95%;" class="text"> </td>
</tr>
<tr>
<td>
<label style="line-height: 1.25em;">Cash Price: </label>
</td>
<td>
<span id="useCashPrice">$0.00</span>
<input id="cash" name="cash" type="hidden" value="" size="8" />
</td>
</tr>
<tr>
<td>
<label for="term">Term Selected :</label>
</td>
<td>
<span id="useTerm">0 Months</span>
<input id="term" name="term" value="" type="hidden"/>
</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td>
<input type="button" class="backBtn" value="Back" onclick="javascript: gotoStep(2);">
</td>
<td>
<input id="apply" name="apply" type="button" alt="Apply Now" value="Apply Now" onclick="javascript: SubmitCustiDetails();">
</td>
</tr>
<tr>
<td colspan="2" style="text-align:right !important;"> </td>
</tr>
</table>
<!-- Qik Online Application iFrame -->
<iframe id="onlineApp" align="center" style="border:0px #FFFFFF none; height:550px;width:100%; margin:0 auto; display:none;" marginheight="0" src="about:blank" name="myiFrame" marginwidth="0" scrolling="no" width="800" frameborder="0"></iframe>
<!-- Qik Relaunch Placeholder -->
<div id="relaunchApp" align="center" style="border: 0px #FFFFFF none; height: 500px; width: 620px; margin: 0 auto; display: none; padding-top: 5%;"><img src="https://www.fnl.co.nz/qik/images/fnl_logo_horizontal.png" border="0" style="cursor:pointer;" onclick="javascript: LaunchFNLWesbite();"><br />
<h2>Thank you for choosing us!</h2>
<p>If you have lost your aplication form, please click on the button below to relaunch your application.</p>
<p><input name="relaunch" type="button" alt="Relaunch Application" value="Relaunch Application" onclick="javascript: RelaunchApplication();"></div>
<!-- Qik Footer Terms & Conditions -->
<span class="footer_notes" style="display:block; margin:0 auto; border:1px solid #cccccc; background:#e8e8e8; padding:10px; line-height:1.25em !important; text-align:left; font-size:12px; clear:left;">
<b>Things you should know:</b><br> Finance Now's normal lending criteria and loan terms apply. Repayments shown are indicative only and
include a <span id="EstablishmentFee"></span> Establishment Fee and a <span id="MonthlyServiceFee"></span> Monthly Service Fee. Full disclosure of all of the terms of your loan
(including the Total Amount Payable over the term of the loan) will be provided to you prior to finalisation of your loan.
Payment Protection Insurance (PPI) is optional and has not been included in the payment amounts above.
<br /><br />
Want to know how we assess applications? <a href="http://www.financenow.co.nz/retail-finance-policy-documents" title="Credit criteria" target="_blank">Read more here</a>.
</span>
</div>