pld["pref"].Img = new Array();
pld["pref"].Img._width = 50;
pld["pref"].Img._height = pld["pref"].Img._width; 
pld["pref"].Img._hspace = 2; 
pld["pref"].Img._vspace = pld["pref"].Img._hspace; 
pld["pref"].Img._borderWidth = 0;

var infoSize_x = pld["pref"].Img._width; // gleich gross wie Spielkarten
var infoSize_y = infoSize_x;
 
var nurSpielfeld = 0; 
var infoTabBorder = 1;
var infoSpacing = 0;
var infoPadding = 0;
var infoImgBorder = 0;
var infoImg_hSpace = 2;
var infoImg_vSpace = 2;
var infoText_A = "Spieler A"; // Spielerbezeichnung
var infoText_B = "Spieler B"; // Spielerbezeichnung
var abst_Spielfl = 20; // seitlicher Abstand der Spieleranzeigen zum Spielfeld
var info_bgcolor = ""; // "" = transparent, "#FFFFFF" = weiss
var formateText_A = "font-size:120%; font-weight:bold; color:#EEEEEE; "; // Beschriftungsformate CSS
var formateText_B = "font-size:120%; font-weight:bold; color:#EEEEEE; "; // Beschriftungsformate CSS
var formateText_AB = "font-weight:bold; color:#666666; "; // Beschriftungsformate CSS


pld["pref"].Area = new Array();
pld["pref"].Area._cols = 6;
pld["pref"].Area._rows = pld["pref"].Area._cols;
pld["pref"].Area._border = 0;
pld["pref"].Area._spacing = 0;
pld["pref"].Area._padding = 2;
pld["pref"].Area._bgcolor = ""; // "" = transparent

var game_trValign = ""; // "" ergibt Default=middle

pld["img1"] = new Array(
pImg(src="img/backside.gif"),
pImg(src="img/backside2.gif"),
pImg(src="img/trnsp.gif"),
pImg(src="img/player_a2.gif"),
pImg(src="img/player_b2.gif"),
pImg(src="img/bs_grau3.gif"));

var bildSerien = new Array(1,2,3,4,5); 

var preBildserie = bildSerien[0];

