<!--
var outImgArr = new Array();
outImgArr['hs_0'] = new Image;
outImgArr['hs_1'] = new Image;
outImgArr['hs_2'] = new Image;
outImgArr['hs_3'] = new Image;
outImgArr['hs_4'] = new Image;
outImgArr['hs_5'] = new Image;
outImgArr['hs_6'] = new Image;

outImgArr['hs_0'].src = '/images/flags/de.gif';
outImgArr['hs_1'].src = '/images/flags/en.gif';
outImgArr['hs_2'].src = '/images/flags/fr.gif';
outImgArr['hs_3'].src = '/images/flags/hr.gif';
outImgArr['hs_4'].src = '/images/flags/hu.gif';
outImgArr['hs_5'].src = '/images/flags/it.gif';
outImgArr['hs_6'].src = '/images/flags/ru.gif';

var overImgArr = new Array();
overImgArr['hs_0'] = new Image;
overImgArr['hs_1'] = new Image;
overImgArr['hs_2'] = new Image;
overImgArr['hs_3'] = new Image;
overImgArr['hs_4'] = new Image;
overImgArr['hs_5'] = new Image;
overImgArr['hs_6'] = new Image;

overImgArr['hs_0'].src = '/images/flags/de2.gif';
overImgArr['hs_1'].src = '/images/flags/en2.gif';
overImgArr['hs_2'].src = '/images/flags/fr2.gif';
overImgArr['hs_3'].src = '/images/flags/hr2.gif';
overImgArr['hs_4'].src = '/images/flags/hu2.gif';
overImgArr['hs_5'].src = '/images/flags/it2.gif';
overImgArr['hs_6'].src = '/images/flags/ru2.gif';
//-->
