﻿function AddPhotos(param)
{
	window.open(dm + 'ux/ct/add-photos.aspx?' + param,null,'location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0');
}

function ThumbnailPreview(ddl,imid)
{
	var tx = dm + 'ux/px/tx.gif';
	var thumburl = ddl.options[ddl.selectedIndex].text;
	if(thumburl.toLowerCase()=='no thumbnail'){thumburl = tx;}
	document.getElementById(imid).src = thumburl;
}