function ladeBildserie(snr) { 
if(snr == 1) {
// Serie 1: Bilder-Serie 1 ADD NAEF, Bildrechte www.addnaef.ch
pld["img3"] = new Array(
pImg(src="mem50/mem50c_y.gif"),
pImg(src="mem50/mem50c_b.gif"),
pImg(src="mem50/mem50c_r.gif"),
pImg(src="mem50/mem50q_y.gif"),
pImg(src="mem50/mem50q_b.gif"),
pImg(src="mem50/mem50q_r.gif"),
pImg(src="mem50/5x5blue.gif"),
pImg(src="mem50/5x5red.gif"),
pImg(src="mem50/5x5yellow.gif"),
pImg(src="mem50/ahorn231104.gif"),
pImg(src="mem50/bluete.gif"),
pImg(src="mem50/btrfly03.gif"),
pImg(src="mem50/herz2.gif"),
pImg(src="mem50/schlange2.gif"),
pImg(src="mem50/spirale.gif"),
pImg(src="mem50/vogel4eck2.gif"),
pImg(src="mem50/wellen.gif"),
pImg(src="mem50/wirbel.gif")); 
pld["txt3"] = new Array(
"Gelber Kreis",
"Blauer Kreis",
"Roter Kreis",
"Gelbes Quadrat",
"Blaues Quadrat",
"Rotes Quadrat",
"Blaue Flaeche",
"Rote Flaeche",
"Gelbe Flaeche",
"Ahornbaltt",
"Bluete",
"Schmetterling",
"Herz",
"Schlange",
"Spirale",
"Vogel",
"Wellen",
"Strudel"); 
}
if(snr == 2) { 
// Serie 2: meine Bilder-Serie aus Fabios Gartentagebuch Serie 1, Bildrechte www.bio100.de
pld["img3"] = new Array( 
pImg(src="mem50b/3maiskolben.gif"),
pImg(src="mem50b/4tomaten.gif"),
pImg(src="mem50b/aubergine.gif"),
pImg(src="mem50b/blutenrot1.gif"),
pImg(src="mem50b/erbsen2.gif"),
pImg(src="mem50b/erdbeeren1.gif"),
pImg(src="mem50b/himbeeren.gif"),
pImg(src="mem50b/j5gbohnen01.gif"),
pImg(src="mem50b/kartoflknolle.gif"),
pImg(src="mem50b/zwieblnsteckn.gif"),
pImg(src="mem50b/erdbrbluete.gif"),
pImg(src="mem50b/hummel.gif"),
pImg(src="mem50b/lauch.gif"),
pImg(src="mem50b/kartkaefr.gif"),
pImg(src="mem50b/lila_blute.gif"),
pImg(src="mem50b/sonnenbl.gif"),
pImg(src="mem50b/bellis.gif"),
pImg(src="mem50b/rote_blute.gif")); 
pld["txt3"] = new Array(
"Maiskolben",
"Tomaten",
"Aubergine",
"Tulpe",
"Erbsen",
"Erdbeere",
"Himmbeere",
"Bohnen",
"Kartoffel",
"Zwiebeln-stecken",
"Erdbeerbluete",
"Hummel",
"Lauch",
"Kartoffelkaefer",
"Primel",
"Sonnenblume",
"Gaensebluemchen",
"Sternblume");
}
if(snr == 3) { 
// Serie 3: Fabios Bilderserie aus Fabios Gartentagebuch Serie 2, Bildrechte www.bio100.de
pld["img3"] = new Array(
pImg(src="mem50c/abio.gif"),
pImg(src="mem50c/tulpe1.gif"),
pImg(src="mem50c/tulpe.gif"),
pImg(src="mem50c/artischoke.gif"),
pImg(src="mem50c/bluete1.gif"),
pImg(src="mem50c/chiara.gif"),
pImg(src="mem50c/ente.gif"),
pImg(src="mem50c/fischreiher.gif"),
pImg(src="mem50c/marienkaefer.gif"),
pImg(src="mem50c/melone.gif"),
pImg(src="mem50c/rinder.gif"),
pImg(src="mem50c/bluete4.gif"),
pImg(src="mem50c/falter1.gif"),
pImg(src="mem50c/himbeere.gif"),
pImg(src="mem50c/huhn.gif"),
pImg(src="mem50c/kuerbis.gif"),
pImg(src="mem50c/mittagsbl.gif"),
pImg(src="mem50c/tomaten1.gif")); 
pld["txt3"] = new Array(
"Fabio Angeli",
"Rote Tulpe",
"Gelbe Tulpe",
"Artischoke",
"Blaue Blume",
"Klein Chiara",
"Ente",
"Fischreiher",
"Marienkaefer",
"Melone",
"Rinder",
"Gelbe Blume",
"Schmetterling",
"Himbeere",
"Huhn",
"Kuerbis",
"Mittagsblume",
"Tomaten");
}
if(snr == 4) { 
// Serie 4: Bilder-Serie 2 ADD NAEF, Bildrechte www.addnaef.ch
pld["img3"] = new Array(
pImg(src="mem50d/rn50x50b004.gif"),
pImg(src="mem50d/rn50x50b005.gif"),
pImg(src="mem50d/rn50x50b006.gif"),
pImg(src="mem50d/rn50x50b007.gif"),
pImg(src="mem50d/rn50x50b008.gif"),
pImg(src="mem50d/rn50x50b009.gif"),
pImg(src="mem50d/rn50x50b010.gif"),
pImg(src="mem50d/rn50x50b011.gif"),
pImg(src="mem50d/rn50x50b012.gif"),
pImg(src="mem50d/rn50x50b013.gif"),
pImg(src="mem50d/rn50x50b015.gif"),
pImg(src="mem50d/rn50x50b016.gif"),
pImg(src="mem50d/rn50x50b017.gif"),
pImg(src="mem50d/rn50x50b018.gif"),
pImg(src="mem50d/rn50x50b019.gif"),
pImg(src="mem50d/rn50x50b020.gif"),
pImg(src="mem50d/rn50x50b021.gif"),
pImg(src="mem50d/rn50x50b022.gif")); 
pld["txt3"] = new Array(
"Vieleck",
"Ornament mit Balken",
"Vertikale Balken",
"Bady",
"Smily",
"Dreieck",
"Fuenfeck",
"Sechseck",
"Ring",
"Schachbrettmuster",
"Blumen-Ornament",
"Symbol",
"Strichmaennchen",
"Vollmond",
"Pfeil (nach oben)",
"Vulkan",
"4 Farbquadrate",
"Mondsichel");
}
if(snr == 5) { 
// Serie 5: Bilder-Serie Sisyphos, Bildrechte www.moonrecords.ch
pld["img3"] = new Array(
pImg(src="sisyphos50/S0002_Sisyphos_jogging.gif"),
pImg(src="sisyphos50/s020_les_sisyphos.gif"),
pImg(src="sisyphos50/L013_bunch2_50.gif"),
pImg(src="sisyphos50/C027_sisy_moments.gif"),
pImg(src="sisyphos50/C009_Recapitul.gif"),
pImg(src="sisyphos50/L001_a_way.gif"),
pImg(src="sisyphos50/L002_the_curse.gif"),
pImg(src="sisyphos50/L003_fence.gif"),
pImg(src="sisyphos50/L004_practice.gif"),
pImg(src="sisyphos50/L005_underpressure.gif"),
pImg(src="sisyphos50/L010_rawfish.gif"),
pImg(src="sisyphos50/L014_alive.gif"),
pImg(src="sisyphos50/L016_mujokan.gif"),
pImg(src="sisyphos50/barok_c042.gif"),
pImg(src="sisyphos50/forellen_c52.gif"),
pImg(src="sisyphos50/C039_paraph.gif"),
pImg(src="sisyphos50/L012_the_tempter.gif"),
pImg(src="sisyphos50/s022_bb51.gif")); 
pld["txt3"] = new Array(
"Jogging for the brain",
"Four by Four (EP)",
"A bunch of zonkaroony",
"Moments",
"Recapitulation",
"A way to express",
"The curse of Sisyphos",
"Sitting on a fence",
"Practice in tolerance",
"Under pressure",
"Raw fish",
"Live and alive",
"Mujokan",
"Barock AeGoPhoniker Schweinz",
"Der Fliegende Hollaender",
"Paraphernalia",
"The Temper and the Temptation",
"51st anniversary still i'm sad");
}
}
ladeBildserie(preBildserie);

var img_backside = pld["img1"][0].src; 

var img_bsOver = pld["img1"][1].src; // gedreht

var img_bgX = pld["img1"][5].src; // gestrichelt

var img_A = pld["img1"][3]; 

var img_B = pld["img1"][4]; 

img_bgA = pld["img1"][2]; // Platzhaler Spielerpunkte, leeres Punktefeld/Transparent 
img_bgB = pld["img1"][2]; // Platzhaler Spielerpunkte, leeres Punktefeld/Transparent

var dauerSchummeln = "400";
var dauerMogeln = "1200";

var zweispielerModus = 0;
var singlePlayer = 0;

var strictPlay = 0;

pld["pref"].Copy = new Array(
"Grafik (sisyphos50) &copy; <a href=\"http:\/\/www.moonrecords.ch\/\" target=\"_blank\">www.moonrecords.ch</a>",
"Gartenfotos (mem50b, mem50c) &copy; <a href=\"http:\/\/www.bio100.de\/\" target=\"_blank\">www.bio100.de</a>",
"Copyright &copy; Januar 2005 ADD NAEF-Memory, <a href=\"http:\/\/www.addnaef.ch\/\" target=\"_blank\">www.addnaef.ch</a>");

