function jsSend(form){
    form.submit();
    return true;
}

function locationURL(url) {
    parent.location.href=url;
    return true;
}
