<!--

function resetNol(a) {
               
    if(isNaN(parseInt(a.value))) { a.value = 0; }
}

//function popupBls(id) {
//	var leftPos = (screen.availWidth-395) / 2;
//	var topPos 	= (screen.availHeight-260) / 2;
//	Press1Win 	= window.open('../Guest/ll_gbr.aspx?bId='+id , '', 'width=395,height=260,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
//}

function popupBls(id) {
	var leftPos = (screen.availWidth-440) / 2;
	var topPos 	= (screen.availHeight-410) / 2;
	Press1Win 	= window.open('../Guest/ll_balas.aspx?id='+id , '', 'width=440,height=410,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function popup_pic(id) {
	var leftPos = (screen.availWidth-460) / 2;
	var topPos 	= (screen.availHeight-550) / 2;
	Press1Win 	= window.open('../Guest/ll_gbr.aspx?pId='+id , '', 'width=730,height=575,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function popup_CompDesc(id, Comp) {

	var CompId

	if (Comp == 1) { CompId = "aId=" + id }	
	if (Comp == 2) { CompId = "lId=" + id }

	var leftPos = (screen.availWidth-750) / 2;
	var topPos 	= (screen.availHeight-300) / 2;
	Press1Win 	= window.open('../Guest/ll_gbr.aspx?'+ CompId , '', 'width=750,height=300,scrollbars=yes,resizable=yes,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function popup_Rekanan_Bk(id) {
	var leftPos = (screen.availWidth-750) / 2;
	var topPos 	= (screen.availHeight-550) / 2;
	Press1Win 	= window.open('../Guest/ll_gbr.aspx?rId=' + id , '', 'width=750,height=550,scrollbars=yes,resizable=yes,titlebar=0,status=0,top=' + topPos + ',left=' + leftPos);
}

function popup_Toko(id) {
	var leftPos = (screen.availWidth-750) / 2;
	var topPos 	= (screen.availHeight-550) / 2;
	Press1Win 	= window.open('../Guest/ll_gbr.aspx?tId=' + id , '', 'width=750,height=550,scrollbars=yes,resizable=yes,titlebar=0,status=0,top=' + topPos + ',left=' + leftPos);
}

function pilihan(id) {

    var MySplit = new Array();
    MySplit = id.split(".");
    if (MySplit[0].toString() == "mxPriceList" || MySplit[0].toString() == "popupRekananBk" || MySplit[0].toString() == "popupBengkel" || MySplit[0].toString() == "popupToko") {  
        
        var leftPos = (screen.availWidth-750) / 2;
        var topPos 	= (screen.availHeight-550) / 2;
        Press1Win 	= window.open(id , '', 'width=750,height=550,scrollbars=yes,resizable=yes,titlebar=0,top=' + topPos + ',left=' + leftPos);
    
    }
    else {
        
        location.href=id;
    }
}

function pilihan(id) {

    var MySplit = new Array();
    MySplit = id.split(".");
    if (MySplit[0].toString() == "mxPriceList" || MySplit[0].toString() == "ll_gbr") {
        
        var leftPos = (screen.availWidth-750) / 2;
        var topPos 	= (screen.availHeight-550) / 2;
        Press1Win 	= window.open(id , '', 'width=750,height=550,scrollbars=yes,resizable=yes,titlebar=0,top=' + topPos + ',left=' + leftPos);
    
    }
    else {
        
        location.href=id;
    }
}

-->