function newDS2Session(sessionId) {
		this.window.location =  "?sessionId=" + sessionId; //+ document.location.pathname document.location.hostname +
}

function newDS3Session_Replace(sessionId) {
		this.window.location =  "?sessionId=" + sessionId;
}

function openNewURL(url) {
	settings = 'location, toolbar, resizable=yes, top=0, left=0, width=' + screen.availWidth + ', height=' + screen.availHeight;
	externalWindow = window.open(url, '_blank', settings);
    externalWindow.focus();
}
