function vote(a,b)
{
window.open ( "../vote/ch288vote.asp?idd="+a+"&No="+b+"", 'popwindow', 'height=250, width=450, top=0, left=24, toolbar=no, menubar=no, scrollbars=yes, resizable=no,location=no, status=no');
}
   function popup(fname,wname)
   {
    window.open(fname,wname,"menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=1,resizable=0,width=640,top=5,left=100,height=500");
    return false
   }  
