
/* - custom.js - */
// http://www.amica-ev.org/portal_javascripts/custom.js?original=1
jQuery(document).ready(function(){jQuery("#item-im-focus p.tileBody").after(show_video());jQuery("#archetypes-fieldname-ihr-beitrag input").change(function(){show_ihr_beitrag()});jQuery("#archetypes-fieldname-projektspende input").change(function(){show_projekt()});jQuery(".pfg-form form").attr('autocomplete','off');show_ihr_beitrag();show_projekt()});
function show_ihr_beitrag(){var div=jQuery("#archetypes-fieldname-betrag");var inp=jQuery("#betrag");if(jQuery("#ihr-beitrag_4").attr('checked')){div.show()} else{inp.val('');div.hide()}}
function show_projekt(){var div=jQuery("#archetypes-fieldname-projekt");if(jQuery("#projektspende").attr('checked')){div.show()} else{if(document.getElementById('projekt')){document.getElementById('projekt').selectedIndex=0}
div.hide()}}
function show_video(){return '<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/v8biC9XTm9g?fs=0&amp;hl=de_DE&amp;rel=0&amp;color1=0xdddddd&amp;color2=0xcccccc"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/v8biC9XTm9g?fs=0&amp;hl=de_DE&amp;rel=0&amp;color1=0xdddddd&amp;color2=0xcccccc" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>'}


