/* UNNOETIG... // Styles generalform: if( document.addEventListener ) document.addEventListener( 'DOMContentLoaded', wfmform, false ); function wfmform(){ // Hide forms $( 'form.wfmform' ).hide().end(); // Processing $( 'form.wfmform' ).find( 'li>label' ).not( '.nowfm' ).each( function( i ){ var labelContent = this.innerHTML; var labelWidth = document.defaultView.getComputedStyle( this, '' ).getPropertyValue( 'width' ); var labelSpan = document.createElement( 'span' ); labelSpan.style.display = 'block'; labelSpan.style.width = labelWidth; labelSpan.innerHTML = labelContent; this.style.display = '-moz-inline-box'; this.innerHTML = null; this.appendChild( labelSpan ); } ).end(); // Show forms $( 'form.wfmform' ).show().end(); } */ //$( function() { $('#element1 a').lightBox(); });