//this.name="main_window";

//if (self.location.href.search(/index/)) {
// this.name="main_window";
//}

//****************************************************************
// FRAME-CHECK - ONLINE TOP == SELF EINSETZEN, SONST TOP == 0
//****************************************************************
function check(){
		if (top == 0){
			var me = escape(self.location.pathname);
			top.location.href = "index.htm";
		}
}
//****************************************************************

//****************************************************************
// Weiterempfehlung
//****************************************************************
		
	function empfehlung(){ 
		window.open("../../../php/empfehlung/empfehlung.php","Weiterempfehlung","width=350,height=345,resize=no,scrollbars=no,menubar=no,directories=no");
	}
		
	function detailempfehlung(){
		window.open("http://www.stadtwerke-huntetal.de/php/empfehlung/empfehlung_detail.php?url=index.htm","Weiterempfehlung","width=350,height=345,resize=no,scrollbars=no,menubar=no,directories=no");
		//window.open("http://195.100.100.199/evb_huntetal/php/empfehlung/empfehlung_detail.php?url=index.htm","Weiterempfehlung","width=350,height=345,resize=no,scrollbars=no,menubar=no,directories=no");
		//window.open("http://construktiv.info/customer/secure/evb-huntetal/php/empfehlung/empfehlung_detail.php?url=index.htm","Weiterempfehlung","width=350,height=345,resize=no,scrollbars=no,menubar=no,directories=no");
	}



//****************************************************************
// PopUp-Fenster (zentriert)
//****************************************************************

newwindow=false;

function fenster(url,breite,hoehe){
	if(newwindow&&newwindow.closed==false)
		newwindow.close()
	var l = (screen.availWidth - breite) / 2;
	var t = (screen.availHeight - hoehe) / 2;
	newwindow = window.open(url,"newwindow","width="+breite+",height="+hoehe+",left="+l+",top="+t+",scrollbars=1,resizable=0;");
	newwindow.focus();
}

//****************************************************************


//****************************************************************
// PopUp-Fenster (Sitemap)
//****************************************************************

function popup_sitemap() { 
  this.name="main_window";
		window.open("http://www.stadtwerke-huntetal.de/content/sitemap/sitemap/sitemap.htm","popup","width=515,height=550,resize=no,scrollbars=yes"); 
		//window.open("http://195.100.100.199/evb_huntetal/content/sitemap/sitemap/sitemap.htm","popup","width=515,height=550,resize=no,scrollbars=yes"); 
 		//window.open("http://construktiv.info/customer/secure/evb-huntetal/content/sitemap/sitemap/sitemap.htm","popup","width=515,height=550,resize=no,scrollbars=yes"); 
 
  } 

//****************************************************************


//****************************************************************
// PopUp-Fenster (Call-Back)
//****************************************************************

function popup_callback() {
		window.open("http://www.stadtwerke-huntetal.de/content/call-back/call-back/call-back.htm","popup","width=515,height=550,resize=no,scrollbars=yes");  
		//window.open("http://195.100.100.199/evb_huntetal/content/call-back/call-back/call-back.htm","popup","width=515,height=550,resize=no,scrollbars=yes"); 
 		//window.open("http://construktiv.info/customer/secure/evb-huntetal/content/call-back/call-back/call-back.htm","popup","width=515,height=550,resize=no,scrollbars=yes"); 
 
  } 

//****************************************************************


//****************************************************************
// PopUp-Fenster (Rechnung)
//****************************************************************

function popup_rechnung() {
  this.name="main_window";
		window.open("http://www.stadtwerke-huntetal.de/content/service/info_rechnung/info_rechnung/rechnung.htm","popup","width=760,height=550,resize=no,scrollbars=yes");  
		//window.open("http://195.100.100.199/evb_huntetal/content/service/info_rechnung/info_rechnung/rechnung.htm","popup","width=760,height=550,resize=no,scrollbars=yes"); 
 		//window.open("http://construktiv.info/customer/secure/evb-huntetal/content/service/info_rechnung/info_rechnung/rechnung.htm","popup","width=760,height=550,resize=no,scrollbars=yes"); 
 
  } 

//****************************************************************


//****************************************************************
// PopUp-Fenster (Webcam)
//****************************************************************

function popup_webcam() { 
		window.open("http://www.stadtwerke-huntetal.net/webcam/fussgaengerzone/webcam.jpg","popup","width=650,height=490,resize=no,scrollbars=no"); 
		//window.open("http://195.100.100.199/evb_huntetal/content/sitemap/sitemap/sitemap.htm","popup","width=515,height=550,resize=no,scrollbars=yes"); 
 		//window.open("http://construktiv.info/customer/secure/evb-huntetal/content/sitemap/sitemap/sitemap.htm","popup","width=515,height=550,resize=no,scrollbars=yes"); 
 
  } 

//****************************************************************



//****************************************************************
// eDecode (Decodieren einer email-adresse)
//****************************************************************

function edecode(ename, edomain, tld, elink, esubject){
var link = "<a href='&#109;&#97;&#105;&#108;&#116;&#111;&#58;"
+ename+"&#64;"+edomain+"&#46;"+tld+""+esubject+"' class=\"printfriend\">"+elink+"</a>";
document.write(link);
}

//****************************************************************
