function license_lookup(license,state) {
var dest= "/popup_license.php?l="+license+"&m="+state;
window.open(dest,'','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=960,height=640,left=10,top=10');
}
function order(id) {
var dest= "/popup_order.php?id="+id;
window.open(dest,'','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=420,height=760,left=20,top=10');
}