// DEUTSCH ####################

// ein-/ausschalten [on/off]
var popupEnableDE  = 'off';

// typ des popups bestimmen [flash/html]
var popupTypeDE    = 'html';

// maße der flash- oder html-datei und der ebene
var popupWidthDE   = '580';
var popupHeightDE  = '350';

// position der ebene
var popupTopDE     = '590';
var popupLeftDE    = '180';


// HTML
// html-datei [kompletter pfad]
var htmlFileDE      = 'http://www.isel.com/products/finder-isel-germany-d.html';


// FLASH
// flash version
var flashVersionDE  = '6';

// flash-datei [kompletter pfad]
var flashFileDE     = '/events/flash-popup/isel_germany_d_xmas08.swf';




// ENGLISH ####################

// ein-/ausschalten [on/off]
var popupEnableEN  = 'off';

// typ des popups bestimmen [flash/html]
var popupTypeEN    = 'html';

// maße der flash- oder html-datei und der ebene
var popupWidthEN   = '580';
var popupHeightEN  = '350';

// position der ebene
var popupTopEN     = '590';
var popupLeftEN    = '180';


// HTML
// html-datei [kompletter pfad]
var htmlFileEN    = 'http://www.isel.com/products/finder-isel-germany-e.html';


// FLASH
// flash version
var flashVersionEN = '6';

// flash-datei [kompletter pfad]
var flashFileEN    = '/events/flash-popup/isel_germany_e_xmas08.swf';