var mobile_on = false;

function go_to_phone(id){
	if (mobile_on)	document.location.assign('/mobile/models/' + id);
}