﻿function chargeURL()
{
window.location.href=document.getElementById('manufacturer_list').value;
} 