function ShowPic(strPIC,iWidth,iHeight)
{
	window.open(strPIC,'_blank','location=no,toolbar=no,menubar=no,scrollbars=Auto,resizable=yes,Width=' + iWidth + ',Height=' + iHeight)
}

function ShowPreviewPic(strPreviewPic,IsPreview,iWidth,iHeight)
{
	window.open(strPreviewPic+'?IsPreview=' + IsPreview,'_blank','location=no,toolbar=no,menubar=no,scrollbars=Auto,resizable=yes,Width=' + iWidth + ',Height=' + iHeight)
}

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 winMsg(strURL,DynamicContentID,iWidth,iHeight)

{
	window.open(strURL+'?DynamicContentID=' + DynamicContentID ,'_blank','location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=No, status=yes,Width=' + iWidth + ',Height=' + iHeight)
}

function winShopMsg(strURL,DynamicContentID,SubCatShopID,iWidth,iHeight)

{
	window.open(strURL+'?DynamicContentID=' + DynamicContentID + '&SubCatShopID=' + SubCatShopID ,'_blank','location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=No, status=yes,Width=' + iWidth + ',Height=' + iHeight)
}

function winShopContactMsg(strURL,AdID,iWidth,iHeight)

{
	window.open(strURL+'?AdID=' + AdID ,'_blank','location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=No, status=yes,Width=' + iWidth + ',Height=' + iHeight)
}



