function DraugiemSay( title, url, titlePrefix ){ window.open( 'http://www.draugiem.lv/say/ext/add.php?title=' + encodeURIComponent( title ) + '&link=' + encodeURIComponent( url ) + ( titlePrefix ? '&titlePrefix=' + encodeURIComponent( titlePrefix ) : '' ), '', 'location=1,status=1,scrollbars=0,resizable=0,width=530,height=400' ); } function SekomanSay( title, url ){ window.open( 'http://sekoman.lv/home?status=' + encodeURIComponent( title ) + '&url=' + escape( url ), '', '' ); } function TwitterSay( title ){ window.open( 'http://twitter.com/home?status=' + encodeURIComponent( title ), '', '' ); } function submitFullSearch(orderby, ordering, page) { document.getElementById('orderby').value = orderby; document.getElementById('ordering').value = ordering; document.getElementById('page').value = page; submitSearch(); } function submitSearchZero() { document.getElementById('page').value = 1; submitSearch(); } function submitSearch() { document.getElementById('searchform').submit(); } function preview(fieldId) { var field = document.getElementById(fieldId); window.open('preview.php?text=' + encodeURIComponent(field.value), '', 'location=0,status=0,scrollbars=1,resizable=1,width=500,height=400,top=200,left=200'); }