function showPic () { DrElement.fadeOut( $( 'div_iframe' ) ); setTimeout( 'DrElement.fadeIn( $( \'div_pic\' ) )', 500 ); } function showForm () { $( 'user_image_iframe' ).frameBorder = 0; DrElement.fadeOut( $( 'div_pic' ) ); setTimeout( 'DrElement.fadeIn( $( \'div_iframe\' ) )', 500 ); } function showNewImage (sFile) { document.getElementById ('user_image').src = sFile; showPic(); }