#set ($JS_COMMONDIALOGS = "js_commondialogs.vm") #if (!$JS_WINDOW) #parse("js_window.vm") #end #parse("common_js.vm") #if ($showJSComments) /*--------------------------------------------------------------\ | Creates a dialog with controls for searching the calling page.| \--------------------------------------------------------------*/ #end #if ($includeShowTextSearchDialog) function showTextSearchDialog() { var win = getWindow( "../common/system/loadpagetextsearch.html",'',200,30,false,false); return win ; } #end