function jp_cc(filename){
  var winopts =
"toolbar=1,menubar=1,location=0,resizable=1,status=1,directories=0,scrollbars=1,scrolling='auto',width=684,height=500";
  var winname = "jp_iam";
  popupWindow = window.open(filename,winname,winopts);
}
function ShowLarge(Url)
		{
		new_window = window.open(Url, 'newWin', 'width=500,height=600,toolbar=yes,menubar=yes,location=no,status=yes,resizable=yes,scrollbars=yes');
		new_window.focus();
		}	
		function ShowLinks(Url)
		{
		new_window = window.open(Url, 'newWin', '');
		new_window.focus();
		}						