var optionNames = new Array("koncert","portre","werk","print");

var photos = new Array();

// koncert
photos[0] = new Array(
	'd035-094','d035-093','d036-346','d040-058','d045-161','d044-353','d059-123','d064-126',
	'd078-040','d078-081','d082-458','d083-187','d087-131','d083-092','d086-305','d113-001',
	'd167-026','d138-120','d188-080','d194-088'
);

// portre
photos[1] = new Array(
	'd003-032','d060-002','d089-137','d089-093','d068-048','d069-052','d091-037','d093-072',
	'd094-104','d154-021','d154-095','d101-023','d168-051','d168-150','d168-209','d186-123'
);

// werk
photos[2] = new Array(
	'd048-022','d048-028','d048-068','d054-103','d054-155','d074-321','d191-366','d191-377',
	'd191-400','d191-422'
);

// print
photos[3] = new Array(
	'1-pep','2-szalljki','3-hshethu','4-colorstar','5-europak','6-remember','7-neohu','8-chip',
	'9-potkilenc','10-zenesz','11-mupa'
);

var subtitles = new Array();

// koncert
subtitles[0] = new Array(
	'annabarbi','annabarbi','fish','zagar','colorstar','ambersmith','neo','neo',
	'zagar','zagar','zil','hs7','remember','neo','colorstar','zagar',
	'neo','colorstar','pupilla','zagar'
);

// portre
subtitles[1] = new Array(
	'kristofnorbi','russel','ambersmith','poniklo','puzzle','russel','hs7','ezbasic',
	'moog','bodrogiandras','chip','neo','pot','pot','potszolo','kovarypeter'
);

// werk
subtitles[2] = new Array(
	'isthatme','isthatme','isthatme','csizborger','csizborger','haircut','ilikeyou','ilikeyou',
	'ilikeyou','ilikeyou'
);

// print
subtitles[3] = new Array(
	'pep','szalljki','hs7hu','journalfr','wan2','psychedelicgas','neohu','chiplemez',
	'kilenc','zenesz','mupa'
);

// general positions

var align = new Array();

align[0] = new Array('h','v','v','h','h','h','h','h','h','h','h','h','v','h','v','v','h','h','v','h');
align[1] = new Array('h','h','h','v','v','v','h','h','h','v','h','h','h','h','h','h');
align[2] = new Array('v','v','h','v','h','h','h','h','v','h');

var generalPosH = new Array(211,76,425,416,240,8);
var generalPosV = new Array(287, 0,350,491,240,8);

// print positions

var printPos = new Array();

printPos[0] =  new Array(182, 43,535,451,161,15);
printPos[1] =  new Array(105, 59,465,443,276, 8);
printPos[2] =  new Array(200, 51,567,420,100, 5);
printPos[3] =  new Array(247, 91,403,410,224,15);
printPos[4] =  new Array(160, 33,539,457,179,15);
printPos[5] =  new Array(130,101,567,310,170, 8);
printPos[6] =  new Array(200, 51,566,420,101, 5);
printPos[7] =  new Array(222,140,386,355,258, 5);
printPos[8] =  new Array(133,115,680,389, 37, 5);
printPos[9] =  new Array(308, 51,444,448,127,18);
printPos[10] = new Array(375, 81,355,414,189,18);

