use_simulator(); $text1 = new HAW_text("If you browse this deck on a WAP or i-Mode phone, establishing a call is easy as following a link."); $text1->set_br(2); $PhonePage->add_text($text1); $phone = new HAW_phone("+1 407 386 3678", "CALL"); $PhonePage->add_phone($phone); $PhonePage->create_page(); ?>