var page_inside;
function MM_openBrWindow(theURL,winName,features) { //v2.0
		  window.open(theURL,winName,features);
}
function displayWindow(url, width, height) {
var Win = window.open(url, "displayWindow", 'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=yes,status=0,toolbar=no' );
}
function BrowserCheck() {
	var b = navigator.appName;
	if (b=="Netscape") this.b = "ns";
	else if (b=="Microsoft Internet Explorer") this.b = "ie";
	else this.b = b;
	 this.version = navigator.appVersion
	 this.v = parseInt(this.version);
	  this.ns = (this.b=="ns" && this.v>=4);
	 this.ns4 = (this.b=="ns" && this.v==4);
	 this.ns5 = (this.b=="ns" && this.v==5);
	this.ie = (this.b=="ie" && this.v>=4);
		this.ie4 = (navigator.userAgent.indexOf('MSIE 4')>0);
		this.ie5 = (navigator.userAgent.indexOf('MSIE 5')>0);
		if (this.ie5) this.v = 5;
		this.min = (this.ns||this.ie);
	  this.win = (this.version.indexOf('Win')>0);
	  this.mac = (this.version.indexOf('Mac')>0);
}
// automatically create the "is" object
bees = new BrowserCheck()
