  // -----------------------------------------------------
  // Eventguide Version 2.3
  // Copyright by Eventguide.IT - www.eventguide.it
  // Erstellt: Autumn 2005
  // Last Change: August 2006
  // -----------------------------------------------------

// Forum-Löschen

function delSF(id){if(confirm("Willst Du diesen Beitrag wirklich entfernen?")){
dg('fo' + id).submit();} else {return false;}}

// Temporary variables to hold mouse x-y pos.s
var tempX = 0
var tempY = 0
// Detect if the browser is IE or not.
// If it is not IE, we assume that the browser is NS.
var IE = document.all?true:false

// If NS -- that is, !IE -- then set up for mouse capture
if (!IE) document.captureEvents(Event.MOUSEMOVE)

// Main function to retrieve mouse x-y pos.s
function getMouseXY(e) {
  if (IE) { // grab the x-y pos.s if browser is IE    
  
    if (document.documentElement && document.documentElement.scrollTop){
    // IE6 +4.01 and user has scrolled
    tempX = event.clientX + document.documentElement.scrollLeft
    tempY = event.clientY + document.documentElement.scrollTop}
    
    else if (document.body && document.body.scrollTop){
    // IE5 or DTD 3.2
    tempX = event.clientX + document.body.scrollLeft
    tempY = event.clientY + document.body.scrollTop}
        
 } else {  // grab the x-y pos.s if browser is NS
    tempX = e.pageX
    tempY = e.pageY
 }  
  // catch possible negative values in NS4
  if (tempX < 0){tempX = 0}
  if (tempY < 0){tempY = 0}
  xFromMouse = 20; yFromMouse = -20;
    
  var objPIC = dg("picoverD");
  if (objPIC != null) {objPIC.style.left = (tempX + xFromMouse) + "px"; objPIC.style.top  = (tempY + yFromMouse) + "px";}  
  return true
}

function s(c){dg("picoverP").src = c.src; dg("picoverD").style.display = "";}
function h(c){dg("picoverD").style.display = "none";}

function pd(picName, picUrl){mobilizer(picName, 'http://www.eventguide.it/foto/' + picUrl, '(c) www.eventguide.it', 0);}
function mobilizer(n,im,ps,mpf) {a = "eventguide"; partner_id = "31"; la="DE"; c="DE"; p="height=340,width=410,toolbar=no,directories=no,status=no,scrollbars=auto,resizable=no,menubar=no";
 hWnd=window.open('http://www.sonnerie.net/external/DrtTop/dl_NEW_ALL.php?a='+a+'&type=35&son_nom='+n+'&lang='+la+'&c='+c+'&logo_image='+im+'&ps='+ps+'&mpf='+mpf+'&vdcat=0&partner='+partner_id,"Hwnd",p); hWnd.focus();}

function w(url){popup = window.open(url,'Eventguide','scrollbars=yes,resizable=yes,width=712,height=845'); popup.focus(); return false;}
function oAdmin(url){window.location = 'http://www.eventguide.it/pages/administration/Overview.aspx'; //popup = window.open(url,'EventguideWizard','scrollbars=yes,resizable=yes,width=800,height=950'); popup.focus(); 
    return false;}
function wf(url){popup = window.open(url,'EventguideForum','scrollbars=yes,resizable=yes,width=712,height=600'); popup.focus(); return false;}
function wm(url){if (window.opener && !window.opener.closed) {window.opener.location.href = url; window.opener.focus(); return false;} else {window.self.location.href = url;}}
function dg(obj){return document.getElementById(obj);}

function PZoCol(obj){obj.className = "PhotoZB"; obj.childNodes[0].className="WhiteText";}
function PZoColB(obj){obj.className = ""; obj.childNodes[0].className="TextBlack";}

