var the_page;

function openUltraWin(the_page)
{
  
 window.open(the_page, "ultraWindow","location,menubar,toolbar,scrollbars=yes, width=950,height=600");
  
}

