function open_win(taptin) 
{
var ten
this.ten= taptin;
var ope = window.open(this.ten,null,"height=450,width=500,status=yes,toolbar=no,menubar=no,location=no",true);
 ope.focus()
}

