//****************************************************************
// Frame-Check-Funktion
//****************************************************************
function check_startseite(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../index.htm";
	}
}		
function check_sitemap(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../sitemap.htm";
	}
}
function check_impressum(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../impressum.htm";
	}
}
function check_anfahrt(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../../anfahrt.htm";
	}
}
function check_ansprechpartner(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../../ansprechpartner.htm";
	}
}
function check_kontaktformular(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../../kontaktformular.htm";
	}
}
function check_bauwirtschaft(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../../bauwirtschaft.htm";
	}
}
function check_landwirtschaft(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../../landwirtschaft.htm";
	}
}
function check_produktpalette(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../../produktpalette.htm";
	}
}
function check_weiterebranchen(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../../weitere-branchen.htm";
	}
}
function check_firmengeschichte(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../../firmengeschichte.htm";
	}
}
function check_firmenprofil(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../../firmenprofil.htm";
	}
}
function check_details(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../../produktpalette.htm";
	}
}
function check_gebrauchtmaschinen(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../../gebrauchtmaschinen.php";
	}
}
function check_pressenews(){
	if (top == self){
		// self / 0
		var me = escape(self.location.pathname);
		top.location.href = "../../../presse-news.htm";
	}
}

//****************************************************************
// text per click ändern
//****************************************************************

var Neu1h = "101.10 HM";
var Neu1p = "Einfach mal hier eine kleine Info reinpacken >>";
function menu1 () {
  document.all.comment_h1.innerText = Neu1h;
  document.all.comment_1p.innerText = Neu1p;
}

var Neu2h = "102.10 HM";
var Neu2p = "Einfach mal hier eine kleine Info reinpacken >>";
function menu2 () {
  document.all.comment_h1.innerText = Neu2h;
  document.all.comment_1p.innerText = Neu2p;
}

var Neu3h = "103.10 HM";
var Neu3p = "Einfach mal hier eine kleine Info reinpacken >>";
function menu3 () {
  document.all.comment_h1.innerText = Neu3h;
  document.all.comment_1p.innerText = Neu3p;
}

var Neu4h = "104.10 HM";
var Neu4p = "Einfach mal hier eine kleine Info reinpacken >>";
function menu4 () {
  document.all.comment_h1.innerText = Neu4h;
  document.all.comment_1p.innerText = Neu4p;
}

var Neu5h = "105.10 HM";
var Neu5p = "Einfach mal hier eine kleine Info reinpacken >>";
function menu5 () {
  document.all.comment_h1.innerText = Neu5h;
  document.all.comment_1p.innerText = Neu5p;
}

var Neu6h = "106.10 HM";
var Neu6p = "Einfach mal hier eine kleine Info reinpacken >>";
function menu6 () {
  document.all.comment_h1.innerText = Neu6h;
  document.all.comment_1p.innerText = Neu6p;
}

var Neu7h = "107.10 HM";
var Neu7p = "Einfach mal hier eine kleine Info reinpacken >>";
function menu7 () {
  document.all.comment_h1.innerText = Neu7h;
  document.all.comment_1p.innerText = Neu7p;
}

var Neustarth = "100.10 HM";
var Neustartp = "Einfach mal hier eine kleine Info reinpacken >>";
function infostart () {
  document.all.comment_h1.innerText = Neustarth;
  document.all.comment_1p.innerText = Neustartp;
}
