function copyrightOpen()
{  var w = window.open("about-icfe/copyright.html","copyright","width=600,height=200,status=no,resizable=no,scrollbars=yes");
   return w;
}

function privacyOpen()
{  var w = window.open("about-icfe/privacy.html","privacy","width=600,height=500,status=no,resizable=no,scrollbars=yes");
   return w;
}

function termsOpen()
{  var w = window.open("about-icfe/terms.html","terms","width=600,height=300,status=no,resizable=no,scrollbars=yes");
   return w;
}

