// NavigationForPreviewBerlinDotDe©CopyrightTobiasRehn2005


whitedot = new Image();
whitedot.src = "../Data/1weiss.gif";
braundot = new Image();
braundot.src = "../Data/1braun.gif";



function OverMenuItem(x){

//resets all menu items, because "NEWSLETTER + KONTAKT + IMPRESSUM" have no subitems
if(x==0){
  ProfilMitte.style.display = "none";
  AusstellerMitte.style.display = "none";
  BesucherMitte.style.display = "none";
  PresseMitte.style.display = "none";
  ArchivMitte.style.display = "none";
  Archiv2005Rechts.style.display = "none";
  Archiv2006Rechts.style.display = "none";
  Archiv2007Rechts.style.display = "none";
  Archiv2008Rechts.style.display = "none";
  Archiv2009Rechts.style.display = "none";
  RahmenprogrammRechts.style.display = "none";

  document.LinePROFIL.src = whitedot.src; 
  document.LineAUSSTELLER.src = whitedot.src;
  document.LineBESUCHER.src = whitedot.src;
  document.LinePRESSE.src = whitedot.src;
  document.LineARCHIV.src = whitedot.src;
  document.LineARCHIV2005.src = whitedot.src;
  document.LineARCHIV2006.src = whitedot.src;
  document.LineARCHIV2007.src = whitedot.src;
  document.LineARCHIV2008.src = whitedot.src;
  document.LineARCHIV2009.src = whitedot.src;
  document.LineRAHMENPROGRAMM.src = whitedot.src;
}

//shows submenu for item profil
if(x==1){
  ProfilMitte.style.display = "inline";
  AusstellerMitte.style.display = "none";
  BesucherMitte.style.display = "none";
  PresseMitte.style.display = "none";
  ArchivMitte.style.display = "none";
  Archiv2005Rechts.style.display = "none";
  Archiv2006Rechts.style.display = "none";
  Archiv2007Rechts.style.display = "none";
  Archiv2008Rechts.style.display = "none";
  Archiv2009Rechts.style.display = "none";
  RahmenprogrammRechts.style.display = "none";

  document.LinePROFIL.src = braundot.src; 
  document.LineAUSSTELLER.src = whitedot.src;
  document.LineBESUCHER.src = whitedot.src;
  document.LinePRESSE.src = whitedot.src;
  document.LineARCHIV.src = whitedot.src;
  document.LineARCHIV2005.src = whitedot.src;
  document.LineARCHIV2006.src = whitedot.src;
  document.LineARCHIV2007.src = whitedot.src;
  document.LineARCHIV2008.src = whitedot.src;
  document.LineARCHIV2009.src = whitedot.src;
  document.LineRAHMENPROGRAMM.src = whitedot.src;
}

//shows submenu for item AUSSTELLER
if(x==2){
  ProfilMitte.style.display = "none";
  AusstellerMitte.style.display = "inline";
  BesucherMitte.style.display = "none";
  PresseMitte.style.display = "none";
  ArchivMitte.style.display = "none";
  Archiv2005Rechts.style.display = "none";
  Archiv2006Rechts.style.display = "none";
  Archiv2007Rechts.style.display = "none";
  Archiv2008Rechts.style.display = "none";
  Archiv2009Rechts.style.display = "none";
  RahmenprogrammRechts.style.display = "none";

  document.LinePROFIL.src = whitedot.src; 
  document.LineAUSSTELLER.src = braundot.src;
  document.LineBESUCHER.src = whitedot.src;
  document.LinePRESSE.src = whitedot.src;
  document.LineARCHIV.src = whitedot.src;
  document.LineARCHIV2005.src = whitedot.src;
  document.LineARCHIV2006.src = whitedot.src;
  document.LineARCHIV2007.src = whitedot.src;
  document.LineARCHIV2008.src = whitedot.src;
  document.LineARCHIV2009.src = whitedot.src;
  document.LineRAHMENPROGRAMM.src = whitedot.src;
}

//shows submenu for item BESUCHER
if(x==3){
  ProfilMitte.style.display = "none";
  AusstellerMitte.style.display = "none";
  BesucherMitte.style.display = "inline";
  PresseMitte.style.display = "none";
  ArchivMitte.style.display = "none";
  Archiv2005Rechts.style.display = "none";
  Archiv2006Rechts.style.display = "none";
  Archiv2007Rechts.style.display = "none";
  Archiv2008Rechts.style.display = "none";
  Archiv2009Rechts.style.display = "none";
  RahmenprogrammRechts.style.display = "none";

  document.LinePROFIL.src = whitedot.src; 
  document.LineAUSSTELLER.src = whitedot.src;
  document.LineBESUCHER.src = braundot.src;
  document.LinePRESSE.src = whitedot.src;
  document.LineARCHIV.src = whitedot.src;
  document.LineARCHIV2005.src = whitedot.src;
  document.LineARCHIV2006.src = whitedot.src;
  document.LineARCHIV2007.src = whitedot.src;
  document.LineARCHIV2008.src = whitedot.src;
  document.LineARCHIV2009.src = whitedot.src;
  document.LineRAHMENPROGRAMM.src = whitedot.src;
}

//shows submenu for item PRESSE
if(x==4){
  ProfilMitte.style.display = "none";
  AusstellerMitte.style.display = "none";
  BesucherMitte.style.display = "none";
  PresseMitte.style.display = "none"; // wird für Navigationsaenderung (neue Presseseite) auf none gestellt. sonst inline
  ArchivMitte.style.display = "none";
  Archiv2005Rechts.style.display = "none";
  Archiv2006Rechts.style.display = "none";
  Archiv2007Rechts.style.display = "none";
  Archiv2008Rechts.style.display = "none";
  Archiv2009Rechts.style.display = "none";
  RahmenprogrammRechts.style.display = "none";

  document.LinePROFIL.src = whitedot.src; 
  document.LineAUSSTELLER.src = whitedot.src;
  document.LineBESUCHER.src = whitedot.src;
  document.LinePRESSE.src = whitedot.src; // wird für Navigationsaenderung (neue Presseseite) auf whitedot.src gestellt. sonst braundot.src
  document.LineARCHIV.src = whitedot.src;
  document.LineARCHIV2005.src = whitedot.src;
  document.LineARCHIV2006.src = whitedot.src;
  document.LineARCHIV2007.src = whitedot.src;
  document.LineARCHIV2008.src = whitedot.src;
  document.LineARCHIV2009.src = whitedot.src;
  document.LineRAHMENPROGRAMM.src = whitedot.src;
}

// shows submenu for item Archiv
if(x==13){
  ProfilMitte.style.display = "none";
  AusstellerMitte.style.display = "none";
  BesucherMitte.style.display = "none";
  PresseMitte.style.display = "none";
  ArchivMitte.style.display = "inline";
  Archiv2005Rechts.style.display = "none";
  Archiv2006Rechts.style.display = "none";
  Archiv2007Rechts.style.display = "none";
  Archiv2008Rechts.style.display = "none";
  Archiv2009Rechts.style.display = "none";
  RahmenprogrammRechts.style.display = "none";

  document.LinePROFIL.src = whitedot.src; 
  document.LineAUSSTELLER.src = whitedot.src;
  document.LineBESUCHER.src = whitedot.src;
  document.LinePRESSE.src = whitedot.src;
  document.LineARCHIV.src = braundot.src;
  document.LineARCHIV2005.src = whitedot.src;
  document.LineARCHIV2006.src = whitedot.src;
  document.LineARCHIV2007.src = whitedot.src;
  document.LineARCHIV2008.src = whitedot.src;
  document.LineARCHIV2009.src = whitedot.src;
  document.LineRAHMENPROGRAMM.src = whitedot.src;
}

// shows submenu for item Archiv (TO RESET 2nd SUBMENU OF ARCHIV - 2005)
if(x==14){
  ProfilMitte.style.display = "none";
  AusstellerMitte.style.display = "none";
  BesucherMitte.style.display = "none";
  PresseMitte.style.display = "none";
  ArchivMitte.style.display = "inline";
  Archiv2005Rechts.style.display = "none";
  Archiv2006Rechts.style.display = "none";
  Archiv2007Rechts.style.display = "none";
  Archiv2008Rechts.style.display = "none";
  Archiv2009Rechts.style.display = "none";
  RahmenprogrammRechts.style.display = "none";

  document.LinePROFIL.src = whitedot.src; 
  document.LineAUSSTELLER.src = whitedot.src;
  document.LineBESUCHER.src = whitedot.src;
  document.LinePRESSE.src = whitedot.src;
  document.LineARCHIV.src = braundot.src;
  document.LineARCHIV2005.src = whitedot.src;
  document.LineARCHIV2006.src = whitedot.src;
  document.LineARCHIV2007.src = whitedot.src;
  document.LineARCHIV2008.src = whitedot.src;
  document.LineARCHIV2009.src = whitedot.src;
  document.LineRAHMENPROGRAMM.src = whitedot.src;
}

// shows 2nd submenu for item Archiv - 2005
if(x==15){
  ProfilMitte.style.display = "none";
  AusstellerMitte.style.display = "none";
  BesucherMitte.style.display = "none";
  PresseMitte.style.display = "none";
  ArchivMitte.style.display = "inline";
  Archiv2005Rechts.style.display = "inline";
  Archiv2006Rechts.style.display = "none";
  Archiv2007Rechts.style.display = "none";
  Archiv2008Rechts.style.display = "none";
  Archiv2009Rechts.style.display = "none";
  RahmenprogrammRechts.style.display = "none";

  document.LinePROFIL.src = whitedot.src; 
  document.LineAUSSTELLER.src = whitedot.src;
  document.LineBESUCHER.src = whitedot.src;
  document.LinePRESSE.src = whitedot.src;
  document.LineARCHIV.src = braundot.src;
  document.LineARCHIV2005.src = braundot.src;
  document.LineARCHIV2006.src = whitedot.src;
  document.LineARCHIV2007.src = whitedot.src;
  document.LineARCHIV2008.src = whitedot.src;
  document.LineARCHIV2009.src = whitedot.src;
  document.LineRAHMENPROGRAMM.src = whitedot.src;
}

// shows 2nd submenu for item Archiv - 2006
if(x==16){
  ProfilMitte.style.display = "none";
  AusstellerMitte.style.display = "none";
  BesucherMitte.style.display = "none";
  PresseMitte.style.display = "none";
  ArchivMitte.style.display = "inline";
  Archiv2005Rechts.style.display = "none";
  Archiv2006Rechts.style.display = "inline";
  Archiv2007Rechts.style.display = "none";
  Archiv2008Rechts.style.display = "none";
  Archiv2009Rechts.style.display = "none";
  RahmenprogrammRechts.style.display = "none";

  document.LinePROFIL.src = whitedot.src; 
  document.LineAUSSTELLER.src = whitedot.src;
  document.LineBESUCHER.src = whitedot.src;
  document.LinePRESSE.src = whitedot.src;
  document.LineARCHIV.src = braundot.src;
  document.LineARCHIV2005.src = whitedot.src;
  document.LineARCHIV2006.src = braundot.src;
  document.LineARCHIV2007.src = whitedot.src;
  document.LineARCHIV2008.src = whitedot.src;
  document.LineARCHIV2009.src = whitedot.src;
  document.LineRAHMENPROGRAMM.src = whitedot.src;
}

// shows 2nd submenu for item Archiv - 2007
if(x==17){
  ProfilMitte.style.display = "none";
  AusstellerMitte.style.display = "none";
  BesucherMitte.style.display = "none";
  PresseMitte.style.display = "none";
  ArchivMitte.style.display = "inline";
  Archiv2005Rechts.style.display = "none";
  Archiv2006Rechts.style.display = "none";
  Archiv2007Rechts.style.display = "inline";
  Archiv2008Rechts.style.display = "none";
  Archiv2009Rechts.style.display = "none";
  RahmenprogrammRechts.style.display = "none";

  document.LinePROFIL.src = whitedot.src; 
  document.LineAUSSTELLER.src = whitedot.src;
  document.LineBESUCHER.src = whitedot.src;
  document.LinePRESSE.src = whitedot.src;
  document.LineARCHIV.src = braundot.src;
  document.LineARCHIV2005.src = whitedot.src;
  document.LineARCHIV2006.src = whitedot.src;
  document.LineARCHIV2007.src = braundot.src;
  document.LineARCHIV2008.src = whitedot.src;
  document.LineARCHIV2009.src = whitedot.src;
  document.LineRAHMENPROGRAMM.src = whitedot.src;
}

// shows 2nd submenu for item Archiv - 2008
if(x==2008){
  ProfilMitte.style.display = "none";
  AusstellerMitte.style.display = "none";
  BesucherMitte.style.display = "none";
  PresseMitte.style.display = "none";
  ArchivMitte.style.display = "inline";
  Archiv2005Rechts.style.display = "none";
  Archiv2006Rechts.style.display = "none";
  Archiv2007Rechts.style.display = "none";
  Archiv2008Rechts.style.display = "inline";
  Archiv2009Rechts.style.display = "none";
  RahmenprogrammRechts.style.display = "none";

  document.LinePROFIL.src = whitedot.src; 
  document.LineAUSSTELLER.src = whitedot.src;
  document.LineBESUCHER.src = whitedot.src;
  document.LinePRESSE.src = whitedot.src;
  document.LineARCHIV.src = braundot.src;
  document.LineARCHIV2005.src = whitedot.src;
  document.LineARCHIV2006.src = whitedot.src;
  document.LineARCHIV2007.src = whitedot.src;
  document.LineARCHIV2008.src = braundot.src;
  document.LineARCHIV2009.src = whitedot.src;
  document.LineRAHMENPROGRAMM.src = whitedot.src;
}

// shows 2nd submenu for item Archiv - 2009
if(x==2009){
  ProfilMitte.style.display = "none";
  AusstellerMitte.style.display = "none";
  BesucherMitte.style.display = "none";
  PresseMitte.style.display = "none";
  ArchivMitte.style.display = "inline";
  Archiv2005Rechts.style.display = "none";
  Archiv2006Rechts.style.display = "none";
  Archiv2007Rechts.style.display = "none";
  Archiv2008Rechts.style.display = "none";
  Archiv2009Rechts.style.display = "inline";
  RahmenprogrammRechts.style.display = "none";

  document.LinePROFIL.src = whitedot.src; 
  document.LineAUSSTELLER.src = whitedot.src;
  document.LineBESUCHER.src = whitedot.src;
  document.LinePRESSE.src = whitedot.src;
  document.LineARCHIV.src = braundot.src;
  document.LineARCHIV2005.src = whitedot.src;
  document.LineARCHIV2006.src = whitedot.src;
  document.LineARCHIV2007.src = whitedot.src;
  document.LineARCHIV2008.src = whitedot.src;
  document.LineARCHIV2009.src = braundot.src;
  document.LineRAHMENPROGRAMM.src = whitedot.src;
}


if(x==18){
  ProfilMitte.style.display = "inline";
  AusstellerMitte.style.display = "none";
  BesucherMitte.style.display = "none";
  PresseMitte.style.display = "none";
  ArchivMitte.style.display = "none";
  Archiv2005Rechts.style.display = "none";
  Archiv2006Rechts.style.display = "none";
  Archiv2007Rechts.style.display = "none";
  Archiv2008Rechts.style.display = "none";
  Archiv2009Rechts.style.display = "none";
  RahmenprogrammRechts.style.display = "inline";

  document.LinePROFIL.src = braundot.src; 
  document.LineAUSSTELLER.src = whitedot.src;
  document.LineBESUCHER.src = whitedot.src;
  document.LinePRESSE.src = whitedot.src;
  document.LineARCHIV.src = whitedot.src;
  document.LineARCHIV2005.src = whitedot.src;
  document.LineARCHIV2006.src = whitedot.src;
  document.LineARCHIV2007.src = whitedot.src;
  document.LineARCHIV2008.src = whitedot.src;
  document.LineARCHIV2009.src = whitedot.src;
  document.LineRAHMENPROGRAMM.src = braundot.src;
}

if(x==19){
  ProfilMitte.style.display = "inline";
  AusstellerMitte.style.display = "none";
  BesucherMitte.style.display = "none";
  PresseMitte.style.display = "none";
  ArchivMitte.style.display = "none";
  Archiv2005Rechts.style.display = "none";
  Archiv2006Rechts.style.display = "none";
  Archiv2007Rechts.style.display = "none";
  Archiv2008Rechts.style.display = "none";
  Archiv2009Rechts.style.display = "none";
  RahmenprogrammRechts.style.display = "none";

  document.LinePROFIL.src = braundot.src; 
  document.LineAUSSTELLER.src = whitedot.src;
  document.LineBESUCHER.src = whitedot.src;
  document.LinePRESSE.src = whitedot.src;
  document.LineARCHIV.src = whitedot.src;
  document.LineARCHIV2005.src = whitedot.src;
  document.LineARCHIV2006.src = whitedot.src;
  document.LineARCHIV2007.src = whitedot.src;
  document.LineARCHIV2008.src = whitedot.src;
  document.LineARCHIV2009.src = whitedot.src;
  document.LineRAHMENPROGRAMM.src = whitedot.src;
}

}


