<br />
<b>Warning</b>:  ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: output handler 'ob_gzhandler' cannot be used twice in <b>C:\Webseiten\tofisch.com\wwwroot\cache.php</b> on line <b>13</b><br />


$(document).ready(function(){var subject=$.parseJSON(cmsplus.inquiry.subjects);var sender=$.parseJSON(cmsplus.inquiry.senders);for(var i=0;i<sender.length;i++){$('select#inquiry-by').append('<option class="sender-'+i+'">'+sender[i]+'</option>');}
$('select#inquiry-by').change(function(){if($(this).find('option[selected][class]').length==0){$('select#inquiry-subject option[class]').remove();$('li.inquiry-subject').hide();}else{var subjectnr=$(this).find('option[selected]').attr('class').substr(7)*1;var subjects=typeof subject[subjectnr]!='undefined'?subject[subjectnr]:[];$('select#inquiry-subject option[class]').remove();for(var i=0;i<subjects.length;i++){$('select#inquiry-subject').append('<option class="subject-'+i+'">'+subjects[i]+'</option>')}
if(typeof cmsplus.inquiry.subject=='string'){$("select#inquiry-subject option:contains('"+cmsplus.inquiry.subject+"')").attr('selected','selected');}
$('li.inquiry-subject').show();}});if(typeof cmsplus.inquiry.from=='string'){$("select#inquiry-by option:contains('"+cmsplus.inquiry.from+"')").attr('selected',true).trigger('change');}else $('li.inquiry-subject').hide();$('textarea#inquiry-message').autoResize({onResize:function(){$(this).css({opacity:0.8});},animateCallback:function(){$(this).css({opacity:1});},animateDuration:300,extraSpace:20});});
