function rollover() {
	bName = navigator.appName;
	bVer = parseInt(navigator.appVersion);
	if ((bName == "Netscape" && bVer >=3) || (bName == "Microsoft Internet Explorer" && bVer >=4))
		return 1;
	return 0;
}

function rollover_body(flag, name, on, off)
{
	if (rollover()) {
		if (flag)
			document.images[name].src = on.src;
		else
			document.images[name].src = off.src;
	}
	return true;
}

function status_line(flag, str)
{
	if (flag) {
		window.status = str;
	} else {
		window.status = '';
	}
}

if (rollover()) {
		d511=new Image();
		d511.src="images/511.gif";
		d512=new Image();
		d512.src="images/512.gif";
		d711=new Image();
		d711.src="images/711.gif";
		d712=new Image();
		d712.src="images/712.gif";
		about1=new Image();
		about1.src="images/about1.gif";
		about2=new Image();
		about2.src="images/about2.gif";
		contact1=new Image();
		contact1.src="images/contact1.gif";
		contact2=new Image();
		contact2.src="images/contact2.gif";
		home1=new Image();
		home1.src="images/home1.gif";
		home2=new Image();
		home2.src="images/home2.gif";
}

function imgflip(img, flag) {
	on = eval(img + "2");
	off = eval(img + "1");
	rollover_body(flag, img, on, off);
	return true;
}

// Frame Breakout!!
<!-- begin hiding
	if (parent.frames.length)
	top.location.href= document.location;
// done hiding -->
