/* add choreographed to selection box */


function showFastTrack(url) {
	new Ajax.Request('/_scripts/scriptsubmit/detail/dance-scriptdetail-list.scr.php?action=changeMethod&method=ft', {
			onComplete: function(transport) {
				document.getElementById('changeStep').value=2;
				document.getElementById('hidden_submit').click();
			}
	});
}

function showUpload(url) {
	new Ajax.Request('/_scripts/scriptsubmit/detail/dance-scriptdetail-list.scr.php?action=changeMethod&method=up', {
			onComplete: function(transport) {
				document.getElementById('changeStep').value=2;
				document.getElementById('hidden_submit').click();
			}
	});
}

