#!/usr/bin/env python

import sys


for l in sys.stdin.readlines():
	print "{file:\"files/%s\",color: \"#0f000f\", width: 3, title: \"%s\", desc: \"Beskrivelse...\"}," % (l.strip(), l.strip().replace(".GPX",""))
