	/*
		Designed and written by A. Taylor		
		Licensed to 'SoundsOrange.com - United Kingdom'		
		(c) Copyright A.Taylor 2006, 2007
		All rights reserved.

		Duplication, in whole or part is expressly forbidden.
		To report infringement contact:
		+44 (0)208 373 2361
		legal@cu4productions.com
	
		Version 1.0
		Last modified 29/01/2009
	*/
	
	// <![CDATA[
				
		var videoPlayer = '';
		function showPlayer(iMediaID, iMediaWidth, iMediaHeight, iMediaSlideSeek, iMediaVideo) 
		{
			if (!videoPlayer.closed && videoPlayer.location) 
			{
				videoPlayer = window.open('http://squashedbeats.imedialibrary.com/' + iMediaVideo + '?id=' + iMediaID + '&showSlideSeek=' + iMediaSlideSeek, 'videoPlayer', 'height='+iMediaHeight+',width='+iMediaWidth+',copyhistory=0,directories=0,location=0,menubar=0,resizable=1s,scrollbars=1,scrolling=1,status=0,toolbar=0');
			} else {
				videoPlayer = window.open('http://squashedbeats.imedialibrary.com/' + iMediaVideo + '?id=' + iMediaID + '&showSlideSeek=' + iMediaSlideSeek, 'videoPlayer', 'height='+iMediaHeight+',width='+iMediaWidth+',copyhistory=0,directories=0,location=0o,menubar=0,resizable=yes,scrollbars=1,scrolling=1,status=0,toolbar=0');
			}
			if (window.focus) { videoPlayer.focus(); }
			return false;
		}
		
	// ]]>