function showSearch(id){
	switch (id){
		case 1: {dg("SearchTEvent").style.display = ''; dg("ButtonEvent").src = '../Pictures/Common/Kartei-Events.gif'; if(dg("SearchTNews")) {dg("SearchTNews").style.display = 'none'; dg("ButtonNews").src = '../Pictures/Common/Kartei-NewsB.gif';} break;}
		case 2: {dg("SearchTNews").style.display = ''; dg("ButtonNews").src = '../Pictures/Common/Kartei-News.gif'; dg("SearchTEvent").style.display = 'none'; dg("ButtonEvent").src = '../Pictures/Common/Kartei-EventsB.gif'; break;}
	}
}
function showPhotoP(id){
		switch (id){
		case 1: {dg("PhotoEvent").style.display = ''; dg("ButtonPhotoE").src = '../Pictures/Common/Kartei-Fotos.gif'; dg("PhotoAbo").style.display = 'none'; dg("ButtonPhotoB").src = '../Pictures/Common/Kartei-Fotografen.gif'; break;}
		case 2: {dg("PhotoAbo").style.display = ''; dg("ButtonPhotoB").src = '../Pictures/Common/Kartei-Fotografen.gif'; dg("PhotoEvent").style.display = 'none'; dg("ButtonPhotoE").src = '../Pictures/Common/Kartei-Fotos.gif'; break;}
	}
}
function showMyGuide(id){
		switch (id){
		case 1: {if(dg("LayLogin")) {dg("LayLogin").style.display = ''; dg("ButtonLogin").src = '../Pictures/Common/Kartei-Einloggen.gif';}
				 if(dg("LayFotoMail")) {dg("LayFotoMail").style.display = 'none'; dg("ButtonFotoMail").src = '../Pictures/Common/Kartei-Foto-MailB.gif'}; 
				 if(dg("LayRegister")) {dg("LayRegister").style.display = 'none'; dg("ButtonRegister").src = '../Pictures/Common/Kartei-RegistrierenB.gif'}; 
				 if(dg("InfoBoxLogin")) dg("InfoBoxLogin").style.display = 'none'; if(dg("InfoRegistration")) dg("InfoRegistration").style.display = 'none'; if(dg("InfoConclusion")) dg("InfoConclusion").style.display = 'none'; if(dg("TotConclusion")) dg("TotConclusion").style.display = 'none'; break;}
		case 2: {if(dg("LayLogin")) {dg("LayLogin").style.display = 'none'; dg("ButtonLogin").src = '../Pictures/Common/Kartei-EinloggenB.gif';}
				 if(dg("LayFotoMail")) {dg("LayFotoMail").style.display = ''; dg("ButtonFotoMail").src = '../Pictures/Common/Kartei-Foto-Mail.gif'}; 
				 if(dg("LayRegister")) {dg("LayRegister").style.display = 'none'; dg("ButtonRegister").src = '../Pictures/Common/Kartei-RegistrierenB.gif'}; 
				 if(dg("InfoBoxLogin")) dg("InfoBoxLogin").style.display = 'none'; if(dg("InfoRegistration")) dg("InfoRegistration").style.display = 'none'; if(dg("InfoConclusion")) dg("InfoConclusion").style.display = 'none'; if(dg("TotConclusion")) dg("TotConclusion").style.display = 'none'; break;}
		case 3: {if(dg("LayLogin")) {dg("LayLogin").style.display = 'none'; dg("ButtonLogin").src = '../Pictures/Common/Kartei-EinloggenB.gif';}
				 if(dg("LayFotoMail")) {dg("LayFotoMail").style.display = 'none'; dg("ButtonFotoMail").src = '../Pictures/Common/Kartei-Foto-MailB.gif'}; 
				 if(dg("LayRegister")) {dg("LayRegister").style.display = ''; dg("ButtonRegister").src = '../Pictures/Common/Kartei-Registrieren.gif'}; 
				 if(dg("InfoBoxLogin")) dg("InfoBoxLogin").style.display = 'none'; if(dg("InfoRegistration")) dg("InfoRegistration").style.display = 'none'; if(dg("InfoConclusion")) dg("InfoConclusion").style.display = 'none'; if(dg("TotConclusion")) dg("TotConclusion").style.display = 'none'; break;}
	}
}

