// (c)FRAMEPARK, www.framepark.de
MnuI1 = new Image(); MnuI1.src = "../img/n1a.gif";  
MnuI2 = new Image(); MnuI2.src = "../img/n1b.gif";
function fpDef(){ parent.frames[1].focus(); stw();}
function fpMnuCntr(MnuItem,Mnu) {
for (i = 1; i <= Mnu; i++) {window.document.images["mnu" + i].src = MnuI1.src;};
if (MnuItem > 0) {window.document.images["mnu" + MnuItem].src = MnuI2.src;}}
function st(){window.status="";}
function stw(){window.status="FRAMEPARK - internet services & solutions";}
function fpLmf() {
if (self.location.search.length > 0) {
var ll = self.location.search.length;
var ls = self.location.search.substring(1,ll);
if (document.images) top.frmmain.location.replace(ls)
else top.frmmain.location.href = (ls); FxCfr();}}
function fpLif() {
if (top==self) {
if (document.images) top.location.replace("jndex.htm?"+self.location.href) 
else top.location.href = ("jndex.htm?"+self.location.href);}}
function fpLmfalt() {
if (self.location.search.length > 0) {
var ll = self.location.search.length;
var ls = self.location.search.substring(1,ll);
if (document.images) top.frmmain.location.replace(ls)
else top.frmmain.location.href = (ls); FxCfr();}}