
/**
 * button control
 */

/*
function mcambtn() {

	// "contentready" event handler for the "linkbuttonsfrommarkup" <div>

	YAHOO.util.Event.onContentReady("tx_indexedsearch", function() {

		// Create Buttons from existing markup

		var oMcamSearchSubmit = new YAHOO.widget.Button("search-btn");
	
	});

	YAHOO.util.Event.onContentReady("bd", function() {

	
	});
	// Create Buttons without using existing markup
};

*/