function goAddrP(id, lang){
switch (lang){
case 1: {window.self.location.href = '../adressen-' + id + '-1/'; break;}
case 2: {window.self.location.href = '../indirizzo-' + id + '-1//'; break;}
}}

function goToNewsPage(pageDate, lang){
switch (lang){
case 1: {window.self.location.href = '../suedtirol-news-' + pageDate + '/'; break;}
case 2: {window.self.location.href = '../altoadige-news-' + pageDate + '/'; break;}
}}

function addMo(id){document.getElementById("pad"+id).src = "../Pictures/Common/Adressen-IconB.gif"; document.getElementById("ad"+id).className = "AddrMo"; document.getElementById("adl"+id).className = "AddrMo";}
function addMoo(id){document.getElementById("pad"+id).src = "../Pictures/Common/Adressen-Icon.gif"; document.getElementById("ad"+id).className = "AddrMoo"; document.getElementById("adl"+id).className = "AddrMoo";}

function teamMo(id){document.getElementById("pad"+id).src = "../Pictures/Common/Team-IconB.gif"; document.getElementById("ad"+id).className = "AddrMo"; document.getElementById("adl"+id).className = "AddrMo";}
function teamMoo(id){document.getElementById("pad"+id).src = "../Pictures/Common/Team-Icon.gif"; document.getElementById("ad"+id).className = "AddrMoo"; document.getElementById("adl"+id).className = "AddrMoo";}

function cleanPhotoBox(objId){
   var toChange = document.getElementById(objId);
   var photoElement = document.getElementsByTagName("select"); 
   
   var i = 0;
   for (i; i < photoElement.length; i++){
   		tmp = photoElement[i];
		if (tmp.id != ""){
			if (tmp.name == "EventFoto" || tmp.id.indexOf("EvFo_") != -1 ){
				if (tmp.id != objId)
				 tmp.selectedIndex = 0;
			}
		}
	  }
}

function goEvent(lang) {
var photoElement = document.getElementsByTagName("select");    
   var i = 0;
   for (i; i < photoElement.length; i++){
   		tmp = photoElement[i];
		if (tmp.id != ""){
			if (tmp.name == "EventFoto" || tmp.id.indexOf("EvFo_") != -1 ){
				if (tmp.selectedIndex != 0)
				 goEventPage(tmp.value, lang);
			}
		}
	  }
}

function goEventPage(id, lang){
switch (lang){
case 1: {window.self.location.href = '../veranstaltung-' + id + '/'; break;}
case 2: {window.self.location.href = '../manifestazione-' + id + '/'; break;}
}}

function starsPOutput(star,lang){
	switch (star) {
	  case 1: {dg("StarsEvent").innerHTML = "H&auml;sslich"; showYellowStars(1); break;}
	  case 2: {dg("StarsEvent").innerHTML = "M&auml;&szlig;ig"; showYellowStars(2);  break;}
	  case 3: {dg("StarsEvent").innerHTML = "Nett"; showYellowStars(3); break;}
	  case 4: {dg("StarsEvent").innerHTML = "Sch&ouml;n"; showYellowStars(4); break;}
	  case 5: {dg("StarsEvent").innerHTML = "Wunderbar"; showYellowStars(5); break;}
}}
function showYellowStars(untilStar){
  switch (untilStar){
  case 1: {dg("EvStar1").src =  "../Pictures/Common/StarsC-over_01.gif"; break;}
  case 2: {
	dg("EvStar1").src =  "../Pictures/Common/StarsC-over_01.gif";
	dg("EvStar2").src =  "../Pictures/Common/StarsC-over_02.gif"; break;}
  case 3: {
	dg("EvStar1").src =  "../Pictures/Common/StarsC-over_01.gif";
	dg("EvStar2").src =  "../Pictures/Common/StarsC-over_02.gif";
	dg("EvStar3").src =  "../Pictures/Common/StarsC-over_03.gif"; break;}
  case 4: {
	dg("EvStar1").src =  "../Pictures/Common/StarsC-over_01.gif";
	dg("EvStar2").src =  "../Pictures/Common/StarsC-over_02.gif";
	dg("EvStar3").src =  "../Pictures/Common/StarsC-over_03.gif";
	dg("EvStar4").src =  "../Pictures/Common/StarsC-over_04.gif"; break;}
  case 5: {
	dg("EvStar1").src =  "../Pictures/Common/StarsC-over_01.gif";
	dg("EvStar2").src =  "../Pictures/Common/StarsC-over_02.gif";
	dg("EvStar3").src =  "../Pictures/Common/StarsC-over_03.gif";
	dg("EvStar4").src =  "../Pictures/Common/StarsC-over_04.gif";
	dg("EvStar5").src =  "../Pictures/Common/StarsC-over_05.gif"; break;}
  }
}
    
