function popup(url,name,t,m,w,h,s,r) 
{
popwindow = window.open(url,name,'toolbar=0,location=0,directories=0,status=0,menubar='+m+',scrollbars='+s+',resizable='+r+',width='+w+',height='+h+'');
}