function FxChgImg(no,obj) { window.document.images[no].src = obj.src; }

function FxLoadImg() {
img0 = new Image(); img0.src = "img/i2b0.gif";
img1 = new Image(); img1.src = "img/i2b1.jpg";
}

function FxCpy() {
document.onselectstart=new Function
("return false")
if (window.sidebar){
document.onmousedown=FxCpyon
document.onclick=FxCpyoff}}
function FxCpyon(e){return false}
function FxCpyoff(e){return true}

function FxLFx() {
if(self.location.search.length > 0) {
	var vxlen = self.location.search.length;
	var vxurl = self.location.search.substring(1,vxlen);
	if (document.images)
		self.frmmain.location.replace(vxurl);
	else
		self.frmmain.location.href = (vxurl); 
}
}
function FxLFy() {
if(document.images)
top.location.replace("index.htm?" + self.location.href); 
else 
top.location.href = "index.htm?" + self.location.href;
}
