$(document).ready(function() {
	$("#container").tabs({ 
		fx: { opacity: 'toggle' }
	});
	
	$(".submenu").hide();
	
	$(".flink").wrap('<a href="http://www.financial-link.com.my" target="_new"></a>');
	
	$("#theme-selector input:radio").click(function() {
		$("#theme").attr("href", $(this).val());
	});
	$("#theme").attr("href", $("#theme-selector input:radio:checked").val());
});
