
function VideoPopUp(vidPath,capPath)
{
	var newWin=window.open("/video/videoplayer.asp?vid="+vidPath+"&cap="+capPath, "IESVideoWin","resizable=1,scrollbars=no,width=340,height=405,screenX=0,screenY=0,left=0,top=0")
}

