function pop_eyebeep(theURL,winName,features) { window.open(theURL,winName,features); } function ClearText(obj, DefaultText) { if (DefaultText == obj.value) { obj.value = ""; } } $(document).ready(function() { $("a#inpage").fancybox({ 'transitionIn' : 'fade', 'transitionOut' : 'fade', 'speedIn' : 800, 'speedOut' : 800, 'overlayShow' : true, 'overlayOpacity' : 0.9 }); }); $(function() { $("#puffar").accordion({ active: false, autoHeight: false, collapsible: true, event: 'mouseover' }) .mouseleave(function() { $("#puffar").accordion('activate', -1); }); $("#puffar").show(800); });