function PopUp(id)
{
	remote = window.open(id,'UCGPDXPopup','width=600,height=550,toolbar=yes,scrollbars=yes');
	window.remote.focus();
}

