function Pics(url,n,w,h,s,r){
Lpos = (screen.width) ? (screen.width-w)/2 : 0;
Tpos = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+Tpos+',left='+Lpos+',scrollbars='+scroll+',resizable='+r+''
win = window.open(url,n,settings)
}
