

		


		
		
		
	
	
	
		
		
	


			function sIFR() {
		var fdetect = deconcept.SWFObjectUtil.getPlayerVersion();
		if (fdetect['major'] != 0) {
			$.sifr({
				path: '/images/skin/',
				save: true
			});
			$('.dosifr').sifr({ font: 'skinv1-font1', color: '#F68C3E', fontSize:'24px' });
		}
	}	
	
	jQuery().ready(function() {
		$('#sortableall table').attr("class", "sortable");
		
		$('#sortable tr:odd,.sortable tr:odd').addClass('odd');
		$('#sortable tr:even,.sortable tr:even').addClass('even');
		
		$('#faq td > a').click(function() {

			var $nextDiv = $(this).next();
		    var $visibleSiblings = $nextDiv.siblings('div:visible');
			
			$('#faq td > div').slideUp('fast');
			$(this).next().slideDown('fast');

		});

		//$("img").pngfix();
				
	});

	

	

