function PopupWin(url,w,h)
{
    window.open(url, '_blank', 'resizable=yes,width='+w+',height='+h+',left=270,top=80,scrollbars=0,menubar=0,status=0,derectories=0,toolbar=0,location=0,resizable=0');
}
