<!-- 
//	Copyright by alta4 Geoinformatik AG
//	
//	Frauenstraße 8+9
//	54290 Trier
//	fon : +49(0)651.96626-0
//	fax: + 49(0)651.96626-26
//	info@alta4.de
//	www.alta4.de
var browNS4 = false;
var browNS6 = false;
var browNS7 = false;
var browIE4 = false;
var browIE5 = false;
var browIE6 = false;

var browOP = false;
var browIE = false;
var browNS = false;

if (navigator.userAgent.indexOf('Opera')>0) { 
	if (navigator.userAgent.indexOf('Opera 7')>0) {
		browIE6 = true;
		browIE = true;
	} else {
		browOP = true;	
	}
} else {
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.userAgent.indexOf('MSIE 4')>0) {
  			browIE4 = true;
		}
		if (navigator.userAgent.indexOf('MSIE 5')>0) {
  			browIE5 = true;
  			browIE = true;
  		}

		if (navigator.userAgent.indexOf('MSIE 6')>0) {
  			browIE6 = true;
  			browIE = true;
		}
        self.resizeTo(990,750);
        self.moveTo(0,0); // absolute positioning
	}
	if (navigator.appName == "Netscape") {
		if (navigator.userAgent.indexOf('Netscape6')>0) {
  			browNS6 = true;	
  			browNS = true;	
		}
		else if (navigator.userAgent.indexOf('Netscape/7')>0) {
			browNS7 = true;
			browNS = true;
		}
		else {
			browNS4 = true;
			browNS = true;
		}
        self.menubar.visible=false;
        self.toolbar.visible=false;
        self.locationbar.visible=false;
        self.personalbar.visible=false;
        self.scrollbars.visible=false;
        self.statusbar.visible=false;
        self.resizeTo(990,640);
        self.moveTo(0,0); // absolute positioning

	}
}

//-->
