/**************************************************************************
 * Copyright (c) 2009 HONETi All Rights Reserved.
 * See http://www.honeti.com for more information.
 * PLEASE NOTE: THIS IS NOT FREE SOFTWARE.
 * Version: 1.0
 * Updated: 24.11.2009 
 **************************************************************************/

/**
 *	REQUIRED: AC_ActiveX.js, AC_RunActiveContent.js script
 */
var Hi_cFontsPath = '';

function Hi_cFonts(txt,kind,a,w,href,path) {
	if (!w) w=1000;
	if (!path) path = Hi_cFontsPath;
	switch (kind) {

		case 2:
		case 'Geo_12':
		AC_FL_RunContent( 
			'codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width',w,'height','25','src',path+'anim/Geo-12px','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie',path+'anim/Geo-12px', 'flashvars','cont='+txt+'&align='+a+(href?('&href='+href):''),"wmode","transparent"); //end AC code
		break;

		case 1:
		case 'Geo_16':
		default:
		AC_FL_RunContent( 'codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width',w,'height','25','src',path+'anim/Geo-16px','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie',path+'anim/Geo-16px', 'flashvars','cont='+txt+'&align='+a+(href?('&href='+href):''),"wmode","transparent"); //end AC code
		break;
	}
}
