function startup_settings()
{
	document.getElementById('category_change_button').style.visibility='hidden';
	document.getElementById('category_change_button').style.display='none';
}
function open_upload_page(link)
{
	window.open(link.href,'','width=500,height=390,scrollbars=yes');
	return false;
}
function show_original_photo(link)
{
	//window.open(link.href,'','height=700,width=930,scrollbars=yes,resizable=yes');	popup iptal edildi, tam sayfa açılacak.
	//return false;
}