function jumpboxSubmit(url){
if(url == -1)return false;
//window.location.href = url;
window.popup_un(url,6);
}