function normalStarsP(lang){
  if (lang == 1)
  dg("StarsEvent").innerHTML = "Wertung";
  else
  dg("StarsEvent").innerHTML = "Stelle";
  dg("EvStar1").src =  "../Pictures/Common/StarsC_01.gif";
  dg("EvStar2").src =  "../Pictures/Common/StarsC_02.gif";
  dg("EvStar3").src =  "../Pictures/Common/StarsC_03.gif";
  dg("EvStar4").src =  "../Pictures/Common/StarsC_04.gif";
  dg("EvStar5").src =  "../Pictures/Common/StarsC_05.gif";
}
    
function submitStarsP(stars){
  dg("EventStarsSelected").value = stars;
  dg("starsAction").value = "true";
  dg("EventStarsForm").submit();
}

function showKartei(element) {
	switch (parseInt(element)){
		case 1: { // Kontakt
			hideOtherKartei();
			dg("KarteiKontakt").style.display = "";
			dg("KarteiPicAddress").src = "../Pictures/Common/Kartei-Adressen.gif";
			break;}
		case 2: { // Anlage	
			hideOtherKartei();
			dg("KarteiAnlage").style.display = "";
			dg("KarteiPicAnlage").src = "../Pictures/Common/Kartei-Anlage.gif";
			break;}		
		case 3: { // Forum Beitrag
			hideOtherKartei();
			dg("KarteiBeitrag").style.display = "";
			dg("KarteiPicBeitrag").src = "../Pictures/Common/Kartei-Beitrag.gif";
			break;}
	}					
}
function hideOtherKartei() {
	if (dg("KarteiKontakt")) { dg("KarteiKontakt").style.display = "none"; dg("KarteiPicAddress").src = "../Pictures/Common/Kartei-AdressenB.gif";}
	if (dg("KarteiAnlage")) { dg("KarteiAnlage").style.display = "none"; dg("KarteiPicAnlage").src = "../Pictures/Common/Kartei-AnlageB.gif";}
	if (dg("KarteiBeitrag")) { dg("KarteiBeitrag").style.display = "none"; dg("KarteiPicBeitrag").src = "../Pictures/Common/Kartei-BeitragB.gif";}				
}

function CleanPageLines(){document.getElementById("Tb0").className = ""; document.getElementById("Tb1").className = ""; document.getElementById("Tb2").className = ""; }
function NewsCol(obj) {obj.className = "NewsShortHover";}
function NewsColB(obj) {obj.className = "NewsShort";}

function NewsShow(objId) {
   var toChange = document.getElementById(objId);
   var newsElement = document.getElementsByTagName("tr"); 
   
   var i = 0;
   for (i; i < newsElement.length; i++){
   		tmp = newsElement[i];
		if (tmp.id != ""){
			if (tmp.name == "News" || tmp.id.indexOf("NewsE") != -1 ){
				if (tmp.id != objId)
				 tmp.style.display = "none";
			}
		}
	  }
	  if (toChange.style.display == "none") {
	  	toChange.style.display = "";}
	  else
	    {toChange.style.display = "none";}
}

// Funktionen von by experience
function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_findObj(n, d) { //v4.01
var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

/**
 * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */
if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;