
function ticketWin(num) {
        window.open(num,"ticketwin","scrollbars=no,width=500,height=350");
}