//js for opening images in photogallery

function BildGross(x) { 
BG=window.open(x,"BildGross","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=780px,height=750px");
BG.focus;
}

//js for resizing window for landscape/portrait images

function ResizeWindow() {
if(document.getElementById("BILD").width > 500){
//alert('Querformat');
 if (parseInt(navigator.appVersion)>3)top.resizeTo(860,750);
//alert('nach Querformat');
}

if(document.getElementById("BILD").width <= 500){
//alert('Hochformat');
  if (parseInt(navigator.appVersion)>3)top.resizeTo(479,750);
//alert('nach Hochformat');
}

}

//Popup during fair (deutsch)

function PopUpNewsfeedd()
{ 
	PUN=window.open("./Sites/PopUpNewsfeedd.html","Popup","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=260px,height=120px")
	PUN.focus();
}

//Popup during fair (englisch)

function PopUpNewsfeede()
{ 
	PUN=window.open("./Sites/PopUpNewsfeede.html","Popup","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=260px,height=120px")
	PUN.focus();
}


function chkForm() {

	var mail = document.Formular.email.value;
	var filter = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,5}(?:\.[a-z]{2})?)$/i;
	if (document.Formular.name.value == ""){
		document.Formular.name.focus();
		focusName.style.display = "inline";
		focusMail.style.display = "none";
		focusMessage.style.display = "none";
		return false;
		
	} else if (document.Formular.email.value == ""){
		document.Formular.email.focus();
		focusName.style.display = "none";
		focusMail.style.display = "inline";
		focusMessage.style.display = "none";
		return false;
		
	} else if (document.Formular.email.value != "" && !filter.test(mail)){
		document.Formular.email.focus();
		focusName.style.display = "none";
		focusMail.style.display = "inline";
		focusMessage.style.display = "none";
		return false;
		
	} else if (document.Formular.message.value == "") {
		document.Formular.message.focus();
		focusName.style.display = "none";
		focusMail.style.display = "none";
		focusMessage.style.display = "inline";
		return false;
		
	} else {
		return true;
	}
}


