// Flash elements in the player
// http://jquery.lukelutman.com/plugins/flash/
function reLoadPanel(p) {
	if (p == 1) {
		$('#Panel-01 .player').html('');
		$('#Panel-01 .player').flash(
			{
				src: 'http://cdn.turnhere.com/turnhere/swf/preview2.swf',
				width: 425,
				height: 270,
				allowFullScreen: 'true',
				wmode: 'transparent',
				flashvars: {
								
								MediaLink: 'http://cdn.turnhere.com/sales/gallery/cookie.mp4',
								image: 'http://cdn.turnhere.com/turnhere/tn/cookie.jpg',
								playOnStart: 'false'
				}
			},
			{
				expressInstall: true,
				version: '8'
			}
		); 
	}
	if (p == 2) {
		$('#Panel-02 .player').html('');
		$('#Panel-02 .player').flash(
			{
				src: '/assets/swf/preview2.swf',
				width: 425,
				height: 270,
				allowFullScreen: 'true',
				wmode: 'transparent',
				flashvars: {
								MediaLink: 'http://cdn.videos.turnhere.com/flv/gustavoarrellano.flv',
								image: '/assets/images_home/homeplayer_ss_gusta.jpg',
								playOnStart: 'false'
				}
			},
			{
				expressInstall: true,
				version: '8'
			}
		);
	}
	if (p == 3) {
		$('#Panel-03 .player').html('');
		$('#Panel-03 .player').flash(
			{
				src: '/assets/swf/preview2.swf',
				width: 425,
				height: 270,
				allowFullScreen: 'true',
				wmode: 'transparent',
				flashvars: {
								MediaLink: 'http://cdn.videos.turnhere.com/flv/borabora.mp4',
								image: '/assets/images_home/homeplayer_ic_bora.jpg',
								playOnStart: 'false'
				}
			},
			{
				expressInstall: true,
				version: '8'
			}
		);
	}
	if (p == 4) {
		$('#Panel-04 .player').html('');
		$('#Panel-04 .player').flash(
			{
				src: '/assets/swf/preview2.swf',
				width: 425,
				height: 270,
				allowFullScreen: 'true',
				wmode: 'transparent',
				flashvars: {
								MediaLink: 'http://cdn.videos.turnhere.com/flv/shootingwar.mp4',
								image: '/assets/images_home/homeplayer_shootingwar.jpg',
								playOnStart: 'false'
				}
			},
			{
				expressInstall: true,
				version: '8'
			}
		);
	}
	if (p == 5) {
		$('#Panel-05 .player').html('');
		$('#Panel-05 .player').flash(
			{
				src: '/assets/swf/preview2.swf',
				width: 425,
				height: 270,
				allowFullScreen: 'true',
				wmode: 'transparent',
				flashvars: {
								MediaLink: 'http://cdn.videos.turnhere.com/flv/potterybarndamianstein.flv',
								image: '/assets/images_home/homeplayer_pb.jpg',
								playOnStart: 'false'
							}
			},
			{
				expressInstall: true,
				version: '8'
			}
		);
	}
	if (p == 6) {
		$('#Panel-06 .player').html('');
		$('#Panel-06 .player').flash(
			{
				src: '/assets/swf/preview2.swf',
				width: 425,
				height: 270,
				allowFullScreen: 'true',
				wmode: 'transparent',
				flashvars: {
								MediaLink: 'http://cdn.videos.turnhere.com/flv/joelderfner.mp4',
								image: '/assets/images_home/homeplayer_joederfner.jpg',
								playOnStart: 'false'
				}
			},
			{
				expressInstall: true,
				version: '8'
			}
		);
	}
	if (p == 7) {
		$('#Panel-07 .player').html('');
		$('#Panel-07 .player').flash(
			{
				src: '/assets/swf/preview2.swf',
				width: 425,
				height: 270,
				allowFullScreen: 'true',
				wmode: 'transparent',
				flashvars: {
								MediaLink: 'http://cdn.videos.turnhere.com/flv/sonos.flv',
								image: '/assets/images_home/homeplayer_sono.jpg',
								playOnStart: 'false'
				}
			},
			{
				expressInstall: true,
				version: '8'
			}
		);
	}
}
jQuery(function($) {
	$('#Panel-01 .player').flash(
		{
			src: 'http://cdn.turnhere.com/turnhere/swf/preview2.swf',
			width: 425,
			height: 270,
			allowFullScreen: 'true',
			wmode: 'transparent',
			flashvars: {
							
							MediaLink: 'http://cdn.turnhere.com/sales/gallery/cookie.mp4',
							image: 'http://cdn.turnhere.com/turnhere/tn/cookie.jpg',
							playOnStart: 'false'
			}
		},
		{
			expressInstall: true,
			version: '8'
		}
	);
	$('#Panel-02 .player').flash(
		{
			src: '/assets/swf/preview2.swf',
			width: 425,
			height: 270,
			allowFullScreen: 'true',
			wmode: 'transparent',
			flashvars: {
							MediaLink: 'http://cdn.videos.turnhere.com/flv/gustavoarrellano.flv',
							image: '/assets/images_home/homeplayer_ss_gusta.jpg',
							playOnStart: 'false'
			}
		},
		{
			expressInstall: true,
			version: '8'
		}
	);
	$('#Panel-03 .player').flash(
		{
			src: '/assets/swf/preview2.swf',
			width: 425,
			height: 270,
			allowFullScreen: 'true',
			wmode: 'transparent',
			flashvars: {
							MediaLink: 'http://cdn.videos.turnhere.com/flv/borabora.mp4',
							image: '/assets/images_home/homeplayer_ic_bora.jpg',
							playOnStart: 'false'
			}
		},
		{
			expressInstall: true,
			version: '8'
		}
	);
	$('#Panel-04 .player').flash(
		{
			src: '/assets/swf/preview2.swf',
			width: 425,
			height: 270,
			allowFullScreen: 'true',
			wmode: 'transparent',
			flashvars: {
							MediaLink: 'http://cdn.videos.turnhere.com/flv/shootingwar.mp4',
							image: '/assets/images_home/homeplayer_shootingwar.jpg',
							playOnStart: 'false'
						}
		},
		{
			expressInstall: true,
			version: '8'
		}
	);
	$('#Panel-05 .player').flash(
		{
			src: '/assets/swf/preview2.swf',
			width: 425,
			height: 270,
			allowFullScreen: 'true',
			wmode: 'transparent',
			flashvars: {	
							MediaLink: 'http://cdn.videos.turnhere.com/flv/potterybarndamianstein.flv',
							image: '/assets/images_home/homeplayer_pb.jpg',
							playOnStart: 'false'
						}
		},
		{
			expressInstall: true,
			version: '8'
		}
	);
	$('#Panel-06 .player').flash(
		{
			src: '/assets/swf/preview2.swf',
			width: 425,
			height: 270,
			allowFullScreen: 'true',
			wmode: 'transparent',
			flashvars: {
							MediaLink: 'http://cdn.videos.turnhere.com/flv/joelderfner.mp4',
							image: '/assets/images_home/homeplayer_joederfner.jpg',
							playOnStart: 'false'
						}
		},
		{
			expressInstall: true,
			version: '8'
		}
	);
	$('#Panel-07 .player').flash(
		{
			src: '/assets/swf/preview2.swf',
			width: 425,
			height: 270,
			allowFullScreen: 'true',
			wmode: 'transparent',
			flashvars: {
							MediaLink: 'http://cdn.videos.turnhere.com/flv/sonos.flv',
							image: '/assets/images_home/homeplayer_sono.jpg',
							playOnStart: 'false'
						}
		},
		{
			expressInstall: true,
			version: '8'
		}
	);
	
	$(".samples > ul").tabs({ select: function(e, ui) {
		var t = $(e.target);
		var p = t.data('selected.tabs') + 1;
		reLoadPanel(p);
		}, cookie: {expires: 30, path: '/'}
	});
});