function en(r)
{
	if(r=='show') { 
		document.getElementById('vxod').style.display=''; 
	} else { 
		document.getElementById('vxod').style.display='none';  
	}

	return false
}

function winop()
{
windop = window.open("http://i2a.ru/auto/podobrat.php","mywin", "height=460,width=760,left=300,top=50");
}

