//
//	DIVERSE JAVASCRIPT-FUNKTIONEN
//

function topaktuellhome() {
        document.write('<p><a href="elektriker-elektro/kontakt/index.html#topjob" title="" onfocus="this.blur();">&raquo; Tobjobs: Meister/Techniker und Elektroinstallateur gesucht !!</a></p>');
}

function topaktuellpage() {
        document.write('<p><a href="../kontakt/index.html#topjob" title="" onfocus="this.blur();">&raquo; Tobjobs: Meister/Techniker und Elektroinstallateur gesucht !!</a></p>');
}

function oW(url, windowname, w, h) {
  newWin=window.open(url, windowname, "scrollbars=yes,width=" + w + ",height=" + h + ",left=10,top=20")
  newWin.focus()
}


function oWNo(url, windowname, w, h) {
  newWin=window.open(url, windowname, "scrollbars=no,width=" + w + ",height=" + h + ",left=10,top=20")
  newWin.focus()
}


function nachoben() 
{
  akt_url_name=self.location+"";
  akt_url_name=akt_url_name.toLowerCase();
  akt_url_name=akt_url_name.replace("#top","");
  nlatte=akt_url_name.indexOf("#");
  if (nlatte > 0)
     {
//     alert("# bei Position "+nlatte);
     akt_url_name=akt_url_name.slice(0,nlatte);
//     alert("["+akt_url_name+"]");
     }
  location.href=akt_url_name+"#top";
  return;
}


function dokdatum()
{
	var modate = new Date(document.lastModified);
	jahr = modate.getYear();
 	if (jahr < 80) { jahr += 2000; }
  	else if (jahr >= 80 && jahr < 200) { jahr += 1900; }
	monat = modate.getMonth()+1;
	if (monat < 10) { monat = "0"+monat; }
	motag = modate.getDate();
	if (motag < 10) { motag = "0"+motag; }
	dokergeb =motag+"."+monat+"."+jahr;
return(dokergeb);
}


//
// Datei: elektroshop.js (c) 2000-2011, zuletzt aktualisiert: 22.07.2011 by ee
//

