// JavaScript Document
jQuery(document).ready(function(){
	jQuery("#video_menu_left a[rel=#ow-why-openwheeler]").each(function() {
		jQuery(this).overlay({
			mask: '#000',
			effect: 'apple',
			onLoad: function() {
				$f(jQuery("#ow-why-openwheeler span").attr('id')).play();
			},
			onClose: function() {
				$f(jQuery("#ow-why-openwheeler span").attr('id')).unload();
			}
		});
	});
	jQuery("#video_menu_left a[rel=#ow-openwheeler-overview]").each(function() {
		jQuery(this).overlay({
			mask: '#000',
			effect: 'apple',
			onLoad: function() {
				$f(jQuery("#ow-openwheeler-overview span").attr('id')).play();
			},
			onClose: function() {
				$f(jQuery("#ow-openwheeler-overview span").attr('id')).unload();
			}
		});
	}); // end
	// start 
	jQuery("#video_menu_left a[rel=#ow-unpacking-and-storage]").each(function() {
		jQuery(this).overlay({
			mask: '#000',
			effect: 'apple',
			onLoad: function() {
				$f(jQuery("#ow-unpacking-and-storage span").attr('id')).play();
			},
			onClose: function() {
				$f(jQuery("#ow-unpacking-and-storage span").attr('id')).unload();
			}
		});
	}); // end
	// start 
	jQuery("#video_menu_left a[rel=#ow-seat-demonstration]").each(function() {
		jQuery(this).overlay({
			mask: '#000',
			effect: 'apple',
			onLoad: function() {
				$f(jQuery("#ow-seat-demonstration span").attr('id')).play();
			},
			onClose: function() {
				$f(jQuery("#ow-seat-demonstration span").attr('id')).unload();
			}
		});
	}); // end
});
