一按每月供款

23,333.33 HKD

二按每月供款

3,888.89 HKD

首期3,200,000 HKD

一按全期利息3,600,000 HKD

一按貸款總額4,800,000 HKD

二按貸款利息600,000 HKD

二按貸款總額800,000 HKD

#showcaldata {
max-width: 90%;
margin: 0 auto;
}
div#showcaldata p {
content: ”;
clear: both;
display: block;
}
div#showcaldata:after {
content: ”;
clear: both;
display: block;
}
.showcaldata01:before ,.showcaldata02:before ,.showcaldata03:before ,.showcaldata04:before {
content: ”;
width: 8px;
height: 13px;
display: inline-block;
margin-right: 8px;
}
.showcaldata01:before {
background: #36c;
}
.showcaldata02:before {
background: #dc3912;
}
.showcaldata03:before {
background: #f90;
}
.showcaldata04:before {
background: #109618;
}

jQuery(document).ready(function($){
$(“div#ipt_fsqm_form_wrap_7”).click(function(){
setTimeout(function(){
/*var sqq1 = $(“div#ipt_fsqm_form_7_freetype_4 span.ipt_uif_mathematical_span”).text();*/
var sqq1 = $(“div#ipt_fsqm_form_7_freetype_162 span.ipt_uif_mathematical_span”).text();
/**/
var sqq2 = $(“div#ipt_fsqm_form_7_freetype_10 span.ipt_uif_mathematical_span”).text();
/**/
var sqq3 = $(“div#ipt_fsqm_form_7_freetype_8 span.ipt_uif_mathematical_span”).text();
/**/

$(“#ssqq1″).html(sqq1+” HKD”);
$(“#ssqq2″).html(sqq2+” HKD”);
$(“#ssqq3″).html(sqq3+” HKD”);
}, 500);
});

});
/**/
jQuery(document).ready(function($){
$(“div#ipt_fsqm_form_wrap_7”).click(function(){
setTimeout(function(){
var secondmortgages = $(“div#ipt_fsqm_form_7_freetype_156 span.ipt_uif_mathematical_span”).text();
$(“#secondmortgages”).html(secondmortgages+” HKD”);
}, 500);
});

});
jQuery(document).ready(function($){
$(“div#ipt_fsqm_form_wrap_7”).click(function(){
setTimeout(function(){
var secondmortgagesinterest= $(“div#ipt_fsqm_form_7_freetype_159 span.ipt_uif_mathematical_span”).text();
$(“#secondmortgagesinterest”).html(secondmortgagesinterest+” HKD”);
}, 500);
});

});

jQuery(document).ready(function($){

$(“div#ipt_fsqm_form_wrap_7”).click(function(){
setTimeout(function(){
if($(“#ipt_fsqm_form_7_mcq_22”).hasClass(‘iptUIFCHidden’)){
$(“.showcaldatasep”).css(“display”,”none”);
$(“#showcaldataforloanmonth”).css(“display”,”none”);
$(“.showforsed”).css(“display”,”none”);

}
else{
$(“.showcaldatasep”).css(“display”,”block”);
$(“#showcaldataforloanmonth”).css(“display”,”block”);
$(“.showforsed”).css(“display”,”inline-block”);
}
}, 500);
});
});

jQuery(document).ready(function($){
$(“div#ipt_fsqm_form_wrap_7”).click(function(){
setTimeout(function(){
var firstloanmonth = $(“div#ipt_fsqm_form_7_freetype_1 span.ipt_uif_mathematical_span”).text();
/**/
$(“#firstloanmonth”).html(firstloanmonth+” HKD”);

}, 500);
});

});

jQuery(document).ready(function($){
$(“div#ipt_fsqm_form_wrap_7”).click(function(){
setTimeout(function(){
var secondloanmonth = $(“div#ipt_fsqm_form_7_freetype_161 span.ipt_uif_mathematical_span”).text();
/**/
$(“#secondloanmonth”).html(secondloanmonth+” HKD”);

}, 500);
});

});

jQuery(document).ready(function($){

$(“div#ipt_fsqm_form_wrap_7”).click(function(){
setTimeout(function(){
if($(“#ipt_fsqm_form_7_mcq_22”).hasClass(‘iptUIFCHidden’)){
google.charts.load(“current”, {packages:[“corechart”]});
google.charts.setOnLoadCallback(drawChart);
function drawChart() {
var sq = $(“div#ipt_fsqm_form_7_freetype_4 span.ipt_uif_mathematical_span”).text();
sq = sq.replace(/\,/g, “”);
sq = Number(sq);
/**/
var sq2 = $(“div#ipt_fsqm_form_7_freetype_10 span.ipt_uif_mathematical_span”).text();
sq2 = sq2.replace(/\,/g, “”);
sq2 = Number(sq2);
/**/
var sq3 = $(“div#ipt_fsqm_form_7_freetype_8 span.ipt_uif_mathematical_span”).text();
sq3 = sq3.replace(/\,/g, “”);
sq3 = Number(sq3);
/**/
var sq4 = $(“div#ipt_fsqm_form_7_freetype_12 span.ipt_uif_mathematical_span”).text();
sq4 = sq4.replace(/\,/g, “”);
sq4 = Number(sq4);
/**/
var sq4ins = $(“div#ipt_fsqm_form_7_freetype_154 span.ipt_uif_mathematical_span”).text();
sq4ins = sq4ins.replace(/\,/g, “”);
sq4ins = Number(sq4ins);

var data = google.visualization.arrayToDataTable([

[‘貸款示例’, ‘實時計算’],
[‘首期’, sq],
[‘貸款總額’, sq2],
[‘全期利息’, sq3],
[‘印花稅’, sq4],
[‘保險費’, sq4ins]
]);

var options = {
legend: { position: ‘none’ },
chartArea:{left:10,top:20,width:”90%”,height:”90%”},
legend: ‘none’,
pieHole: 0.6,
backgroundColor:’#f7f3ff’
};

var chart = new google.visualization.PieChart(document.getElementById(‘donutchart’));
chart.draw(data, options);
}

}
else{
google.charts.load(“current”, {packages:[“corechart”]});
google.charts.setOnLoadCallback(drawChart);
function drawChart() {
/**/
var sq2 = $(“div#ipt_fsqm_form_7_freetype_10 span.ipt_uif_mathematical_span”).text();
sq2 = sq2.replace(/\,/g, “”);
sq2 = Number(sq2);
/**/
var sq3 = $(“div#ipt_fsqm_form_7_freetype_8 span.ipt_uif_mathematical_span”).text();
sq3 = sq3.replace(/\,/g, “”);
sq3 = Number(sq3);

/**/
var sq22 = $(“div#ipt_fsqm_form_7_freetype_156 span.ipt_uif_mathematical_span”).text();
sq22 = sq22.replace(/\,/g, “”);
sq22 = Number(sq22);
/**/
var sq32 = $(“div#ipt_fsqm_form_7_freetype_159 span.ipt_uif_mathematical_span”).text();
sq32 = sq32.replace(/\,/g, “”);
sq32 = Number(sq32);
/**/
var sq4 = $(“div#ipt_fsqm_form_7_freetype_12 span.ipt_uif_mathematical_span”).text();
sq4 = sq4.replace(/\,/g, “”);
sq4 = Number(sq4);

/**/
var sq4ins = $(“div#ipt_fsqm_form_7_freetype_154 span.ipt_uif_mathematical_span”).text();
sq4ins = sq4ins.replace(/\,/g, “”);
sq4ins = Number(sq4ins);

var data = google.visualization.arrayToDataTable([
[‘貸款示例’, ‘實時計算’],
[‘一按貸款總額’, sq2],
[‘一按全期利息’, sq3],
[‘二按貸款總額’, sq22],
[‘二按全期利息’, sq32],
[‘印花稅’, sq4],
[‘保險費’, sq4ins]
]);

var options = {
legend: { position: ‘none’ },
chartArea:{left:10,top:20,width:”90%”,height:”90%”},
legend: ‘none’,
pieHole: 0.6,
backgroundColor:’#f7f3ff’
};

var chart = new google.visualization.PieChart(document.getElementById(‘donutchart’));
chart.draw(data, options);
}

}
}, 500);
});
});