function showAjaxFlashTag( item_id, source, width, height, wmode ) {
	var flashTag = new FlashTag();

	flashTag.src = source;
	flashTag.width = width;
	flashTag.height = height;
	flashTag.wmode = wmode;
	flashTag.noPlayerHtml = flashTag.noPlayerVersionHtml = '<div>You don\'t have the latest version of Adobe Flash Player. <br/> <a href=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" onclick=\"window.open( this.href);return false;\">Click to download</a> </div>';

	flashTag.writeToElement( 'flashDiv' + item_id );
}