function PopUp(id)
{
	remote = window.open(id,'CCWA ARES/RACES Popup','width=600,toolbar=yes,scrollbars=yes');
	window.remote.focus();
}

