function submitForm() {

	var output = "";
	output = "http://ssimpson.ca/galleries/" + document.getElementById("fID").value;
	document.getElementById("MyForm").action = output;

	return true;

}
