function jumpkatalog() {
	if(document.Katalog.CategoryName.value == "") {
		alert("Bitte wählen Sie eine Kategorie.");
	} else {
		document.location='http://www.beautynet.de/is-bin/INTERSHOP.enfinity/eTS/Beautynet/de/-/EUR/BN_CoopPartner-Start?SRC=iuventa&SERVER=eCS&PIPELINE=BN_BrowseCatalog-Start&PARAM_NAME=CategoryName&PARAM_VAL=' + document.Katalog.CategoryName.value;
	}
	return false;
}


function jumpmarke() {
	if(document.Markenauswahl.search_query_manufacturer.value == "") {
		alert("Bitte wählen Sie eine Marke.");
	} else {
		document.location='http://www.beautynet.de/is-bin/INTERSHOP.enfinity/eTS/Beautynet/de/-/EUR/BN_CoopPartner-Start?SRC=iuventa&SERVER=eCS&PIPELINE=BN_ProfiSearch-Start&PARAMETERS=search_typecode%3D2%26search_typecode%3D4%26search_typecode%3D10%26search_typecode%3D16%26search_online%3Dtrue%26search_attribute_keyword%3Dname%26search_attribute_keyword%3DshortDescription%26search_attribute_keyword%3DlongDescription%26search_attribute_keyword%3DSKU%26search_attribute_keyword%3DBrand%26search_precision_keyword%3D1%26group_attribute_1%3Dcategory_uuid%26sort_attribute_1%3Dproduct_name%26sort_direction_1%3Dascending%26simpleSearch%3Dyes%26search_query_keyword%3D' + document.Markenauswahl.search_query_manufacturer.value;
	}
	return false;
}


function jumpsuche() {
	if ((document.Suche.search_query_keyword.value == "") || (document.Suche.search_query_keyword.value == "Produktsuche")) {
		alert("Bitte geben Sie einen Suchbegriff an.");
	} else {
		document.location='http://www.beautynet.de/is-bin/INTERSHOP.enfinity/eTS/Beautynet/de/-/EUR/BN_CoopPartner-Start?SRC=iuventa&SERVER=eCS&PIPELINE=BN_ProfiSearch-Start&PARAMETERS=search_typecode%3D2%26search_typecode%3D4%26search_typecode%3D10%26search_typecode%3D16%26search_online%3Dtrue%26search_attribute_keyword%3Dname%26search_attribute_keyword%3DshortDescription%26search_attribute_keyword%3DlongDescription%26search_attribute_keyword%3DSKU%26search_attribute_keyword%3DBrand%26search_precision_keyword%3D1%26group_attribute_1%3Dcategory_uuid%26sort_attribute_1%3Dproduct_name%26sort_direction_1%3Dascending%26simpleSearch%3Dyes%26search_query_keyword%3D' + document.Suche.search_query_keyword.value;
	}
	return false;
}