You can use the helper render:
<?=$this->render('menu.phtml')?>
If you want to pass certain variables to the displayed script, use the helper partial:
<?=$this->partial('menu.phtml', array("varname" => "value"))?>
menu.phtml , (view/scripts). menu.phtml , addScriptPath() .