function showNews(){
	Effect.BlindDown('newsticker', {delay:1.5, duration:0.5});
}




// Check From of pressaccreditation D
function chkFormD() {

	var mail = document.pressaccrediation.email.value;
	var filter = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,5}(?:\.[a-z]{2})?)$/i;
	
	if (document.pressaccrediation.vorname.value == "" | document.pressaccrediation.vorname.value == "Bitte geben Sie Ihren Vornamen ein."){
		document.pressaccrediation.vorname.focus();
		document.pressaccrediation.vorname.value = "Bitte geben Sie Ihren Vornamen ein.";
		document.pressaccrediation.vorname.select();
		return false;
		
	} else if (document.pressaccrediation.nachname.value == "" | document.pressaccrediation.nachname.value == "Bitte geben Sie Ihren Nachnamen ein."){
		document.pressaccrediation.nachname.focus();
		document.pressaccrediation.nachname.value = "Bitte geben Sie Ihren Nachnamen ein.";
		document.pressaccrediation.nachname.select();
		return false;
	
	} else if (document.pressaccrediation.publikation.value == "" | document.pressaccrediation.publikation.value == "Bitte geben Sie Ihre Publikation ein."){
		document.pressaccrediation.publikation.focus();
		document.pressaccrediation.publikation.value = "Bitte geben Sie Ihre Publikation ein.";
		document.pressaccrediation.publikation.select();
		return false;
		
	} else if (document.pressaccrediation.email.value == "" | document.pressaccrediation.email.value == "Bitte geben Sie Ihre email ein."){
		document.pressaccrediation.email.focus();
		document.pressaccrediation.email.value = "Bitte geben Sie Ihre E-Mail Adresse ein.";
		document.pressaccrediation.email.select();
		return false;
				
	} else if (document.pressaccrediation.email.value != "" && !filter.test(mail)){
		document.pressaccrediation.email.focus();
		document.pressaccrediation.email.value = "Bitte geben Sie eine richtige E-Mail Adresse an.";
		document.pressaccrediation.email.select();
		return false;
		
	} else if (document.pressaccrediation.adresse.value == "" | document.pressaccrediation.adresse.value == "Bitte geben Sie Ihre Adresse ein."){
		document.pressaccrediation.adresse.focus();
		document.pressaccrediation.adresse.value = "Bitte geben Sie Ihre Adresse ein.";
		document.pressaccrediation.adresse.select();
		return false;
		
	} else {
		return true;
	}
}
