function changeMethod(){
	document.getElementById('photoMethod').innerHTML = '<p class="photoRadios"><input type="radio" id="photoMethod" onclick="changeMethod()" name="method" value="on_up" checked>Online Upload<input type="radio" id="photoMethod" onclick="changeMethod2()" name="method" >Take From My Website<input type="radio" id="photoMethod" onclick="changeMethod3()" name="method"  value="webst"value="email">Email At Later Date</p><p class="photoMethodText">Main Photo/Logo: <input name="uploadedfile1" type="file" id="file" /></p><a href="assets/images/gg2/photo_explained.jpg" target="_blank" "><img src="assets/images/gg2/qnmark.jpg" alt="explanation" class="photoMethodQn"/></a><br /><p class="photoMethodText">Photo1: <input name="uploadedfile2" type="file" id="file" /></p><a href="assets/images/gg2/photo_explained.jpg" target="_blank" "><img src="assets/images/gg2/qnmark.jpg" alt="explanation" class="photoMethodQn"/></a><p class="photoMethodText">Photo2: <input name="uploadedfile3" type="file" id="file" /></p><a href="assets/images/gg2/photo_explained.jpg" target="_blank" "><img src="assets/images/gg2/qnmark.jpg" alt="explanation" class="photoMethodQn"/></a><p class="photoMethodText">Photo3: <input name="uploadedfile4" type="file" id="file" /></p><a href="assets/images/gg2/photo_explained.jpg" target="_blank" "><img src="assets/images/gg2/qnmark.jpg" alt="explanation" class="photoMethodQn"/></a><p class="photoMethodText">Photo4: <input name="uploadedfile5" type="file" id="file" /></p><a href="assets/images/gg2/photo_explained.jpg" target="_blank" "><img src="assets/images/gg2/qnmark.jpg" alt="explanation" class="photoMethodQn"/></a>';
}