// JavaScript Document
function search_index(oevent)
{
	if(oevent.keyCode==13)
	{
		window.location="?c=product&f=search_result&model="+document.getElementById('inputSearch').value;
	}
}