// JavaScript Document


	if ($("#maintabs").length >0) {

	$(function() {
	$("#maintabs").tabs();
	});

	}


