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