/**
 * @author Shane Parker
 */

function OpenFlashPlayer( vURL, vTitle )
{
	// Open a new window containing the flash player
	
	window.open( '/flash_player.aspx?MURL=' + vURL, vTitle, 'resizable=no,width=734,height=609' );
}
