
SetImageProperties = function(elm, key, imgId, width, height, isResized) {
	/* image properties ------------------------
	elm			:	image object
	key			:	media key
	imgId		:	image brick id
	width		:	original image width
	height		:	original image height
	isResized	:	image is resized (boolean)
	------------------------------------------*/



}


GenerateMail = function(m) {
	document.location.href='mailto:'+m.split(',')[1]+'@'+m.split(',')[0];
	return false;
}
