var isNav4up
var isIE4up
var range = ""
var styleObj = ""
var topMeasure = ""
var leftMeasure = ""

var message = "Keep This In Mind\n";
message += "Copyright ©2004 Bee Universal .inc\n\n";
message += "All Rights Reserved\n";
message += "Copying of content on this Website prohibited\n\n";
message += "Design by Aneira nectar@beeuniversal.org";

if (navigator.appVersion.charAt(0) >= "4")
	{
		if (navigator.appName == "Netscape")
			{
			isNav4up = true;
			topMeasure = ".top";
			leftMeasure = ".left";
			}
		else
			{
			isIE4up = true;
			range = ".all";
			styleObj = ".style";
			topMeasure = ".pixelTop";
			leftMeasure = ".pixelLeft";
	}
}
else if (navigator.appVersion.charAt(0) <= "3") {
	document.location = "browsers.htm";
}

function click(e) {
if (isIE4up) {
if (event.button == 2) {
alert(message);return false;}}
if (isNav4up) {
if (e.which == 3) {
alert(message);return false;}}
}

if (isNav4up) {
document.captureEvents(Event.MOUSEDOWN);}
document.onmousedown=click;


window.defaultStatus = "Welcome to the Hive of Bee Universal inc."

var WW
var WH
var slot

function reDraw() {
/* left: 502/780 top: 157/452 */
	 if (isNav4up) {
		WH = window.innerHeight;
		WW = window.innerWidth;
		}
		
	if (isIE4up) {
		WH = document.body.clientHeight;
		WW = document.body.clientWidth;
		}
	if (WH < 312)
		{
		slot = "";
		}
	/*800 x 600*/
	if (311 < WH  && WH < 447)
		{
		slot = "";
		}
	/*1024 x 768*/
	if (448 < WH && WH < 579)
		{
		slot = "<BR><BR>";
		}
	/*1152 x 864*/
	if (580 < WH && WH < 707)
		{
		slot = "<BR><BR><BR><BR><BR><BR>";
		}
	/*1280 x 876*/
	if (708 < WH)
		{
		slot = "<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>";
		}
	document.write(slot);
}

function swapIt(source,msg)
	{
	show.src = source;
	window.status = msg;
	return true
	}