function zoom(mit){
	this.mit=mit;
	stb="toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=428,height=600";
	galeria=window.open('zoom.php?id='+mit+'&folder=1','BRIDGESTONE',stb);
	if (window.focus) {galeria.focus()}
}
function help(mit){
document.getElementById('help'+mit).style.display="block";
}
function nohelp(mit){
document.getElementById('help'+mit).style.display="none";
}
function csekkol(){
if(document.bridgestone_kereso.szeles.selectedIndex=="0" || document.bridgestone_kereso.radius.selectedIndex=="0"){error="Kérjük, a keresésnél adja meg a SZÉLESSÉGET és az ÁTMÉRŐT is!";alert(error);return false;}else{
return true;}
}
