﻿// JScript File
var newwindow = '';

function managePopUp(url) {
	if (!newwindow.closed && newwindow.location) {
		newwindow.location.href = url;
	}
	else {
		newwindow=window.open(url,'name');
		if (!newwindow.opener) newwindow.opener = self;
	}
	if (window.focus) {newwindow.focus()}
//	return false;
}

function HSExChange(url)
{

window.open(url,'HeadStartGatewayHSExchange','width=1020, height=760,status=yes,resizable=yes,top=50,left=50,dependent=yes,alwaysRaised=yes,scrollbars=yes')

}



