function pop_up(url) {
remote = window.open("","",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=540,height=400'); 
remote.location.href = url;
if (remote.opener == null) {remote.opener = window};
remote.opener.name = "opener";	
};

function pop_term(url) {
remote = window.open("","",'toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=690,height=600'); 
remote.location.href = url;
if (remote.opener == null) {remote.opener = window};
remote.opener.name = "opener";	
};


function pop_tutorial(url) {
remote = window.open("","",'toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,width=690,height=660'); 
remote.location.href = url;
if (remote.opener == null) {remote.opener = window};
remote.opener.name = "opener";	
};


function pop_waybill_index(url) {
//note url to call dynamic page view of shipment xxxxxxx
remote = window.open("","",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=280,height=400,left=0,top=300'); 
remote.location.href = url;
if (remote.opener == null) {remote.opener = window};
remote.opener.name = "opener";	
};


function pop_at_dex(url) {
//note url to call dynamic page view of shipment xxxxxxx
remote = window.open("","",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=300,height=600,left=10,top=10'); 
remote.location.href = url;
if (remote.opener == null) {remote.opener = window};
remote.opener.name = "opener";	
};



function pop_dex_bill_doc_help(url) {
//note url to call dynamic page view of shipment xxxxxxx
remote = window.open("","",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=300,height=600,left=10,top=10'); 
remote.location.href = url;
if (remote.opener == null) {remote.opener = window};
remote.opener.name = "opener";	
};