function popMe(path,name,width,height,top,left,scroll) 
{
  newpop=open(path,name,"width=" + width + ",height=" + height + ",toolbar=0,status=0,location=0,scrollbars=" + scroll + ",top=" + top + ",left=" + left ) ;
}
function addtobox(pid)
{
     javascript:popMe('order.asp?pid='+pid,'clear',680,480,100,200,'yes');
}
function chkbox()
{
     javascript:popMe('order.asp','chkbox',680,480,100,200,'yes');
}
