
function window_open(url){
  newwin=window.open(url,"sample");
  newwin.focus();
}
