function anfrage(value){

	var _value = Base64.encode(value);
	var _tmpWinLoc = window.location+"";
	var _suche = _tmpWinLoc.indexOf("lang");

//	if(_suche > 0){
		window.location = "http://www.softbox.io/softbox/web/start.php?lang=de&paket="+_value;
//	}else{
//		window.location = "?lang=de&paket="+_value;
//	}

}


function uniOverOutDiv(CBName,optContainer,vis){
	var offLeft = document.getElementById('root').offsetLeft + 200;
	document.getElementById(optContainer).style.left = (vis=='v')? offLeft+"px" : "-1000em";
}