// JavaScript Document

function fn_hide_ugc_photo() {
	// alert("fn_hide_ugc_photo");
	$("#ugc_photo_div").slideUp(1000,function() {
		$("#ugc_photo_div").html("nothing...");
	});
}

function fn_popup_ugc_photo() {	
	// alert("fn_popup_ugc_photo");
	openMyModal('url','/weather/weather_ugc_photo_upload_modal.cfm?weatheritem=<cfoutput>#URL.weatheritem#</cfoutput>&popup=true',495,549);
}