var g_oPopupMenu = new SMPopupMenu("SMGlobalPopupMenu"), oItem = null;
with(g_oPopupMenu){
addItem("10039", "HOME_20CINEMA_20(120)", "/home-cinema/index.html", 1, "", 1, "");
addItem("1003", "AV_X2Receiver_20(39)", "/home-cinema/av-receiver/index.html", 2, "", 1, "");
addItem("10048", "Blu_X2ray_20Player_20(14)", "/home-cinema/blu-ray-player/index.html", 2, "", 1, "");
addItem("1006", "DVD_X2Player_20(8)", "/home-cinema/dvd-player/index.html", 2, "", 1, "");
addItem("10012", "Recorder_20(16)", "/home-cinema/dvd-recorder/index.html", 2, "", 1, "");
addItem("10014", "Heimkino_X2Systeme_20(14)", "/home-cinema/heimkino-systeme/index.html", 2, "", 1, "");
addItem("10042", "LCD_X2TV_20(13)", "/home-cinema/lcd-tv/index.html", 2, "", 1, "");
addItem("10035", "Video_X2Projectors_20(16)", "/home-cinema/video-projectors-beamer/index.html", 2, "", 1, "");
addItem("10019", "HiFi_X2STEREO_20(59)", "/hifi-stereo/index.html", 1, "", 1, "");
addItem("1005", "CD_X2Player_20(9)", "/hifi-stereo/cd-player/index.html", 2, "", 1, "");
addItem("10011", "Mini_X2Systeme_20(19)", "/hifi-stereo/mini-systeme/index.html", 2, "", 1, "");
addItem("10016", "Plattenspieler_20(turntables)_20(1)", "/hifi-stereo/plattenspieler-turntables/index.html", 2, "", 1, "");
addItem("10041", "Stereo_20Receiver_20(2)", "/hifi-stereo/stereo-receiver/index.html", 2, "", 1, "");
addItem("10045", "Streaming_20(16)", "/hifi-stereo/streaming/index.html", 2, "", 1, "");
addItem("10023", "Tuner_20(2)", "/hifi-stereo/tuner/index.html", 2, "", 1, "");
addItem("10028", "Verst_C3_A4rker_20(amplifier)_20(10)", "/hifi-stereo/verstaerker-amplifier/index.html", 2, "", 1, "");
addItem("10032", "BOXEN_20(SPEAKER)_20(186)", "/lautsprecher-boxen-speaker/index.html", 1, "", 1, "");
addItem("10046", "Aktiv_X2Lautsprecher_20(5)", "/lautsprecher-boxen-speaker/aktiv-lautsprecher/index.html", 2, "", 1, "");
addItem("1001", "Aktiv_X2Subwoofer_20(26)", "/lautsprecher-boxen-speaker/aktiv-subwoofer/index.html", 2, "", 1, "");
addItem("1007", "Center_20(20)", "/lautsprecher-boxen-speaker/center/index.html", 2, "", 1, "");
addItem("10013", "Einbau_X2Lautsprecher_20(18)", "/lautsprecher-boxen-speaker/einbau-lautsprecher/index.html", 2, "", 1, "");
addItem("10022", "Regal_X2Lautsprecher_20(46)", "/lautsprecher-boxen-speaker/regal-lautsprecher/index.html", 2, "", 1, "");
addItem("10027", "Surround_X2Sets_20(11)", "/lautsprecher-boxen-speaker/surround-sets/index.html", 2, "", 1, "");
addItem("10031", "Zubeh_C3_B6r_20(accessories)_20(60)", "/lautsprecher-boxen-speaker/zubehoer-cable-accessories/index.html", 2, "", 1, "");
addItem("10038", "CAR_X2HiFi_20(98)", "/car-hifi/index.html", 1, "", 1, "");
addItem("1004", "CD_X2,_20DVD_X2Tuner_20(6)", "/car-hifi/cd-dvd-tuner/index.html", 2, "", 1, "");
addItem("10015", "Navigation_20(7)", "/car-hifi/navigation/index.html", 2, "", 1, "");
addItem("10021", "Lautsprecher_20(speaker)_20(39)", "/car-hifi/lautsprecher-boxen-speaker/index.html", 2, "", 1, "");
addItem("10026", "Subwoofer_20(20)", "/car-hifi/subwoofer/index.html", 2, "", 1, "");
addItem("10033", "Zubeh_C3_B6r_20(accessories)_20(16)", "/car-hifi/zubehoer-accessories/index.html", 2, "", 1, "");
addItem("10030", "Verst_C3_A4rker_20(amplifier)_20(10)", "/car-hifi/verstaerker-amplifier/index.html", 2, "", 1, "");
addItem("10029", "ZUBEH_C3_96R_20(CABLE_20ETC_X3)_20(108)", "/zubehoer-cable-accessories/index.html", 1, "", 1, "");
addItem("1002", "Audio_X2Kabel_20(31)", "/zubehoer-cable-accessories/audio-kabel-cable/index.html", 2, "", 1, "");
addItem("10010", "DVI,HDMI_20(28)", "/zubehoer-cable-accessories/dvi-hdmi/index.html", 2, "", 1, "");
addItem("10018", "Video_X2Kabel_20(28)", "/zubehoer-cable-accessories/video-kabel-cable/index.html", 2, "", 1, "");
addItem("10044", "Fernbedienung_20(remotes)_20(5)", "/zubehoer-cable-accessories/fernbedienung-remotes/index.html", 2, "", 1, "");
addItem("10020", "Kopfh_C3_B6rer_20(headphones)_20(2)", "/zubehoer-cable-accessories/kopfhoerer-headphones/index.html", 2, "", 1, "");
addItem("10025", "Sonstiges_20(various)_20(14)", "/zubehoer-cable-accessories/sonstiges-various/index.html", 2, "", 1, "");
};

var m_sSelectedOptionValue = '0';
function printCatnavDropdown(){
	document.write('<select id="catdropdown" style="width:100%"></select>');
	SMShop.base.addMember("CatnavDropdown");
};

function CatnavDropdown_windowOnLoad(args){
	var oItems = g_oPopupMenu.selectItems(0, true);
	var selCatDropDown = $('catdropdown'),oOption = null, sDepth = '';

	if(m_sSelectedOptionValue == '0'){
		oOption = selCatDropDown[selCatDropDown.length] = new Option();
		with(oOption){
			selected='selected';
			text='<Warengruppen>';
			value = '0';
		}
	};

	oItems.each(function(oItem) {
		sDepth = ''; for(var i=1;i<parseInt(oItem.depth);i++) sDepth += '-';
		oOption = selCatDropDown[selCatDropDown.length] = new Option();
		with(oOption){
			if(oItem.id == m_sSelectedOptionValue) selected = 'selected';
			text = sDepth + ' ' + oItem.caption;
			value = oItem.id;
		}}
	);

	selCatDropDown.onchange = function(){
		var oItem = g_oPopupMenu.selectSingleItem(this.value);
		
		location.href = SMOMAbsoluteRootURL + oItem.url;
		
	};
};