function PopupOfImageSize(picURL,picTitle,picWidth,picHeight)
{
      newWindow=window.open(picURL,'newWin','toolbar=no, width='+picWidth+',height='+picHeight+',scrollbars=0,resizable=1')
      newWindow.document.write('<html><head><title>'+picTitle+'<\/title><\/head><body marginheight=0 marginwidth=o topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0><img onLoad="window.resizeTo(width+10,height+60);window.focus();" src="'+picURL+'"><\/body><\/html>')
}