

var oldauthserver 	= '212.33.134.77';
var newauthserver 	= '217.65.225.138';
//var authserver 	= '3589057282';
var authport 	= '900';



function fncAuthenticate(authserver) {
	newWindow = window.open('http://' + authserver + ':' + authport,"newWindow","width=400,height=300");
	return;
}


