$(function() { $.fn.clearTypeFadeIn = function(a, b) { $(this).fadeIn(a, function() { if (jQuery.browser.msie) { $(this).get(0).style.removeAttribute("filter") } if (b != undefined) { b() } }) }; $.fn.clearTypeFadeOut = function(a, b) { $(this).fadeOut(a, function() { if (jQuery.browser.msie) { $(this).get(0).style.removeAttribute("filter") } if (b != undefined) { b() } }) }; $.fn.clearTypeFadeTo = function(b, a, c) { $(this).fadeTo(b, a, function() { if (jQuery.browser.msie) { $(this).get(0).style.removeAttribute("filter") } if (c != undefined) { c() } }) } }); $(function() { if ($.browser.msie && $.browser.version < 7) { alert("Voor deze website heeft u Internet Explorer 7 of hoger nodig!") } $("#navigatie_boven li, #navigatie_rechts li").find("a[href]").append('<span class="hover" />').each(function() { var a = $("> span.hover", this).css("opacity", 0); $(this).hover(function() { a.stop().fadeTo(500, 1) }, function() { a.stop().fadeTo(500, 0) }) }) }); $(document).ready(function() { if ($("#lettergrootte").innerHeight() != 18) { $("body").css("font-size", "16px") } $("a.target_blank").attr("target", "_blank"); $("#rechts .tekst_van_home").css("opacity", 0); $("#rechts .tekst_van_home").show(); $("#rechts .tekst_van_home").clearTypeFadeTo(750, 1) }); function start_flash_film() { $("#rechts_flash").css("z-index", 2); var a = swfobject.getObjectById("flash_film"); a.Play(); $("#links_film").html('<a href="#" id="link_naar_film"><strong>Bekijk de promotiefilm</strong></a><p>Ge&iuml;nteresseerd in een bedrijfsfilm? Vraag vrijblijvend een offerte aan.</p>') } function wijzig_id(a, b) { document.getElementById(a).id = b } function reactiveer_link() { $("#rechts_flash").css("z-index", -1); $("#links_film").html('<a id="link_naar_film" onclick="start_flash_film()"><strong>Bekijk de promotiefilm</strong></a><p>Ge&iuml;nteresseerd in een bedrijfsfilm? Vraag vrijblijvend een offerte aan.</p>') };
