$('#menubox').html('');
var target = document.getElementById('menubox');
var mnspinner = new Spinner(spnopts).spin(target);
$('#menubox').load('http://www.raymondburley.com/common/multi/subnav.php',{
'prefix' : 'rburley',
'q' : 'page%3Dimgallery%26family%3D%26category%3D03--Roger_Williams-squo-_Guitar%26display%3D836',
'c_only' : '',
'increment' : '24',
'displaylimit' : '1',
'thepath' : 'common',
'menu_images' : 'yes',
'from_limit' : '0',
'orderby' : ' family asc, category asc, display_order asc, updated desc ',
'display_restrictions' : ''
}, function(){
mnspinner.stop();
convert2slash('#menubox a:not(.noslash)');
});