<!--
function ShowPopup(PageToShow){
	var today = new Date;
	var NewName = '' + today.getTime();
      window.open(PageToShow, NewName, 'toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=no,width=540,height=480,top=20,left00,');
}
function DoNothing(){}
// -->