// JavaScript Document
function openHelp (type) {
	jQuery.facebox({ ajax: '/functions/help/'+type+'/' });
}
