function sidebar_phoneSelector(permalink, manufacturer, model)
{
	return window.location = permalink + '?manufacturer=' + manufacturer + '&model=' + model;
}
