<!--

function popup_mbSpec(id) {
	var leftPos = (screen.availWidth-750) / 2;
	var topPos 	= (screen.availHeight-550) / 2;
	Press1Win 	= window.open('../Guest/ll_gbr.aspx?vId='+id , '', 'width=750,height=550,scrollbars=yes,resizable=yes,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function popup_prosedur() {
	var leftPos = (screen.availWidth-500) / 2;
	var topPos 	= (screen.availHeight-590) / 2;
	Press1Win 	= window.open('../Guest/ll_gbr.aspx' , '', 'width=500,height=590,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function popup_prosedurKreditMBekas() {
    var leftPos = (screen.availWidth-800) / 2;
    var topPos  = (screen.availHeight-600) / 2;
    Press1Win 	= window.open('../Guest/ll_gbr.aspx?pkmb=1', '', 'width=800,height=600,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function popup_dafHarMobKasSitusOtomotif() {
    var leftPos = (screen.availWidth-800) / 2;
    var topPos  = (screen.availHeight-600) / 2;
    Press1Win 	= window.open('http://www.situsotomotif.com/daftar-harga-mobil-bekas', '', 'width=800,height=600,scrollbars=yes,resizable=yes,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function popup_daftarHargaMBekas() {
    var leftPos = (screen.availWidth-800) / 2;
    var topPos  = (screen.availHeight-600) / 2;
    Press1Win 	= window.open('../Guest/mk_default.aspx?hal=6', '', 'width=800,height=600,scrollbars=yes,resizable=yes,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function popup_ForumPP(id) {
    var leftPos = (screen.availWidth-800) / 2;
    var topPos  = (screen.availHeight-600) / 2;
    Press1Win 	= window.open('../Guest/ll_gbr.aspx?fppId='+id, '', 'width=800,height=600,scrollbars=yes,resizable=yes,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function popup_lokasiLeasing() {
    var leftPos = (screen.availWidth-800) / 2;
    var topPos  = (screen.availHeight-600) / 2;
    Press1Win 	= window.open('../Guest/ll_gbr.aspx?lls=1', '', 'width=300,height=300,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function popup_iklanBaris(id) {
	var leftPos = (screen.availWidth-800) / 2;
	var topPos 	= (screen.availHeight-600) / 2;
	Press1Win 	= window.open('../Guest/ll_gbr.aspx?ibId='+id , '', 'width=800,height=600,scrollbars=yes,resizable=yes,titlebar=0,top=' + topPos + ',left=' + leftPos);
}
-->