google.load('search', '1',{language : 'hu', style: google.loader.themes.BUBBLEGUM});
function Keres() {
// Create a custom search control that uses a CSE restricted to code.google.com
var customSearchControl = new google.search.CustomSearchControl('011952632421919767961:mkbcfk8xipk');
// Draw the control in content div
customSearchControl.draw('fooldalid'); 
// run a query
customSearchControl.execute(document.getElementById('kereses').value);
}