var loaded_form_1 = false; function populate_frame_1(id) { form_id = 1; if(!loaded_form_1) { iframe = document.getElementById('contact_form_' + id); iframe.removeAttribute('onload'); if(!loaded_form_1 && iframe.contentWindow && iframe.contentWindow.document && iframe.contentWindow.document.write) { iframe.contentWindow.document.write(''); loaded_form_1 = true; iframe.contentDocument.close(); } if(!loaded_form_1 && iframe.contentDocument) { try { iframe.contentDocument.open(); iframe.contentWindow.write(''); iframe.contentDocument.close(); loaded_form_1 = true; } catch(err) {} } } } iframe_width = ("undefined" != typeof iframe_width)? iframe_width : '222px'; iframe_height = ("undefined" != typeof iframe_height)? iframe_height : '475px'; iframe = ""; if("undefined" != typeof iframe_holder) { document.getElementById(iframe_holder).innerHTML += iframe; } else { document.write(iframe); }