function popWin(href)
{
        var win = null;
        win = window.open(href, "pop", "width=550,height=450,resizable=1,scrollbars=yes,toolbar=no,location=no");
}



