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