function PicDetail(w,h) {
var strTemp;
strTemp = ",width="+w+",height="+h;
window.open( '', 'picture', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,screenX=0,screenY=0,top=0,left=0'+strTemp);
}
