function go(url){
    window.location.href = url;
}

function pop(url){
    window.open(url, 'pop');
}