//
// report dup
//
function bcReportDuplicate(sType,sItemID) {
	var sPage = (sType == "Photo") ? "reportdupphoto_pop.aspx" : "reportdupvideo_pop.aspx"; 
	var winDup = window.open("../galleries/" +sPage + "?id=" + sItemID ,"BCDUP","top=0,left=0,toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,resizeable=1,width=470,height=400");
	return false;
}

