/** * Project: * Hansainvest - Worldmap for estates * * Description: * Function contains config values for worldmap * (overmaps, dimensions, imagemaps ...) * * @version 1.0.0 * @author Timo Trautmann * @copyright four for business AG * @requirement jQuery 1.2.6 * * {@internal * created 2008-11-05 * * $Id$: * }} * */ //initialization of card infos var aCardInfos = Object(); aCardInfos['mexico'] = Object(); aCardInfos['mexico']['main'] = 'mexiko.gif'; aCardInfos['french'] = Object(); aCardInfos['french']['main'] = 'frankreich.gif'; aCardInfos['finland'] = Object(); aCardInfos['finland']['main'] = 'finnland.gif'; aCardInfos['great_britain'] = Object(); aCardInfos['great_britain']['main'] = 'grossbritannien.gif'; aCardInfos['netherlands'] = Object(); aCardInfos['netherlands']['main'] = 'niederlande.gif'; aCardInfos['luxembourg'] = Object(); aCardInfos['luxembourg']['main'] = 'luxemburg.gif'; aCardInfos['belgium'] = Object(); aCardInfos['belgium']['main'] = 'belgien.gif'; aCardInfos['germany'] = Object(); aCardInfos['germany']['main'] = 'deutschland.gif'; aCardInfos['sweden'] = Object(); aCardInfos['sweden']['main'] = 'schweden.gif'; aCardInfos['poland'] = Object(); aCardInfos['poland']['main'] = 'polen.gif'; aCardInfos['spain'] = Object(); aCardInfos['spain']['main'] = 'spanien.gif'; aCardInfos['europe'] = Object(); aCardInfos['europe']['main'] = 'europa.gif'; aCardInfos['europe']['main_map_tpl'] = 'map_europe.tpl'; aCardInfos['europe']['germany'] = 'europa_deutschland.gif'; aCardInfos['europe']['french'] = 'europa_frankreich.gif'; aCardInfos['europe']['finland'] = 'europa_finnland.gif'; aCardInfos['europe']['great_britain'] = 'europa_grossbritannien.gif'; aCardInfos['europe']['netherlands'] = 'europa_niederlande.gif'; aCardInfos['europe']['luxembourg'] = 'europa_luxemburg.gif'; aCardInfos['europe']['belgium'] = 'europa_belgien.gif'; aCardInfos['europe']['spain'] = 'europa_spanien.gif'; aCardInfos['europe']['poland'] = 'europa_polen.gif'; aCardInfos['europe']['sweden'] = 'europa_schweden.gif'; aCardInfos['north_america'] = Object(); aCardInfos['north_america']['main'] = 'nordamerika.gif'; aCardInfos['north_america']['main_map_tpl'] = 'map_north_america.tpl'; aCardInfos['north_america']['mexico'] = 'nordamerika_mexiko.gif'; aCardInfos['world'] = Object(); aCardInfos['world']['main'] = 'weltkarte.gif'; aCardInfos['world']['main_map_tpl'] = 'map_world.tpl'; aCardInfos['world']['europe'] = 'weltkarte_europa.gif'; aCardInfos['world']['north_america'] = 'weltkarte_nordamerika.gif';