function openContacts()
{
  window.open( "index.php?mode=contact", "_blank", "height=400,width=600" );
}
