function go(where) {
var win=window.open('','_blank');win.location=where;
}