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