function chImage(name,nsrc)	{//by style:bruch
	if(document.images){a=document.images[name];if(!a.sro) a.sro=a.src;a.src=nsrc;}
}

function reImage(name) {//by style:bruch
	if(document.images){a=document.images[name];if (a.sro)a.src=a.sro;}
}


function chSubmitImage(ref,nsrc)	{//by style:bruch
	if(document.images){a=ref;if(!a.sro) a.sro=a.src;a.src=nsrc;}
}

function reSubmitImage(ref) {//by style:bruch
	if(document.images){a=ref;if (a.sro)a.src=a.sro;}
}

if (document.images) { //Preload Images
	dr_1 = new Image(); dr_1.src = "../img/seitedrucken_o.gif";
	we_1 = new Image(); we_1.src = "../img/weiterempfehlen_o.gif";
}


function weiterempfehlen() {
	xx = window.open("weiterempfehlen.htm","wewindow","width=500,height=600,resizable=yes,status=no");
}

function drucken() {
   this.print();
}

dat = location.href;
dat_anf = dat.lastIndexOf("/");
dat = dat.substring(dat_anf+1);

if (window.frames && !top.Main) top.location.href="http://www.pro-fit-web.de/?"+dat; //Setzt die Seite ins rechte Frame
