function browserCheck(lang)
{
	if((navigator.appName.indexOf("Netscape") != -1) && (navigator.userAgent.indexOf("Opera") == -1) && (parseInt(navigator.appVersion) < 5)) {
		window.open("http://starway.de/netscape4_" + lang + ".html","netWindow","height=570,width=520");
	}
	
}
		