function printThemeQuickSearch(printTable, showHeader, tableStyle, wrapLink){ printTable = printTable?printTable:false; showHeader = showHeader?showHeader:false; tableStyle = tableStyle?tableStyle:'def'; wrapLink = wrapLink?wrapLink:false; var sLink = SMOMAbsoluteRootURL + "/" + "suche.htm"; var cntHeader = tableStyle!=''?' class="cnt-' + tableStyle + '-header"':''; var cntBody = tableStyle!=''?' class="cnt-' + tableStyle + '-body"':''; var sHtml = '
'; if(printTable){ sHtml += ''; if(showHeader) sHtml += 'Schnellsuche'; sHtml += ''; }; sHtml += '
' + '' sHtml += wrapLink||printTable?'
':' '; if(printTable) sHtml += '
'; sHtml += '
'; document.write(sHtml); };