/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

/* - ++resource++iz.germanbanks.javascripts/social-bookmarking.js - */
// http://www.germanbanks.org/portal_javascripts/++resource++iz.germanbanks.javascripts/social-bookmarking.js?original=1
function sbOver(text){if(text==''){text='...'} else{text='&nbsp;<strong>'+text+'</strong>'}
document.getElementById('sbText').innerHTML=text}
function sbDo(was){sburl=encodeURIComponent(location.href);sbtitle=encodeURIComponent(document.title);switch(was){case 'twitter':window.open('http://twitter.com/home?status='+sburl+'&title='+sbtitle);break;case 'facebook':window.open('http://de.facebook.com/sharer.php?u='+sburl+'&title='+sbtitle);break;case 'delicious':window.open('http://del.icio.us/post?url='+sburl+'&title='+sbtitle);break;case 'wong':window.open('http://www.mister-wong.de/index.php?action=addurl&bm_url='+sburl+'&bm_description='+sbtitle);break;case 'blinkList':window.open('http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url='+sburl+'&Title='+sbtitle);break;case 'yahoo':window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+sburl+'&t='+sbtitle);break;case 'yigg':window.open('http://yigg.de/neu?exturl='+sburl+'&exttitle='+sbtitle);break;case 'furl':window.open('http://www.furl.net/storeIt.jsp?u='+sburl+'&t='+sbtitle);break;case 'oneview':window.open('http://beta.oneview.de:80/quickadd/neu/addBookmark.jsf?URL='+sburl+'&title='+sbtitle);break;case 'folkd':window.open('http://www.folkd.com/submit/page/'+sburl);break;case 'linkarena':window.open('http://linkarena.com/bookmarks/addlink/?url='+sburl+'&title='+sbtitle+'&desc=&tags=');break;case 'google':window.open('http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+sburl+'&title='+sbtitle);break;case 'webnews':window.open('http://www.webnews.de/einstellen?url='+sburl+'&title='+sbtitle);break}}

/* - ++resource++iz.germanbanks.javascripts/jq.customEffects.js - */
// http://www.germanbanks.org/portal_javascripts/++resource++iz.germanbanks.javascripts/jq.customEffects.js?original=1
jQuery(document).ready(function(){jQuery("form.expose").bind("click keydown", function(){jQuery(this).expose({onLoad: function(){this.getExposed().css({backgroundColor:'#c7f8ff'})},onClose: function(){this.getExposed().css({backgroundColor:null})}})})});

