var search_type = "search"; var hvz_open = false; /* ########################################################################################### */ /* # function: autoclear # */ /* ########################################################################################### */ window.addEvent('domready', function() { $$('.autoclear').each(function(obj) { var defaultvalue = obj.value; obj.addEvent('focus', function() { if(obj.value == defaultvalue) obj.value = ''; }); obj.addEvent('blur', function() { if(obj.value == '') obj.value = defaultvalue; }); }); }); /* ########################################################################################### */ /* # function: offer_hl # */ /* ########################################################################################### */ function offer_hl(obj,action,id,id_partner) { if(action == 1) { obj.style.backgroundColor = '#b7e77a'; } else { obj.style.backgroundColor = ''; } } function partner_hl(obj,action,name,id_partner) { if(action == 1) { obj.style.backgroundColor = '#b7e77a'; } else { obj.style.backgroundColor = ''; } } /* ########################################################################################### */ /* # function: change_location # */ /* ########################################################################################### */ function change_location(id_product,coords_r,coords_z) { var html = ''; html = '
'; html += '
'; html += ' '; html += ' '; html += ' '; html += '
'; html += '
'; html += ''; html += '
'; html += '
'; $('p-overlay-location').innerHTML = html; $('p-overlay-info').innerHTML = 'Ihre PLZ / Stadt:'; }