function onw(href) {
var newWindow = window.open(href, '_blank');
newWindow.focus();
return false;
}
