//++++++++++++++ POP-UP f&uuml;r PRODUKTE +++++++++++++//
function produkte_nem(typ,produkt,sprache)
{
	var popupnem=window.open("http://www.vision-germany.com/produkte/nem/"+typ+"/popup_"+produkt+"_"+sprache+".php", "Produkte", "width=750,height=560,scrollbars=yes,resizable=no,menubar=no,dependent=yes");
	popupnem.focus();
}
function produkte_kosmetik(serie,produkt,sprache)
{
	var popupkosmetik=window.open("http://www.vision-germany.com/produkte/kosmetik/"+serie+"/popup_"+produkt+"_"+sprache+".php", "Produkte", "width=750,height=540,scrollbars=yes,resizable=no,menubar=no,dependent=yes");
	popupkosmetik.focus();
}
function produkte_kommende(typ,produkt,sprache)
{
	var popupkommende=window.open("http://www.vision-germany.com/produkte/kommende/"+typ+"_popup_"+produkt+"_"+sprache+".php", "Produkte", "width=750,height=560,scrollbars=yes,resizable=no,menubar=no,dependent=yes");
	popupkommende.focus();
}
//++++++++++++++ ENDE POP-UP f&uuml;r PRODUKTE +++++++++++++//
//++++++++++++++ POP-UP f&uuml;r GMP +++++++++++++//
function gmp(sprache)
{
	var popupgmp=window.open("http://www.vision-germany.com/produkte/popup_gmp_"+sprache+".php", "GMP", "width=750,height=350,scrollbars=no,resizable=no,menubar=no,dependent=yes");
	popupgmp.focus();
}
//++++++++++++++ ENDE POP-UP f&uuml;r GMP +++++++++++++//
//++++++++++++++ Umschaltung f&uuml;r FAQ +++++++++++++//
function antwortzeigen(id)
{
	antwort=document.getElementById(id).style;
	if(antwort.visibility=="hidden")
	{
    	antwort.visibility="visible";
    	antwort.display="";
    }
    else
    {
    	antwort.visibility="hidden";
    	antwort.display="none";
    }
}
//++++++++++++++ POP-UP f&uuml;r  VISION ELITE +++++++++++++//
function elite(sprache)
{
	var popupelite=window.open("http://www.vision-germany.com/karriere/popup_elite_"+sprache+".php", "Elite", "width=750,height=540,scrollbars=no,resizable=no,menubar=no,dependent=yes");
	popupelite.focus();
}
//++++++++++++++ ENDE POP-UP f&uuml;r VISION ELITE +++++++++++++//
//++++++++++++++ POP-UP f&uuml;r  QUALIFIKATIONEN +++++++++++++//
function qualifikationen(sprache,anker)
{
	var popupqualifikationen=window.open("http://www.vision-germany.com/karriere/popup_qualifikationen_"+sprache+".php#"+anker, "Qualifikationen", "width=750,height=520,scrollbars=yes,resizable=no,menubar=no,dependent=yes");
	popupqualifikationen.focus();
}
//++++++++++++++ ENDE POP-UP f&uuml;r QUALIFIKATIONEN +++++++++++++//
//++++++++++++++ POP-UP f&uuml;r HERSTELLER +++++++++++++//
function hersteller(sprache)
{
	var popuphersteller=window.open("http://www.vision-germany.com/produkte/popup_hersteller_"+sprache+".php", "Hersteller", "width=780,height=520,scrollbars=yes,resizable=no,menubar=no,dependent=yes");
	popuphersteller.focus();
}
//++++++++++++++ ENDE POP-UP f&uuml;r QUALIFIKATIONEN +++++++++++++//
//++++++++++++++ Bestellung +++++++++++++//
function anzahlzeigen(id)
{
	anzahlpool=document.getElementById(id).style;
	if(anzahlpool.visibility=="hidden")
	{
    	anzahlpool.visibility="visible";
    	anzahlpool.display="";
    }
    else
    {
    	anzahlpool.visibility="hidden";
    	anzahlpool.display="none";
    }
}
//++++++++++++++ POP-UP f&uuml;r Bildgalerie +++++++++++++//
function archivgalerie(thema)
{
	var popuparcivgalerie=window.open("http://www.vision-germany.com/aktuell/archiv/popup_"+thema+".php?bildnr=1", "Galerie", "width=655,height=410,scrollbars=no,resizable=no,menubar=no,dependent=yes");
	popuparcivgalerie.focus();
}
//++++++++++++++ ENDE POP-UP f&uuml;r Bildgalerie +++++++++++++//