
jQuery.noConflict();

jQuery(document).ready(function($) {

});

function showgalimage(imgnum) {
	// Hide all the images
	jQuery(".imgFull").hide();
	
	jQuery("#galimagebig"+imgnum).show();
	
	return false;
}
	
