// Tab
jQuery.noConflict();

var $=jQuery;

$(document).ready(
	function(){
		$('#maintab').tabworld({
			area: 'contentmainmid'
		});
	});