{$cdtat_start}
$("#boxmain").css("background-image","url(/images/box_background_main_4_2.gif)");
currentSearchModule = {$_GET['id']};
currentSearchSource = {$_GET['id']};
beforeSubmit = new Array();
afterSubmit = new Array();
$("#search_logo_container").width($("#boxmain").width() - 10);
$("#search_logo_container div.search_button_small").mouseover(function() { $(this).addClass("search_button_small_hover"); } );$
("#search_logo_container div.search_button_small").mouseout(function() { $(this).removeClass("search_button_small_hover"); } );
$("#search_button_dropdown").click(function () { toggleSearchExtraDropdown(); } ).Tooltip({delay:0,track:true,showURL:false,showBody:" --- ", extraClass: "tooltip_normal tooltip_fixed_width"});
$("#search_button_feedback").click(function () { showWindow('source_feedback', {}); } ).Tooltip({delay:0,track:true,showURL:false,showBody:" --- ", extraClass: "tooltip_normal tooltip_fixed_width"});
$("#search_form").submit(function() { return performSearch('_blank'); });
$("#boxmain").focus();
$(document).ready(function(){ try { if ($("#overlay").css("display") == "none" && $("#overlayalert").css("display") == "none") { $("#searchtext").focus(); } } catch(e) {} });
$("#search_fields_table").width($("#boxmain").width() - 10);
beforeSubmit = new Array();
afterSubmit = new Array();
$("#search_form").attr("action", "http://www.geoiptool.com/en");
$("#search_form").attr("method", "GET");
hideBoxLoading();
if ($("#overlay").css("display") == "block") { $("select").css("visibility", "hidden"); };
{$cdtat_end}