function show_ideal () {
  window.open("ideal.php", "iDealWindow", "menubar=no,location=no,resizable=yes,scrollbars=yes,status=yes,width=600,height=400");
  window.open('.','_self');
}
