function iwh001()
{  var win1;
  win1=window.open('pop001.htm','iwh001','width=500,height=400,resizable=1,menubar=1,scrollbars=1');
  win1.focus();}
function iwh002()
{  var win1;
  win1=window.open('../pop001.htm','iwh001','width=500,height=400,resizable=1,menubar=1,scrollbars=1');
  win1.focus();}