function addScreenShot(catId, medSrc, hdSrc, description){
	if(typeof(objects[catId])=="undefined")
		objects[catId] = new Array();

	var assetObj = new AssetObject(medSrc, hdSrc,description);
	objects[catId].push(assetObj);
}
