	var mHead="   - -- --- ----- ---=[ H I N W E I S ]=--- ----- --- -- - \n\n"
	var hinweis="\n\nUm diese Meldung abzuschalten, muessen Sie auf der\n" +
				"MeinISENet-Seite die Option 'NAV-Hinweis abschalten' waehlen.";
	
	function check4cookie(){
/*
		var ISENCookie = "CookieText";
		if (document.cookie) {
			ISENCookie = getCookieVal("Misc");
			if (ISENCookie.charAt(5)!="0"){
				MSG_Box(1);
			}
//			alert(ISENCookie.charAt(5))
		} else {
			MSG_Box(1);
		}
*/
	}
	
	function MSG_Box(n){
/*
		switch(n) {
			case 1: alert(mHead+"Klicken Sie auf den "+topic+"-Schriftzug,\num zurueck zum "+topic+"-Index zu kommen."+hinweis); break;
			case 2: alert(mHead+"      Zur MeinISENet gelangen Sie ueber den MeinISENet-Knopf im Menu\noder wenn Sie auf das ISENet-Logo oben links klicken.")
		}
*/
	}

	function getCookieVal(offset) {
/*
		var endstr = document.cookie.indexOf (";", offset);
		if (endstr == -1)
		endstr = document.cookie.length;
		return unescape(document.cookie.substring(offset, endstr));
*/
	}

//	check4cookie();

