function Popup(strPath)
{  
    window.open(strPath, "preview", "resizable=yes,width=505,height=189,scrollbars=0");
}
