// Fires the functions when the page finishes loading
window.addEvent('domready', function(){
	createBasicDrag('advanced-camera');
	createSlider('vid-quality','horizontal',10);
	createSlider('mic-volume','horizontal',20);
});