function newWin(url, height){
    window.open(url, "", "toolbar=no,scrollbars=yes, width=390, height="+height);
}


function detail(packageId){
    window.open("index.php?module=Store&ajax=popup&package_id=" + packageId,"","width=300,height=200, scrollbars,status=no,toolbar=no,menubar=no");
}

function redirect(loc){
    window.location=loc;
}

function recalculateTotal() {

    var total_form = $('total_form');
    document.getElementById('recalculate').value = 'true';
    total_form.submit();
//    onClick="redirect('store.php?nextStep=3&reload=true');"
}
