var pentagonRun = 0;
var servicesRun = 0;

function pentagonWindow (theFile,features)
{
	if (pentagonRun == 1) 
	{
		if ( ! pentagonstatus.closed){pentagonstatus.close();};
	};

	pentagonstatus = window.open("../popups/" + theFile,"pentagon",features);

	pentagonRun = 1;
}

function servicesWindow (theFile,features)
{
	if (servicesRun == 1) 
	{
		if ( ! servicesstatus.closed){servicesstatus.close();};
	};

	servicesstatus = window.open("../popups/" + theFile,"services",features);

	servicesRun = 1;
}
