// JavaScript Document
function winOpen(s){
  window.open(s,"win","")
}