// JavaScript Document
function pop_dogme95() {
	window.open('p06_pop_dogme95.html','p06_pop',config='width=740,height=560,toolbar=0,scrollbars=1,statusbar=0,menubar=0,resizable=1,left=1,top=1,screenX=1,screenY=1');
}
function pop_media(lang) {
	window.open('p06_pop_media.php?lang='+lang,'p06_media',config='width=500,height=520,toolbar=0,scrollbars=1,statusbar=0,menubar=0,resizable=1,left=1,top=1,screenX=1,screenY=1');
}
// old scripts
function pop_photo_03(photographer,lang) {
	window.open('p03_photo_popup.php?photographer='+photographer+'&da_lang='+lang,'_blank',config='width=700,height=500,toolbar=0,scrollbars=1,statusbar=0,menubar=0,resizable=1,left=1,top=1,screenX=1,screenY=1');
}
function pop_photo_04(item,lang) {
	var daHeight; daHeight = screen.availHeight;
	if (daHeight >= 700) { daHeight = 690; } else { daHeight = 520; }
	window.open('p04_photo_popup.php?item='+item+'&da_lang='+lang,'_blank',config='width=760,height='+daHeight+',toolbar=0,scrollbars=1,statusbar=0,menubar=0,resizable=1,left=1,top=1,screenX=1,screenY=1');
}
function pop_photo_05(item,lang) {
	var daHeight; daHeight = screen.availHeight;
	if (daHeight >= 700) { daHeight = 600; } else { daHeight = 520; }
	window.open('p05_photo_popup.php?item='+item+'&da_lang='+lang,'photo_05',config='width=760,height='+daHeight+',toolbar=0,scrollbars=1,statusbar=0,menubar=0,resizable=1,left=1,top=1,screenX=1,screenY=1');
}
function pop_plat_photo_05(photo,lang) {
	window.open('p05_platphotopop.php?photo='+photo+'&lang='+lang,'photos_plat_05',config='width=700,height=700,toolbar=0,scrollbars=0,statusbar=0,menubar=0,resizable=1,left=1,top=1,screenX=1,screenY=1');
}
function pop_plat_photo_06(photo,lang) {
	window.open('p06_platphotopop.php?photo='+photo+'&lang='+lang,'photos_plat_06',config='width=900,height=700,toolbar=0,scrollbars=0,statusbar=0,menubar=0,resizable=1,left=1,top=1,screenX=1,screenY=1');
}
function pop_cv(person,lang,site,daheight) {
	if (daheight < 350 || daheight > 780) { daheight = 450; }
	window.open('cv_popup.php?person='+person+'&lang='+lang+'&site='+site,'plat_cv',config='width=550,height='+daheight+',toolbar=0,scrollbars=1,statusbar=0,menubar=0,resizable=1,left=1,top=1,screenX=1,screenY=1');
}
function pop_festival_05(item,lang,daHeight) {
	var daHeight; if (daHeight < 350 || daHeight > 780) { daHeight = 450; }
	window.open('p05_festival_popup.php?item='+item+'&da_lang='+lang,'festival_05',config='width=760,height='+daHeight+',toolbar=0,scrollbars=1,statusbar=0,menubar=0,resizable=1,left=1,top=1,screenX=1,screenY=1');
}
function showProgramme04(daDay) {
	document.program_form.daPrDay.value=daDay;
	document.program_form.submit();
}
function openProgrammeItem04(id,lang) {
	window.open('p04_open_prog_item.php?id='+id+'&lang='+lang,'program_item',config='width=700,height=500,toolbar=0,scrollbars=1,statusbar=0,menubar=0,resizable=1,left=1,top=1,screenX=1,screenY=1');
}
function pop_data_mel(lang) {
	window.open('p05_data_popup.php?item=melathron&lang='+lang,'melathron',config='width=400,height=420,toolbar=0,scrollbars=1,statusbar=0,menubar=0,resizable=1,left=1,top=1,screenX=1,screenY=1');
}
function pop_cwaga_toronto() {
	var daHeight; var ourHeight; daHeight = screen.availHeight;
	var daWidth; var ourWidth; daWidth = screen.availWidth; ourWidth = 780;
	if (daHeight >= 720) { ourHeight = 700; } else { ourHeight = 520; }
	window.open('pop10.html','_blank',config='width=780,height='+ourHeight+',toolbar=0,scrollbars=1,statusbar=0,menubar=0,resizable=1,left='+(daWidth-ourWidth)/2+',top='+(daHeight-ourHeight)/2+',screenX='+(daWidth-ourWidth)/2+',screenY='+(daHeight-ourHeight)/2);
}
// old scripts
