//function winPopUp(strURL,iWidth,iHeight)

//{
	//window.open(strURL ,'_blank','location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=No, status=yes,Width=' + iWidth + ',Height=' + iHeight)
//}

function winPopUpArticle(strURL,MenuID,iWidth,iHeight)

{
	window.open(strURL+'?MenuID=' + MenuID ,'_blank','location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=No, status=yes,Width=' + iWidth + ',Height=' + iHeight)
}


function ShowPic(strPIC,iWidth,iHeight)
{
	window.open(strPIC,'_blank','location=no,toolbar=no,menubar=no,scrollbars=Auto,resizable=yes,Width=' + iWidth + ',Height=' + iHeight)
}

