﻿
function switchGal(num){
		//switch the selected color box
		$('cur_selected_gallery').src = '/images/crashtest/gallery_'+num+'_sel.gif';
		$('select_gallery').hide();
		
		//update the form element
		//$('hdn_q').value = num;
		//return false;
}
function showGal(){
	$('select_gallery').show();
	return false;
}
