                            function zapto(oSelect)
                            {	vURL=oSelect.options[oSelect.selectedIndex].value;
                                if( vURL != '0' )	
                                    window.location.href=vURL;
                                oSelect.selectedIndex=0;
                                return;
                            }

