function videoPopup(filePath,popWidth,popHeight,popTop,popLeft)
{
	window.open('/ProductCatalogTrack/PKIMediaPlayer.aspx?filePath='+filePath,
				'_blank',
				'width='+popWidth+',height='+popHeight+',top='+popTop+',left='+popLeft);
}

