
		


		
		


			function sIFR() {
		var fdetect = deconcept.SWFObjectUtil.getPlayerVersion();
		if (fdetect['major'] != 0) {
			$.sifr({
				path: '/images/skin/',
				save: true
			});
			$('.dosifr').sifr({ font: 'skinv1-font1', color: '#552406', fontSize:'36px' });
			$('h1.style4').sifr({ font: 'skinv1-font1', color: '#552406', fontSize:'19px' });
			$('h1.style5').sifr({ font: 'skinv1-font1', color: '#552406', fontSize:'29px' });
			$('#overlay p').sifr({ font: 'skinv1-font1', color: '#552406', fontSize:'18px', textAlign:'center' });
			
		}
	}	
	
	function register() {
		 fieldCheck = new Array()
		 fieldCheck.push(['fname', 'First Name']);
		 fieldCheck.push(['email', 'Email']);
		
		if (fieldChecker('regform')) document.regform.submit();
		
	}
	
	jQuery().ready(function() {

		$('ul#slideshow').animatedinnerfade({
			speed: 4000,
			timeout: 4000,
			type: 'sequence',
			containerheight: '279px',
			containerwidth: '590px',
			animationSpeed: 50000,
			animationtype: 'fade',
			bgFrame: 'none',
			controlButtonsPath: '/images/skin/',
			controlBox: 'show',
			controlBoxClass: 'mycontrolboxclass',
			displayTitle: 'yes'
		});

		$('ul#slideshow2').animatedinnerfade({
			speed: 4000,
			timeout: 4000,
			type: 'sequence',
			containerheight: '204px',
			containerwidth: '304px',
			animationSpeed: 50000,
			animationtype: 'fade'

		});

		$('ul#slideshow3').animatedinnerfade({
			speed: 4000,
			timeout: 4000,
			type: 'sequence',
			containerheight: '204px',
			containerwidth: '304px',
			animationSpeed: 50000,
			animationtype: 'fade'

		});

		$("table[id^='sortable'] tr:odd, .sortable tr:odd").addClass('odd');
		$("table[id^='sortable'] tr:even, .sortable tr:even").addClass('even');

		$('.control-panel a').addClass('imglinknb');
		
		$("img").pngfix();
		
	});	


	

	

