var loaded_form_12 = false; function populate_frame_12(id) { form_id = 12; if(!loaded_form_12) { iframe = document.getElementById('contact_form_' + id); iframe.removeAttribute('onload'); if(iframe.contentWindow && iframe.contentWindow.document) { iframe.contentWindow.document.write(''); } else if(iframe.contentDocument) { try { iframe.contentDocument.open() iframe.contentDocument.write(''); iframe.contentDocument.close(); } catch(err) {} } loaded_form_12 = true; } } 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); }