// Copyright by FRAMEPARK
function FxLmf() {
if (self.location.search.length > 0) {
var ll = self.location.search.length;
var ls = self.location.search.substring(1,ll);
if (document.images) self.hauptframe.location.replace(ls)
else self.hauptframe.location.href = (ls);}
}
function FxLmf0(tg) {
if (top==self) {
if (document.images) top.location.replace(tg) 
else top.location.href = (tg);}
}
function FxLmf1(tg) {
if (top==self) {
if (document.images) top.location.replace(tg) 
else top.location.href = (tg);}
}
function FxLmf3(tg) {
if (top==self) {
if (document.images) top.location.replace(tg+"?"+self.location.href) 
else top.location.href = (tg+"?"+self.location.href);}
}
function FxLsf() {
if (self.location.search.length > 0) {
var ll = self.location.search.length;
var ls = self.location.search.substring(1,ll);
if (document.images) self.subfrm.location.replace(ls)
else self.subfrm.location.href = (ls);}
}
function FxLsf0(tg) {
if (top==self) {
if (document.images) top.location.replace(tg) 
else top.location.href = (tg);}
}
function FxLsf1(tg) {
if (top==self) {
if (document.images) top.location.replace(tg) 
else top.location.href = (tg);}
}
function FxLsf3(tg) {
if (top==self) {
if (document.images) top.location.replace(tg+"?"+self.location.href) 
else top.location.href = (tg+"?"+self.location.href);}
}