function ShowPic(strPIC)
{
	window.open(strPIC,'_blank','location=no,toolbar=no,menubar=no,scrollbars=Auto,resizable=yes,WIDTH=400,HEIGHT=400')
}

function winOpen(strURL,DynamicContentID,iscroll,iWidth,iHeight)
{
	window.open(strURL + '?DynamicContentID=' + DynamicContentID ,'_blank','location=no,toolbar=no,menubar=no,scrollbars=' + iscroll + ',resizable=No,Width=' + iWidth + ',Height=' + iHeight)
}
