var tel_css; if (tel_css === undefined) {tel_css = ' #tel_map_element { width: 100%; height: 300px; } .helphoverlink, .helplink { /* todo: mouse cursor look like link. question mark? */ } .helphoverlink:hover, .helplink:hover { /* todo: mouse cursor look like link */ } #tel_request_status { padding: 6px; border-bottom: #e0e0e0 solid 1px; } #tel_request_status_bar { padding: 2px 6px; } #tel_form_container { background-color: #fff; font-size: 0.8em; } #tel_form_container td, #tel_form_container th { text-align: left; font-weight: normal; padding: 6px; vertical-align: top; z-index: 0; font-size: 0.8em; } #tel_form_container .instructions { color: #666666; font-style: italic; font-size: 0.8em; } #tel_pc_form_container { width: 100%; } #tel_request_container { width: 600px; border: black solid 2px; color: black; font-family:Verdana, Arial, Tahoma; } #tel_request_container input[type=text] { width: 80%; } #tel_comment { width: 80%; height: 50px; } #tel_pc_input_error, #tel_email_error { font-size: 0.8em; width: 200px; } #tel_city_input, #tel_pc_input { width: 100px; } /* temporary */ #tel_show_more_row { display: none; } #tel_show_more_options { cursor: pointer; padding-top: 4px; padding-bottom: 4px; background-color: #e0e0e0; } /* todo: first-child doesn\'t work in ie6 */ th#tel_show_more_options>div:first-child+div { font-size: 0.8em; text-decoration: underline; text-align: right; } td#tel_submit_button_cell { text-align: right; } td#tel_add_link_button_cell { text-align: right; padding-right: 14%; } /* #tel_request_container .advanced { */ .tel_advanced { background-color: #e0e0e0; display: none; } #tel_links_cell { max-height: 92px; overflow-y: auto; } #tel_links_cell>span { display: block; } .link_icon { border: none; margin-left: 4px; margin-top: 2px; font-size: 0.8em; } #tel_privacy_statement { display: none; background-color: #E0E0E0; border: 2px solid black; font-size: 0.9em; overflow-y: auto; padding: 10px; width: 100%; height: 100%; position: absolute; z-index: 10; } #tel_privacy_statement_close_top { float: right; } #tel_privacy_statement h3 { text-align: center; margin: 10px 0 10px 0; } #tel_privacy_statement li { margin-bottom: 8px; margin-top: 4px; margin-left: 15px; } #tel_tos_link { text-decoration: underline; cursor: pointer; } .cluster img.cluster_icon { float: right; padding: 6px 14px 20px 3px; } .cluster_name { font-size: 16px; font-family: arial,helvetica; font-weight: bold; } .cluster_country { font-size: 13px; font-family: arial,helvetica; font-weight: normal; font-style: italic; } .num_requests { font-family: arial,helvetica; font-size: 12px; } #tel_success { display: none; border: 2px solid black; background-color: #fff; background-image: \'images/whitebg87.png\'; font-size: 0.9em; overflow-y: auto; overflow-x: auto; padding: 10px; width: 604px; height: 40%; position: absolute; left: 8px; text-align: center; z-index: 10; } #tel_success>div:first-child { vertical-align: top; line-height: 70px; } #tel_success>div:first-child>span { font-size: 30px; vertical-align: top; line-height: 80px; } #tel_success>div:first-child>img { display: none; /* take this out for now, until we come up with a better icon */ } #tel_success_instructions { width: 100%; text-align: left; font-size: 1.3em; } #tel_lightbox { position: fixed; z-index: 9999; overflow-y: auto; overflow-x: hidden; } #tel_lightbox_header { background-color: #000; font-family:verdana,Arial,Tahoma; color: #EFEFEF; padding: 4px; } #tel_lightbox_header a { float: right; color: #666; text-decoration: none; } #tel_lightbox_header a:hover { color: #EFEFEF; } #tel_lightbox_header a:visited { color: #666; } #tel_overlay { background-color: #000000; left: 0; top: 0; position: fixed; width: 100%; height: 100%; z-index: 999; opacity: 0.8; } #tel_whats_this { font-size: 0.8em; padding-right: 1em; position: relative; /* text-decoration: underline; */ } #tel_whats_this #tel_form_instructions { background-color: #ddd; display: none; position: absolute; right: 0px; bottom: 0px; padding: 0 10px; border: black solid 1px; text-align: left; width: 400px; text-decoration: none; font-size: 1.2em; color: #000; } #tel_whats_this:hover #tel_form_instructions, #tel_form_instructions:hover { display: block; } .ccmarker { border: none; position: absolute; padding-left: 0px; cursor: pointer; background-repeat: no-repeat; }';}
var head = document.getElementsByTagName("head")[0];
(function() {
	if (window.google === undefined || window.google.maps === undefined || window.google.maps.MapTypeId === undefined) {
		document.write('<' + 'script src="http://maps.google.com/maps/api/js?sensor=false"' +
                   ' type="text/javascript"><' + '/script>');
//		document.write('<' + 'script src="http://app.crowdcontrols.cc/markermanager.js"' +
//		   ' type="text/javascript"><' + '/script>');
	}
	
	function mapLoaded() {
		alert('gfys');
	}
})();

document.write('<' + 'script src="http://app.crowdcontrols.cc/javascript2.php?key=1e2a6d16f5a027005156774a9657685e5677cbce&hash=true&element=request_form"' +
		   ' type="text/javascript"><' + '/script>');

/*
var cc_script = document.createElement('script');
if (cc_script) {
	cc_script.type = 'text/javascript';
	cc_script.src = 'javascript2.php?key=1e2a6d16f5a027005156774a9657685e5677cbce&hash=true&element=request_form';
	head.appendChild(cc_script);
}
*/

//todo: http://recaptcha.net/whyrecaptcha.html
